/* Easy Slider */
	#slider { position: absolute; margin:0; padding: 0; left: 15px; top: 15px; background-color: #2d2d2d; background-image:url(../images/background-slider_98b83fe584.png); background-repeat: no-repeat; background-position: right top; }
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 1020px;
		height: 399px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:43px;
		height:63px;
		position:absolute;
		left:-47px;
		top:175px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:1055px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:43px;
		height:63px;
		background:url(../images/prev_3323b7db19.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/next_ea882c49a2.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		position: absolute;
		right: 10px;
		top: 370px;
		z-index: 2;
		margin:1em 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		font-size: 11px;
		line-height:20px;
		width: 28px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:4px solid #000;
		background:#000;
		color:#FFF;
		padding:0 8px;
		border-radius: 12px; 
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#1c562b;
		color:#fff;
		font-weight: bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */