.sliderBg ul{
	padding:0 45px 0 33px
}
.sliderBg ul li{
	width:420px;
	height:300px;
}
.sliderBg ul li div{
	float:left;
	width:auto;
	margin:0 0px 0 0;
}
.sliderBg ul li a{
	float:left;
	display:block;
	width:156px;
	font-size:16px;
	line-height:37px;
	color:#fff;
	background-color:inherit;
	background:url(../images/more-bg.gif) 0 0 no-repeat;
	text-decoration:none;
	text-align:center;
	margin:0 0 0 30px;
}
.sliderBg ul li a:hover{
	color:#000;
	background-color:inherit;
}
.sliderBg ul li a span{
	background:url(../images/more-arrow.gif) 100% 4px no-repeat;
	padding:0 17px 0 0;
}
.sliderBg ul li p.img{
	float:left;
	margin:35px 0 0 0;
	width:269px;
	padding: 0 0 0 20px;
}
div.sliderBg{
	width:929px;
	height:269px;
	background:url(../images/header-bg.png) 0 0 no-repeat;
	margin: 0 0 0 31px;
}
#slider-print{
	display:none;
}	
#slider{
	width:420px;
	margin:0 auto;
	padding:0 0px 0 0;
	float:left;
	overflow: hidden;
}	
#slider ul, #slider li{
	margin:0 auto;
	padding:0;
	list-style:none;
	float:left;
	width:420px;
	list-style-type: none;
}
#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:420px;
	outline:0px;
	border:0px;
	list-style:none;
	overflow: hidden;
	padding: 0px;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:13px;
	height:23px;
	position:absolute;
	left:-30px;
	top:130px;
}	
#nextBtn{ 
		left:640px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	z-index:200;
	left:40px;
	text-indent:-9999px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;
	left:280px;
}
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol#controls li{
	margin:7px 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:#CACA94;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#BD1104;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
