﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 80px;
	height: 0px;
	background-color: #000000;
	/*border: solid 1px #7A7677;*/
	margin: 0;
	padding: 0;
	/*padding: 22px 8px 22px 8px;*/
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 8px;
	background-color: #ffffff;
	color: White;
	position: relative;
	top: 0px;
	cursor: pointer;
}
/*.jscarousal-horizontal-back
{
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}*/
.jscarousal-contents-horizontal
{
	/*width: 690px;*/
	width: 850px;
	height: 424px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 0px;
		
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	
}
.jscarousal-contents-horizontal img
{
	width: 150px;
	height: 122px;
	/*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;
}
*/