#slider_container { float: left; margin: 0 0 0 -15px; padding:0px 15px 15px 15px; width:940px; }

.sliderContainer {
	float: left;
	width: 940px;
	height: 574px;
	overflow: hidden;
}
#slider_container .txtContainer{ 
	padding:20px; 
	width:920px; 
	height:120px; 
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:9999;
}
#slider_container .txtContainer h3{ 
	font-size:18px; 
	color:#FFF; 
	padding-bottom:8px;
}
#slider_container .txtContainer p{ 
	font-size:12px; 
	color:#b1b1b1;
	width:800px;
}
.previous {
	background: url('../images/previous_btn.jpg') no-repeat;;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top:290px;
	left:848px;
	text-decoration: none;
}
.next1 {
	background: url('../images/next_btn.jpg') no-repeat;;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 290px;
	left:890px;
	text-decoration: none;
}


/*#sliderNavigation { display:none; margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; position:absolute; margin-top:300px; }

#sliderNavigation a:link, #sliderNavigation a:active, #sliderNavigation a:visited, #sliderNavigation a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#sliderNavigation a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../images/bullet.png) no-repeat center center;
}

#sliderNavigation a.active img
{
	background: url(../images/bullet_active.png) no-repeat center center;
}*/