.graphic, #prevBtn, #nextBtn
{
	margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
	
}

img
{  border-style: none;
}

#slider_container{
width:100%;
height:340px;

}

#slider{
border:none;
}
	
#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:470px;
	height:370px;
	overflow:hidden; 
}	

#prevBtn
{ 
	display:block;
	width:60px;
	height:77px;
	position:relative;
	left:-265px;
	top:-220px;
}	

#nextBtn
{ 
	display:block;
	width:60px;
	height:77px;
	position:relative;
	left:270px;
	top:-297px;
}														

#prevBtn a, #nextBtn a
{  
	display:block;
	width:60px;
	height:77px;
	background:url(../Images/previous_button.jpg) no-repeat 0 0;	
}	

#nextBtn a
{ 
	background:url(../Images/next_button.jpg) no-repeat 0 0;	
}		

#prevBtn a:hover
{  
	background:url(../Images/previous_button_mouse.jpg) no-repeat 0 0;	
}	

#nextBtn a:hover
{ 
	background:url(../Images/next_button_mouse.jpg) no-repeat 0 0;	
}	
