
img {
	border:none;
}
			
/* Easy Slider */



	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		color:transparent;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:204px;
		height:158px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	


#controls {
	float:right;
	font-size:0px;
	margin-top:8px;
}


	ol#controls{
		margin:.1em 0;
		padding:0;
		height:10px;
		color:transparent;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		color:transparent;

		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		/*border:1px solid #ccc;
		background:#9BB4B1;*/
		background-image:url(../images/bullet_off.gif);
		background-repeat:no-repeat;
		color:#A0B6B4;
		padding:0 5px;
		text-decoration:none;
		width:5px;
		margin-top:8px;
		
		}
	ol#controls li.current a{
		background-image:url(../images/bullet_on.gif);
		background-repeat:no-repeat;
		/*background:#5DC9E1;*/
		color:#A0B6B4;
		width:5px;
		margin-top:8px;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
		color:#A0B6B4;
		outline:none;
}
	
/* // Easy Slider */