/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 100%;
	height: 118px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
    width: 25px;
    height: 35px;
	position: relative;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
    background: url(/images/layout/steps_arrows.png) 0 -157px;
    margin: 35px 40px 0 0;
}
.jscarousal-horizontal-forward
{
    background: url(/images/layout/steps_arrows.png) 0 -192px;
    margin-top: 35px;
}
.jscarousal-contents-horizontal
{
	width: 810px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
    position: absolute;
    width: 100%;
    height: 124px;
}
/*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;
}
