@charset "utf-8";
/* CSS Document */

/* SLIDER */
#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:240px;
height:170px;
		background:#fff;		


		}	
/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
#small-slider{z-index:999;}
#small-slider ul, #small-slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#small-slider li{ 
       text-align:center;
	width:240px;
	height:170px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:24px;
	height:27px;
	position:absolute;
	left:-24px;
	top:70px;
	}	
#nextBtn{ 
	left:240px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:24px;
	height:27px;
	background:url(../images/small-slide-arrow-left.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/small-slide-arrow-right.jpg) no-repeat 0 0;	
	}	
