/*Vertical Orientation CSS Starts*/
@charset "UTF-8";
/* CSS Document */
#carouselv {
	display: block;
}
#leftSlider {
	float: left;
	width: 200px;
}
#holeRender	{
	float: left;
	width:700px;
}
.jscarousal-vertical {
	width: 175px;
	height: 470px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward {
	width: 100%;
	height: 30px;
	background-color: #f6f9ed;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back {
	background-image: url(../js/holeFlyovers/top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward {
	background-image: url(../js/holeFlyovers/bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical {
	overflow: hidden;
	width: 150px;
	height: 410px;
}
.jscarousal-contents-vertical > div {
	position: absolute;
	top: 40px;
	width: 100%;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div {
	width: 160px;
	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: 150px;
	height: 99px;
	border: solid 1px #7A7677;
}
/*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;
}