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

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:307px;
			width:650px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:0px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:28px;
			position:absolute;
			top:150px;
			left:420px;
			}	
		#nextBtn{ 
			left:1020px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.png) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.png) no-repeat 0 0;	
			}								
	
	/* // slider */		
	
.slideshow { height: 332px; width: 650px; }
.slideshow img {}
											