﻿/*Horizontal Orientation CSS*/
.hWrapperAuto{ position:relative; clear:both; padding-top:7px;}
.jscarousal-horizontal {
	width: 925px;
	height: 133px;
	background-color: #FFFFFF;
	margin: 0 0 0 4px;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward {
	width: 15px;
	height: 30px;
	cursor: pointer;
}
.jscarousal-horizontal-back {
	background-image:url(../images/sarrow.png);
	background-position:0 0;
	position:absolute;
	left:0;
	bottom:0px;
	top:55px;
}
.jscarousal-horizontal-forward {
	background-image:url(../images/sarrow.png);
	background-position: right 0;
	position:absolute;
	right: 0;
	bottom:0px;
	top:55px;
}
/*.jscarousal-horizontal-back:hover {
	background-image:url(../images/src.png);
	background-color: #CC1624;
	background-position: -162px -28px;
	position:relative;
	left:0;
	bottom:0px;
	top:86px;
}
.jscarousal-horizontal-forward:hover {
	background-image:url(../images/src.png);
	background-color: #CC1624;
	background-position: -185px -28px;
	position:relative;
	left: 24px;
	bottom:0px;
	top:65px;
}*/
.jscarousal-contents-horizontal {
	width: 875px;
	height: 133px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left:35px;
}
.jscarousal-contents-horizontal > div {
	position: absolute;
	width: 100%;
	height: 133px;
}
.jscarousal-contents-horizontal > div > div {
	float: left;
	margin-right:20px;
}
.jscarousal-contents-horizontal img {
	width: 153px;
	height: 133px;
	border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
       /*filter: alpha(opacity=100);*/
       opacity: 1.0;
       cursor: pointer;
}
.thumbnail-inactive {
       /*filter: alpha(opacity=20);*/
       /*opacity: 0.2;*/
       cursor: pointer;
}
.thumbnail-text {
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
