/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */


	.panel h2.title { 
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px!important ;
	font-size:26px!important;
	padding:0px!important;

	
	
	}


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { 
	padding: 0px!important; 
	width: 890px!important;  
	height:329px;
	float:left;
	margin: 0px!important; 
	display:block;
	overflow:hidden;

	}
	.coda-slider {
		border: 1px solid #999;
	
}

	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 327px;
	overflow: auto!important;
	padding-right: 20px;
	
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 800px ; height:289px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 800px ; height:289px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px;  }
	
	/* Arrow styling */
	.coda-nav-left a {
		background-image:url(../images/button-left.gif); 
		width: 31px; 
	height:31px; 
	cursor:pointer;
	
		}
	
	.coda-nav-right a {
	background-image:url(../images/button-right.gif);
	width: 31px;
	height:31px;
	cursor:pointer;
	}
	
	/* Tab nav */
	.coda-nav ul li a.current {
	background-color: #000
}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 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{
	width:832px!important;
	
	}
	.coda-nav ul { 
	clear: both; 
	display: block; 
	margin: auto; 
	overflow: hidden; 
	width:775px!important; 
	margin-bottom: 0px!important; 
	margin-left: 41px!important; 
	}
	.coda-nav ul li { display: inline;}
	.coda-nav ul li a { 
	background-color:#900; 
	color: #fff; 
	display: block; 
	float: left; 
	margin-right: 1px; 
	padding: 8px 8px; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	margin-top:-5px;
    display:block;
	text-transform:uppercase;}
	
	/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: hidden;}
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.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;
	}
	
	
	/* content */
	
	
	.text{
		float:left;
		width:515px;
		
		
	}


	.panel-wrapper img{
		float:left;
		margin-left: 30px!important;
			  
			  }
