#slider { margin-bottom: 20px; padding-bottom: 25px; border-bottom: 2px solid #ededed; height: 300px; overflow: hidden; }

#slideNumber { position: absolute; z-index: 103; margin: 253px 0 0; display: block; width: 296px; padding: 11px 5px 8px; font-size: 12px; color: #333; font-weight: bold; text-align: center; }
	#slideNumber a { padding: 4px 8px; background: #fff url(../images/slider-number-bg-grey.png) no-repeat center center; margin: 0 2px; color: #41A8DD; text-decoration: none; }
	#slideNumber a.activeSlide { background: #fff url(../images/slider-number-bg-blue.png) no-repeat center center; color: #fff; }

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	#slider img{border:none;}
#slider li{ 
	width:940px;
	height:325px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	display : none;
	visibility: hidden;
	}	
#nextBtn{ 
	left:940px;
	}														
#prevBtn a, #nextBtn a{
	text-indent: -999em;
	display:block;
	width:30px;
	height:77px;
	background:url(../images/slider_left.png) no-repeat 0 0;	
	}
	#prevBtn a:hover{background:url(../images/slider_left_hover.png) no-repeat 0 0;}
#nextBtn a:hover{background:url(../images/slider_right_hover.png) no-repeat 0 0;}
#nextBtn a{ 
	background:url(../images/slider_right.png) no-repeat 0 0;	
	}
	
	
#slider li img.slider-image { float: left; width: 308px; height: 307px; }
#slider li h2 { float: left; width: 613px; height: 116px; text-indent: -9999px; }
#slider li p { color:#999999; float:left; font-size:15px; height:130px; line-height:1.8em; margin:0; padding:0; width:600px; }
#slider li p span { display: block; padding: 10px 8px; background: white; }
#slider li a.slider-button { margin-left: 420px; }

	#slider li.slider-one h2 { background: url('../images/slider_1_heading.png'); }
	#slider li.slider-two h2 { background: url('../images/slider_2_heading.png'); }
	#slider li.slider-three h2 { background: url('../images/slider_3_heading.png'); }
	#slider li.slider-four h2 { background: url('../images/slider_4_heading.png'); }
	#slider li.slider-five h2 { background: url('../images/slider_5_heading.png'); }


