.panel {
	color:black;
	text-align: justify;}
.panel img { float:left;
		margin-right :10px;
		margin-bottom:10px;}
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0 }
	.coda-slider { background: none; }
	
	/* 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: 10px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
	width: 600px; 
	height:320px; 
	overflow: hidden; 
	display:none;
	}
	.coda-slider{
	width: 600px; 
	padding-top:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	padding-right:20px;
	}
	
	.coda-slider-wrapper.arrows .coda-slider { margin-top:0px; margin-right:20px; }
	.coda-nav{
		display:block;
		float:left;
	}
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {  color: #000; padding: 5px; width: 100px;display:block;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding-left: 20px}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; 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; max-width: 150px; max-height: 300px;  margin-left:0px;margin-top:50px; overflow: hidden; float:left;position:relative; }
	.coda-nav ul li { display: inline; float:left; width: 150px;margin-bottom:5px; 
}
	a.minmenu {  		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	color: #fff; 
	display: block; 
	height:30px;
	width: 100px;
	float: left; 
	margin-right: 1px;
	margin-bottom:5px; 
	padding: 3px 6px; 
	text-decoration: none;
	opacity:0.5;
	background-position:center;}
	a.minmenu:hover{
		opacity:1;
	}
	.LR {
		display:block;
		position:relative;
		float:right;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; display:block;}
	.coda-slider { float: right; overflow: hidden; position: relative; display:block;}
	.coda-slider .panel { display: block; float: right; }
	.coda-slider .panel-container { position: relative;}
	.coda-nav-left, .coda-nav-right { float: right; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none;  float:left;}
  	
