
#carousalTitle{
	width:942px; 
	height:20px; 
	background-color:#314C74; 
	color:#FFF; 
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 1px 8px 0px 28px;
}

.sliderAddress{
	width:106px;
	height:70px;
	background-color:#FFF;
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	
}
/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 962px;
	height: 92px;
	background-color: #314C74;
	margin: 0;
	padding: 0px 0px 12px 0px;
	position: relative; /*overflow: hidden;*/
	overflow:hidden;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 78px;
	background-color: #314C74;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 916px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 80px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}


