/* slider */
#container{	
		/*margin:0 auto;*/
		margin-left:0px;
		margin-top:2px;
		*margin-left:-2px;
		/*margin:0 auto;*/
		position:relative;
		text-align:left;
		width:700px;
		height:300px;
		padding:0px;
		}
#slider {
    margin-left: 0px;

}
#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
#slider, #slider li{ 
			width:700px;
			height:300px;
			overflow:hidden;
			}	
#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-5px;
			top:140px;
			}	
#nextBtn{ 
			left:525px;
			}														
#prevBtn a, #nextBtn a{  
			display:block;
			width:31px;
			height:280px;
			background:url(../img/prev.png) no-repeat 0 0;	
			margin-left:9px;
			margin-top:-128px;
			}	
#nextBtn a{ 
			background:url(../img/next.png) no-repeat 0 0;	
			margin-left:138px;
			margin-top:-128px;
			}

#prevBtn a:hover, #nextBtn a:hover{  
			display:block;
			width:31px;
			height:280px;
			background:url(../img/prev_hover.png) no-repeat 0 0;	
			margin-left:9px;
			margin-top:-128px;
			}	
#nextBtn a:hover{ 
			background:url(../img/next_hover.png) no-repeat 0 0;	
			margin-left:138px;
			margin-top:-128px;
			}			
	
/* // slider */													
