﻿
/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 190px;
	height: 20px;
	position: relative;
	z-index:100;
	color: rgb(100, 100, 102);
    background: rgb(224, 224, 224);
	cursor: pointer;
}


.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 190px;
	height: 280px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 0px;
	width: 190px;
	height: 820px;
	overflow: hidden;
	padding-top: 20px;
}
.jscarousal-contents-vertical > div > div
{
	width: 190px;
	margin-top: 10px;
	margin-left: -1px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	margin-top:12px;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
	width: 190px;
}
.visible
{
	display: block;
}


.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
