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


	#container{	
		margin:0 ;
		position:relative;
		text-align:left;
		width:380px;
		background:#211915;		
		}	
			
	#content{
		position:relative;
		}			


	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		
		width:380px;
		height:419px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:50px;
		height:77px;
		position:absolute;
		left:-30px;
		top:200px;
		}	
	#nextBtn{ 
		left:386px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:200px;
		background: url(../slideshow/images/arrow_previous.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background: url(../slideshow/images/arrow.png) no-repeat 0 0;	
		}										

