/* EASYSLIDER 1.8 */
	#container_slider {	
		/*margin-left:30px;*/
		position:relative; z-index:98; overflow:hidden; 
		text-align:left;
		width:216px;
		background:transparent;		margin-left:-30px;
		/*filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;*/
	}	
			
					
	#slider_content { position:relative; }
			
	#slider { margin-top:0px;}	
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		
		}
		
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		width:410px;
		height:280px;*/
		width:186px;
		height:261px;
		overflow:hidden; 
		}	
		
	#prevBtn, #nextBtn { 
		display:block;
		position:absolute;
		left:0px;
		top:80px;
		z-index:999;
		}	
		
	#nextBtn { 
		left:155px; /* 405 */
	}		
													
	#prevBtn a, #nextBtn a {  
		display:block;
		margin-left:5px;
		width:16px;
		height:16px;
		background:url(prev_button_off.gif) no-repeat center center;	
		/*filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;*/
	}	
	
	#nextBtn a { 
		background:url(next_button_off.gif) no-repeat top right; margin-left:5px;
	}	
		
	#prevBtn a:hover { 
		background:url(prev_button.gif) no-repeat 0 0;	
	}
			
	#nextBtn a:hover { 
		background:url(next_button.gif) no-repeat top right;	
	}
			
	#slider_content {width:186px; height: 261px; position: relative; top:0px; left:0px; overflow: hidden; }
	
/* numeric controls */	
	ol#controls { padding:0;position:relative;top:-280px;left:5px;} 
	ol#controls li { display:inline; list-style-image:none; list-style-position:outside; list-style-type:none; padding:0; }
	ol#controls li a { background:#FFFFFF; height:10px; width:10px;	border:1px solid #6D6F71;color:#fff;padding:0px 0px;text-decoration:none;display:block;float:left; margin:0 5px 0 0;-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;}
	ol#controls li a.link1 { background:#000000; }
	ol#controls li.current a { background:#FF0000;color:#333333; border:1px solid #6D6F71;-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;}

	ol#controls li a:hover { background:#0099CC;color:#333333;}
	ol#controls li.current a:hover { background:#FF0000;color:#333333;cursor:pointer; }/**/
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {outline:none;}

/* END NEW numeric controls */	
/* EASYSLIDER 1.8 */