/*
	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 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}


/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img,input{border:0; outline:none;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
/*li{list-style:none;}*/

.crowsel {
	background:#eeeeeb;
	width:661px;
	height:256px;
	padding:0;
	margin:0 auto;
	clear:both;
}

.clr{
	height:0;
	clear:both;
}


.content-warpper{
	padding:5px 0 0 1px;
	margin-top:5px;
	
	width:393px;
	float:right;
	/*height:345px;*/
	position:relative;
}


.content-warpper h2{
	color:#dedfe3;
	width:98%;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	padding:0 0 15px 0;
	/*text-shadow:1px 1px #fff;*/	
}
.content-warpper p{
	color:#ffffff;
	font-family:Arial;		
	font-size:14px;
	line-height:21px;
	width:100%;
	padding: 0 0 3px 0;
}

.content-warpper p img{
	float:left;
	margin:3px;
}

.content-warpper p img.r{
	float:right;
	margin:0;
	padding:0;
}



.read-more{
	float:left;
	width:114px;
	height:36px;
	margin:15px 0 0 0;
	display:block;
}
.read-more a{
	background:url(../images/learn-morn-normal.png) top left no-repeat;
	width:115px;
	height:36px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
.read-more a:hover{
	background:url(../images/learn-morn-normal-hover.png) top left no-repeat;
	width:115px;
	height:36px;
	
}
.codasslider-image{
	float:left;
	width:262px;
	margin:1px 3px 0 0;
}



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

.coda-slider-wrapper { 
	padding:0px;
	width:1000px;
	position:relative;
	margin:0px auto;
	height:311px;
}
.coda-slider { /*background: #ebebeb*/ }
	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { 
	height: 303px; 
	overflow: auto !important; 
	padding-right: 20px; 
}	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { 
	width:1000px; 
} 	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
	width:1000px; 
}
.coda-slider-wrapper.arrows .coda-slider { 
	margin: 0px; 
}
	
/* Arrow styling */
.coda-nav-left a{ 
	background: #000; 
	color: #fff; 
	padding: 5px; 
	width: 100px;
	position:absolute;		
	top:200px;
	left:0px;
	z-index:100;
	margin:0px;		
}	
.coda-nav-right a {
	background: #000; 
	color: #fff; 
	padding: 5px; 
	width: 100px;
	position:absolute;		
	top:200px;
	right:0px;
	z-index:100;
	margin:0px;		
}
/* Tab nav */
.coda-nav ul li a.current { 
	background:url(../images/active.png) center no-repeat;
	width:14px;
	height:14px;
	display:block; 
}
	
/* Panel padding */
.coda-slider .panel-wrapper {

	margin-top:0px;
	padding:0px;
}	
/* 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 { 
	position:absolute;
	top:300px;
	right:200px;
	z-index:100;
}
.coda-nav ul li { 
	display: inline;
}
.coda-nav ul li a { 
	background:url(../images/pagi.png) center no-repeat;		
	display: block; 
	float: left; 
	margin-right:6px; 
	text-decoration: none ;
	height:14px;
	width:14px;
}


.coda-nav ul li a:hover{
	background:url(../images/active.png) center no-repeat;
	display: block;
	height:14px;
	width:14px;
}

/* Miscellaneous */
.coda-slider-wrapper { 
	width:660px; 
}
.coda-slider { 
	/*float: left;*/ 
	width:660px; 
	overflow: hidden; 
	position: relative 
}
.coda-slider .panel { 
	display: block; 
	float: left;
	width:660px;
	 
}
.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; 
}
	
