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

	#slider ul, #slider li{ 
		margin:0;
		padding:0;
		list-style:none;
	}
			
	#slider, #slider li{ 
		margin-top: 5px;
		width: 430px;
		height: 130px;
		overflow: hidden;
		margin: 0 auto;
	}
			/*
	#slider{ 
	}
			
		#nextBtn{ 
			width:20px;
			height:40px;
			margin: 0px;
			float: left;
			}
			
			#prevBtn{ 
			width:20px;
			height:40px;
			margin-left: 20px;
			}
			
		#nextBtn{ 
			left:1180px;
			}
			
		#prevBtn a, #nextBtn a{  
			display:block;
			width:20px;
			height:40px;
			background:url(../images/btn_prev.png) no-repeat 0 0;	
			}
			
		#nextBtn a{ 
			background:url(../images/btn_next.png) no-repeat 0 0;	
			}								
		*/											