/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width:288px;
	height: 109px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 6px;
	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(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: none;
}
.jscarousal-contents-horizontal
{
	width: 302px;
	height: 130px;
	top: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 21px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
	padding-left: 11px;
}
.jscarousal-contents-horizontal div.row
{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
.jscarousal-contents-horizontal a.activate-dash{
	line-height: 100px;
	vertical-align: middle;
	display: block;
	width: 84px;
	text-align: center;
}
.jscarousal-contents-horizontal img
{
	width: auto;
	height: auto;
	max-width: 84px;
	max-height: 94px;
	/*border: solid 1px #7A7677;*/
	-webkit-transform:scale(0.97); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform:scale(0.97); /*Mozilla scale version*/
	-o-transform:scale(0.97); /*Opera scale version*/
	-webkit-transition-duration: 0.4s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.4s; /*Mozilla duration version*/
	-o-transition-duration: 0.4s; /*Opera duration version*/
	box-shadow:0px -1px 5px #935e3d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 auto;
	display: block;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 50px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical 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;
}

/*div.visible>div>img:hover{
	overflow:visible !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
	z-index:9999999;
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-moz-transform:scale(1.5); 
	-webkit-transform:scale(1.5); 
	-o-transform:scale(1.5);
	
}
*/

div.visible>div>a img:hover{
	overflow:visible !important;
	-webkit-transform:scale(1.30); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.30); /*Mozilla scale version*/
	-o-transform:scale(1.30); /*Opera scale version*/
	position: relative;
	z-index: 9999999999;
	
}
div.visible>div> img:hover{
	overflow:visible !important;
	-webkit-transform:scale(1.30); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.30); /*Mozilla scale version*/
	-o-transform:scale(1.30); /*Opera scale version*/
	position: relative;
	z-index: 9999999999;	
}