﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 950px;
	height: 277px;
	background-color: #015ca2;
	
	margin: 0;
	padding: 0;
	padding: 22px 0px 22px 0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back
{
	float: left;
	width: 15px;
	height: 26px;
	background-color: #015ca2;
	color: White;
	position: relative;
	top: -10px;
	right: -900px;
	cursor: pointer;
}
.jscarousal-horizontal-forward
{
	float: right;
	width: 15px;
	height: 26px;
	background-color: #015ca2;
	color: White;
	position: relative;
	top: -10px;
	right: 10px;
	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: 920px;
	height: 277px;
	float: left;
	position: relative;
	overflow: hidden;
	top:50px;
	left:0px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 277px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.jscarousal-contents-horizontal img
{
	width: 95px;
	height: 66px;
	border: solid 5px #FFFFFF;
}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 0.7;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
