﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 100%;
	height: 118px;
	background-color: transparent;
	border: solid 0px #7A7677;
	margin: 0;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}


.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 130px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 200px;
	height: 180px;
	border: solid 0px #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=100);
	opacity: 0.9;
	cursor: pointer;
}

