/* slider */
#container{	/*
		margin-left:4px;
		margin-top:2px;
		margin:0 auto;*/
		position:relative;
		text-align:left;
		width:959px;
		height:344px;/*
		background:#d0d0d0;
		padding:10px;
    border:1px solid #f0f0f0;		
		margin-bottom:2em;*/
		}
    	
#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
#slider, #slider li{ 
			width:959px;
			height:344px;
			overflow:hidden;
			}	
#slider{ 
			margin-left:0px;
			}	
#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:897px;
			top:10px;
			}	
#nextBtn{ 
			left:927px;
			}														
#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../img/btn_prev.png) no-repeat 0 0;	
			}	
#nextBtn a{ 
			background:url(../img/btn_next.png) no-repeat 0 0;	
			}								
	
/* // slider */													
