/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width:100%;
	margin: 0;
	padding: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 98px;
	
	
	position: relative;
	top: 1em;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display:none;
}
.jscarousal-horizontal-forward
{
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 96%;
	min-height:10em;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	min-height: 10em;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 1.6em;
}
.jscarousal-contents-horizontal img
{
	
}

.thumbnail-text{ width:100%; text-align:center; float:left; color:#ffffff;
				background:url(../images/bg-black.png) repeat;
				margin-top:-2em;position:relative; line-height:2em;}


