@charset "utf-8";
/* CSS Document */

img{border:none;}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:950px;
		height:220px;
		overflow:hidden;
		background-color:#06547A;
		margin-bottom:-2px;
		}
	 #slider #prevBtn{
		color:#399;
		float:left;
		width:50px;
		height:40px;
		display:block;
		top:112px;
		position:relative;
		margin-top:-23px;
	}
	
	#slider #nextBtn{
		color:#C93;
		float:right;
		width:50px;
		height:40px;
		display:block;
		top:112px;
		position:relative;
		margin-top:-23px;
		left:12px;
	}					

/* // Easy Slider */
