﻿/*Vertical Orientation CSS Starts*/
.jscarousal-vertical {
	width:80px;
	height:300px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward {
	width: 100%;
	height:18px;
	position: relative;
	cursor: pointer;
	z-index: 100;
}
.jscarousal-vertical-back {
	background:#fff url(top_arrow.jpg) bottom center no-repeat;
}
.jscarousal-vertical-forward {
	background:#fff url(bottom_arrow.jpg) top center no-repeat;
}
.jscarousal-contents-vertical {
	overflow: hidden;
	width:75px;
	height:270px;
}
.jscarousal-contents-vertical > div {
	position: absolute;
	top:20px;
	width: 100%;
	height:820px;
}
.jscarousal-contents-vertical > div > div {
	width: 100%;
	height:75px;
	margin:10px 0px;
}
.jscarousal-contents-vertical img {
	width:75px;
	height:75px;
	border: solid 1px #ccc;
	padding:1px;
}
/*Vertical Orientation CSS Ends*/

/*Horizontal Orientation CSS*/
.jscarousal-horizontal {
	width:320px;
	height:60px; 
	margin:auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward {
	float: left;
	width:13px;
	height:10px;
	color: White;
	position: relative;
	top:25px;
	cursor: pointer;
}
.jscarousal-horizontal-back {
	background:#fff url(left_arrow.jpg) left no-repeat;
}
.jscarousal-horizontal-forward {
	background:#fff url(right_arrow.jpg) right no-repeat;
}
.jscarousal-contents-horizontal {
	width:280px;
	height:60px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div {
	position: absolute;
	width: 100%;
	height:60px;
}
.jscarousal-contents-horizontal > div > div {
	float: left;
	margin-left:12px;
}
.jscarousal-contents-horizontal img {
	width:50px;
	height:50px;
	border: solid 1px #ccc; padding:2px;
}
/*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;
}
