/* --------------------- Slider -------------------- */




	.slide-thumbnail { width:339px; float:left; }
	.slide-thumbnail img {max-width:339px; }
	
	.slide-details { width:237px; float:right; margin-left:10px;}
	.slide-details h2 { color: #444; font-size:18px; font-style: normal; font-weight:bold; line-height: 1; margin:0; }
	.slide-details a { color: #444; font-size:18px; font-style: normal; font-weight:bold; line-height: 1; margin:0; display: block; text-decoration: none; }
	.slide-details a:hover { text-decoration: underline; }
		
	.slide-details .description { margin-top:10px; font-size: 13px; color: #444; line-height: 18px; }
	
	
	
	.slide-thumbnail2 { width:96px; float:left; }
	.slide-thumbnail2 img {max-width:96px; }
	
	a.download { display: block; background: url(../images/pdf-icon.gif) no-repeat; width: 96px; height: 128px; text-decoration: none; }
	a.download:hover { display: block; background: url(../images/pdf-icon_over.gif) no-repeat; width: 96px; height: 128px; text-decoration: none; }
	
	.slide-details2 { width:480px; float:right; margin-left:10px;}
	.slide-details2 h2 { color: #444; font-size:18px; font-style: normal; font-weight:bold; line-height: 1; margin:0; }
	
	.slide-details2 a { color: #444; font-size:18px; font-style: normal; font-weight:bold; line-height: 1; margin:0; display: block; text-decoration: none; }
	.slide-details2 a:hover { text-decoration: underline; }
	
	.slide-details2 .description2 { margin-top:10px; font-size: 13px; color: #444; line-height: 18px; }


	
/* Easy Slider */

	#slider{

	}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:595px;
		height:205px;
		overflow:hidden; 
		
		margin: 20px 0 0 0;
		}
		#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:595px;
		height:170px;
		overflow:hidden; 
		
		margin: 23px 0 0 0;
		}

	#slider li, #slider2 li { 
		background:#fff;
		}		
	#slider li h2, #slider2 li h2{ 
		margin:0;
		padding-top:20px;
		
		color: #444; font-size:18px; font-style: normal; font-weight:bold; line-height: 1;
		}	
	#slider li p, #slider2 li p{ 
		margin:20px 0 0 0;
		
		font-size: 13px; color: #444; line-height: 18px; 
		}						
		
	p#controls, p#controls2{
		height: 24px;
		margin: 10px 0 0 0;
		position:absolute;
		
		float: right;
		
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:30px;
		position:absolute;
		left:540px;
		/*top:-160px;*/
		}	
	#nextBtn, #nextBtn2{ 
		left:569px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:30px;
		background:url(../images/slide-left.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/slide-right.gif) no-repeat 0 0;	

		}	
		
		

/* // Easy Slider */
