﻿/*Horizontal Orientation CSS*/
/*.jscarousal-horizontal
{
	width: 311px;
	height: 295px;
	background-color: #121212;
	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: 311px;
	height: 210px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}*/
.jscarousal-top{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#444444;
	padding-left:13px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:5px;
	/*border-left:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;*/
	}
	
.jscarousal-horizontal-back
{
	background-image: url(../../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 311px;
	height: 295px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 311px;
	height: 295px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 311px;
	height: 295px;
	/*border: solid 1px #7A7677;*/
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 311px;
	height: 260px;
	background-color: #FFF;
	border: solid 1px #d9d9d9;
	border-top:none;
	border-left:none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
/*.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 14px;
	background-color: #FFF;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}*/
/*.jscarousal-vertical-back
{
	background-image: url(../../images/top_arrow.jpg);
	background-repeat: no-repeat;
	position:absolute;
	top:-0px;
	left:264px;
}
.jscarousal-vertical-forward
{
	background-image: url(../../images/bottom_arrow.jpg);
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:280px;
}*/
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 311px;
	height: 295px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: auto;
	width: auto;
	height: auto;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 109px;
	height: 72px;
	
}
/*Vertical 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;

	text-align: justify;
/*	display: block;*/
	padding: 10px 2px 2px 0px;
	width:311px;
	height:311px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
