  /* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:990px;
	height:344px;
	overflow:hidden;
	text-align: center;
		}	
	#prevBtn, #nextBtn{
	display:block;
	width:21px;
	height:77px;
	position:absolute;
	top:221px;
	float: left;
	left: 1px;


		}	
	#nextBtn{
	left:969px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:21px;
	height:77px;
	background:url(../images/arrow.png) no-repeat 0 0;
	 _background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow.png',sizingMethod='crop');
		}	
	#nextBtn a{ 
		background:url(../images/arrow-right.png) no-repeat 0 0;
		 _background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-right.png',sizingMethod='crop');	
		}
	
img, div { behavior: url(iepngfix.htc) }


						