/* slider */
#container{	
		/*margin:0 auto;*/
		/*margin-left:4px;*/
		/*margin:0 auto;*/
		position:relative;
		text-align:left;
		width:540px;
		height:320px;
		margin-top:-13px;
		background: transparent;
		
    border:0px solid #f0f0f0;		
		/*margin-bottom:2em;*/
		}
    	
#slider ul, #slider li{ 
			margin:0;
			margin-top:0px;
			padding:0;
			list-style:none;
			}	
#slider, #slider li{ 
			width:540px;
			height:320px;
			overflow:hidden;
			}	
#slider{ 
			margin-left:5px;
			margin-top:15px;
			}	
#prevBtn, #nextBtn{ 
			display:block;
			width:33px;
			height:33px;
			position:absolute;
			left:10px;
			top:130px;
			}	
#nextBtn{ 
			left:500px;
			}														
#prevBtn a, #nextBtn a{  
			display:block;
			width:0px;
			height:0px;
			/*background:url(../img/btn_prev.png) no-repeat 0 0;*/	
			}	
#nextBtn a{ 
			/*background:url(../img/btn_next.png) no-repeat 0 0;*/	
			}								
	
/* // slider */													

