/* Easy Slider */
#SubSlider {
    height: 400px;
    overflow: hidden;
    width: 530px;
}

	#SubSlider ul, #SubSlider li,
	#SubSlider2 ul, #SubSlider2 li{
		margin:0;
		padding:0;
		border:0;
		list-style:none;
		}
	#SubSlider2{margin-top:1em;}
	#SubSlider li, #SubSlider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:530px;
		height:400px;
		overflow:hidden; 
		}	
	#SubSlider img,	#SubSlider2 img {
		border:0;
	}
	#prevBtn, #nextBtn,
	#SubSlider1next, #SubSlider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #SubSlider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#SubSlider1next a, #SubSlider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/arrowLeft_43x64.png) no-repeat 0 0;	
		}	
	#nextBtn a, #SubSlider1next a{ 
		background:url(../img/arrowRight_43x64.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		/* margin:1em 0; */	
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:5px 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#669966;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#996666;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */