﻿
.vWrapper { margin-bottom:30px;}
.vWrapper .head { color:#FFF; font-size:13px; width:111px; background:#0081c3; padding:8px 0; text-align:center;}

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical {
	padding:10px 4px; 
	width:111px;
	height:550px;
	margin:0;
	background:#FFF; box-sizing:border-box; white-space:normal;  -moz-box-sizing:border-box;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{ display:none;
}
.jscarousal-vertical-back
{ display:none;
}
.jscarousal-vertical-forward
{
	display:none;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width:111px;
	height:550px;height:550px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top:20px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width:111px;
	margin-bottom:25px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
/*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;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

