/* slider */
#container{	
		/*margin:0 auto;*/
		margin-left:4px;
		margin-top:2px;
		/*margin:0 auto;*/
		position:relative;
		text-align:left;
		width:524px;
		height:261px;
		background:#ffffff;
		padding:10px;
    border:0px solid #f0f0f0;		
		/*margin-bottom:2em;*/
		}
    	
#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
#slider, #slider li{ 
			width:524px;
			height:261px;
			overflow:hidden;
			}	
#slider{ 
			margin-left:0px;
			}	
#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:475px;
			top:10px;
			}	
#nextBtn{ 
			left:503px;
			}														
#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../img/btn_prevA.gif) no-repeat 0 0;	
			}	
#nextBtn a{ 
			background:url(../img/btn_nextB.gif) no-repeat 0 0;	
			}								
	
/* // slider */													
