﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal{background-color:#337abd; height:96px; margin:20px auto 0; padding:10px; position:relative; width:auto;}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 140px;
	height: 64px;
	color: White;
	position: relative;
	top:16px;
	cursor: pointer;
	
}
.jscarousal-horizontal-back
{
	background-image:url(../images/left-s-bt.png);
	background-repeat: no-repeat;
	background-position: left;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.jscarousal-horizontal-back:hover
{
	background-image:url(../images/left-s-bt-h.png);
	background-repeat: no-repeat;
	background-position: left;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.jscarousal-horizontal-forward
{
	background-image:url(../images/right-s-bt.png);
	background-repeat: no-repeat;
	background-position: right;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.jscarousal-horizontal-forward:hover{
	background-image:url(../images/right-s-bt-h.png);
	background-repeat: no-repeat;
	background-position: right;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.jscarousal-contents-horizontal
{
	width: 690px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 120px;
	height: 94px;
	border:1px solid #15ADFF;
}
.jscarousal-contents-horizontal img:hover{box-shadow:0px 0px 10px #222; border:1px solid #FFF;}
.jscarousal-contents-horizontal img:focus{}

/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image:url(../images/left-s-bt-h.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image:url(../images/right-s-bt-h.png);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	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: 110px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
