/* autopromo */

		#autopromo{width:320px;position:relative;}

/* slider */
/* image replacement */
.graphic, #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 li{ 
	width:320px;
	height:170px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:160px;
	position:absolute;
		left:5px;
		top:0px;

	}	
#nextBtn{ 
	left:295px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:160px;
	background:url(../images/left-arrow.png) no-repeat;	
	}	
#nextBtn a{ 
	background:url(../images/right-arrow.png) no-repeat 0 0;	
	}
#prevBtn a:hover, #nextBtn a:hover{  
	display:block;
	width:20px;
	height:160px;
	background:url(../images/left-arrow-up.png) no-repeat;	
	}	
#nextBtn a:hover{ 
	background:url(../images/right-arrow-up.png) no-repeat 0 0;	
	}
	/* // slider */	
	

