#content{
		position:relative;
		}

.graphic, #prevBtnLarge, #nextBtnLarge, #prevBtnSmall, #nextBtnSmall{
         margin:0;
         padding:0;
         display:block;
         overflow:hidden;
         text-indent:-8000px;
         }
	
/* Image Slider */

	#slider-large ul, #slider-large li,
	#slider-small ul, #slider-small li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider-large li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:898px;
		height:488px;
		overflow:hidden; 
		}
	 #slider-small li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:599px;
		height:488px;
		overflow:hidden; 
		}
	#prevBtnLarge, #nextBtnLarge, 
	#nextBtnSmall, #prevBtnSmall{ 
		display:block;
		width:35px;
		height:35px;
		position:absolute;
		left:10px;
		top:220px;
		z-index:1000;
		}
	#nextBtnLarge{ 
		left:850px;
		}
	#nextBtnSmall{ 
		left:550px;
		}					
	#prevBtnLarge a, #nextBtnLarge a,
	#nextBtnSmall a, #prevBtnSmall a{  
		display:block;
		position:relative;
		width:35px;
		height:35px;
		background:url(../images/prev.png) no-repeat 0 0;	
		}	
	#nextBtnLarge a, #nextBtnSmall a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}	
		
	
/* // Easy Slider */