@charset "utf-8";
/* CSS Document */

/* SLIDER */
#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:347px;
height:290px;
		background:#fff;		
		margin-bottom:2em;

		}	
/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

#slider{padding-top:10px;}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
       text-align:center;
	width:347px;
	height:280px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:35px;
	height:77px;
	position:absolute;
	left:-45px;
	top:140px;
	}	
#nextBtn{ 
	left:357px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:35px;
	height:77px;
	background:url(../images/slide-arrow-left.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/slide-arrow-right.jpg) no-repeat 0 0;	
	}	
