/* global */

/* image replacement */
	.graphic, #header h1, #prevBtn, #nextBtn{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
/* // image replacement */

		
/* slider */
	#slider{ 
		margin:0px;
		height:500px;
		width:990px;
		overflow:hidden;
	}	
	#slider ul, #slider li{ 
		margin: 0px 0 0 0;
		padding:0;
		list-style:none;
		text-align: center;
		height:500px;
		width:990px;		
		}	

		

	#prevBtn, #nextBtn{ 
		display:block;
		width:17px;
		height:31px;
		position:absolute;
		left:10px;
		top:80px;
		}	
	#nextBtn{ 
		left:180px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:17px;
		height:31px;
		background:url(../_images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../_images/btn_next.gif) no-repeat 0 0;	
		}								

/* // slider */	