.panel h2.title {
	margin-bottom: 10px;
	visibility:hidden;
	margin: 0;
	padding: 0;
}
.panel p {
	font: .9em/1.4em Helvetica;
	margin: .2em .6em .2em 0em;
	line-height: 1.6em;
}
.panel h1 {
	font: bold 1.2em Helvetica;
	margin: 0em 0 .8em 0;
	margin-bottom: 12px;
	color: #7385C3;
	text-shadow:none;
}
.panel h2 {
	font: bold 1em Helvetica;
	margin: 0;
	margin-bottom: 12px;
	color: #666666;
	text-shadow:none;
}
.panel h3 {
	font: bold 1.2em Helvetica;
	margin: 0;
	color: #666666;
	text-shadow:none;
	margin-left:-10px;
}
.panel h4 {
	font: bold .8em Helvetica;
	margin: 0;
	color: #666666;
	text-shadow:none;
	margin-left:-10px;
	text-align:center;
}
.panel .mylist {
	font:.9em/1.4em Helvetica;
	line-height:26px;
	list-style-image:url("../../../images/plus_green.gif");
	list-style-position:inside;
	margin-left:2px;
	margin-right: 18px;
	padding-bottom:4px;
	padding-left:12px;
	text-align:left
}
noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 20px 0;
	padding: 15px
}
/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
	margin-top: 0px;
	padding-top: 0px;
}
.coda-slider {
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 200px;
	overflow: auto !important;
	padding-right: 20px
}
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 940px;
}
/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 940px;
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 0px;
}
/* Arrow styling */
	.coda-nav-left a {
	background: #fff;
	color: #000;
	padding: 0px;
	width: 30px;
	height: 200px;
	background:transparent url(../images/control_left.png) no-repeat;
	background-position: 8px 160px;
}
.coda-nav-right a {
	background: #fff;
	color: #000;
	padding: 0px;
	width: 40px;
	height: 200px;
	background:transparent url(../images/control_right.png) no-repeat;
	background-position: 12px 160px;
}
/* Tab nav */
	.coda-nav ul li a.current, .coda-nav ul li a.visited , .coda-nav ul li a.hover{
	background: #F3F3F3;
	color: #000;
}



.coda-nav ul li a.indice {
	background: #000;
}
/* Panel padding */
	.coda-slider .panel-wrapper {
	width: 940px;
	
}
/* Preloader */
	.coda-slider p.loading {
	padding: 0px;
	text-align: center
}
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
	.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	margin-left: 0px;
	width: 800px;
	font-size: 50%;
	float:right;
	margin-right: -10px;

}
.coda-nav ul li {
	display: inline;
	float: left;
	font-size: 14px;
	font-family:Helvetica, Helvetica, sans-serif;
}
.coda-nav ul li a {
	background: #9B9B9B;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px;
	text-decoration: none;
	height: 10px;
	padding-top: 4px;
	width: 10px;
	font-size: 80%;
	text-align: center;
}



/* Miscellaneous */
	.coda-slider-wrapper {
	background:transparent url(xxx../../../images/codaback1.jpg) no-repeat;
	background-color: #fff;
	border:1px solid #D8D8D8;
	clear:both;
	overflow:hidden;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #F3F3F3;
	background-color: #fff;
}
.coda-slider .panel {
	display: block;
	float: left
}
.coda-slider .panel-container {
	position: relative
}
.coda-nav-left, .coda-nav-right {
	float: left
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}
/* My top left and right*/

.coda-mynav-left {

<!--[if lte IE 6]> 
margin-left: 0px;
<!--[else]>

	float: left;
	display:block;
	margin-top: -20px;
	margin-left: -12px;
<![endif]-->  

}
.coda-mynav-right {
	float: right;
	display:block;
	margin-top: -20px;
	margin-right: -5px;
}

