	.TheSlidingImages{
		position:relative;
		height: 382px;
		width: 920px;
		}			

/* Easy Slider */

	
	.sliderfix{height: 382px;}
	#slider{float: left;}	
	#slider {width: 920px;}
	#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
		*/ 
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:90px;
		height:35px;
		position:absolute;
		left:-120px;
		top:300px;
		}	
	#nextBtn{ 
		left:950px;
		}														
	#prevBtn a, #nextBtn a{ 
		text-indent: -9999px; 
		display:block;
		width:90px;
		height:35px;
		background:url(../img/buttons/previous.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/buttons/next.png) no-repeat 0 0;	
		}												

