﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 1030px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	padding: 15px 4px 10px 4px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 40px;
	height: 50px;
	color: White;
	position: relative;
	top: 50px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 940px;
	height: 190px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 190px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;

}
.jscarousal-contents-horizontal img
{
	width: 164px;
	height: 150px;
	border: solid 1px #ece8dc;
	margin:2px 11px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	  transition:opacity 1s linear;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px 2px 2px 0px;
}
