/* slider */
#container{	
		/*margin:0 auto;*/
		margin-top:5px;
		margin-left:0px;
		margin-bottom:5px;
		position:relative;
		text-align:left;
		width:540px;
		height:188px;
		background:#d0d0d0;
		padding:0px;
    /*border:1px solid #f0f0f0;*/		
		/*margin-bottom:2em;*/
		}
    	
#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
#slider, #slider li{ 
			width:540px;
			height:188px;
			overflow:hidden;
			}	
#slider{ 
			margin-left:0px;
			}	
#prevBtn, #nextBtn{ 
			display:block;
			width:20px;
			height:20px;
			position:absolute;
			left:495px;
			top:10px;
			/*border:1px solid red;*/
			}	
#nextBtn{ 
			left:515px;
			}														
#prevBtn a, #nextBtn a{  
			display:block;
			width:20px;
			height:20px;
			background:url(../img/arrow-left01.gif) no-repeat 0 0;	
			}	
#nextBtn a{ 
			background:url(../img/arrow-right02.gif) no-repeat 0 0;	
			}								
	
/* // slider */													
