@charset "utf-8";
/* CSS Document */
#slider img{border:5px solid #fff}
ol#controls{
		clear:both;
		margin:1em 0;
		padding:0;
		height:15px;	
		font-size:10px
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#fff;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#E3E6E4;
		color:#fff;
		font-weight:bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* Easy Slider */

	#slider ul{
		margin:0;
		padding:0;
		list-style:none;
		}
  #slider li, #slider2 li{ 
	  /* 
		  define width and height of list item (slide)
		  entire slider area will adjust according to the parameters provided here
	  */ 
	  width:580px;
	  height:210px;
	  overflow:hidden; 
	  float:left
	  }	
