/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:995px;
		height:500px;
		overflow:hidden; 
		}
		 #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:995px;
		height:295px;
		overflow:hidden; 
		}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:23px;
		height:51px;
		position:relative;
		left:-30px;
		top:-270px;
		z-index:1000; font-size:0; margin-bottom:-51px
		}	
	#nextBtn, #slider1next{ 
		left:1000px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:23px;
		height:51px;
		background:url(../images/left_bt1.jpg) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/right_bt1.jpg) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:10px; position:relative; top:-28px; left:25px	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:10px;
		}
	ol#controls li a{
		float:left;
		height:10px; width:10px;
		line-height:0; font-size:0;
		border:0;
		background:#184469;
		color:#555;
		
		text-decoration:none; border-radius:5px
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

@media screen and (max-width: 1030px) 
{
	#slider { width:100%;} 
	#slider li { width:100%;}
	#slider2 li { width:100%;} 
}
@media screen and (max-width: 1023px) 
{
	#nextBtn, #slider1next { left: 672px; }
}
@media screen and (max-width: 759px) 
{
	#nextBtn, #slider1next { left: 550px; }
}
@media screen and (max-width: 639px) 
{
	#nextBtn, #slider1next { left: 386px; }
}
@media screen and (max-width: 639px) 
{
	#nextBtn, #slider1next { left: 231px; }
}