﻿/*Horizontal Orientation CSS*/


/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 460px;
	height: 560px;
	background-color:;
	margin: 0;
	z-index:9000;
	padding: 0 0px;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 17px;
	background:#FFF;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(../img/top_arrow.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-top:0px;
	z-index:20000;
}
.jscarousal-vertical-forward
{
	background-image: url(../img/bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top:-152px;
	z-index:50000;
	position: absolute;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 25px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	float:left;
	width: 100%;
	height: 120px;
	margin: 0px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	float:left;
	width: 100%;
	text-align: left;
}
.jscarousal-contents-vertical img{
	float:left;
	width: 110px;
	height: 80px;
	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;
}
.imag{
	position:relative;
	float:left;
	width:150px;
	margin:15px 0 0 0;
}
.thumbnail-titulin{
	position:relative;
	float:left;
	width:310px; 
	color:#000; 
	padding: 5px 0 5px 10px;
	text-align: left; 
}
.thumbnail-text{
	position:relative;
	float:left;
	width:310px;
	overflow:hidden;
	position:relative;
	color: #000;
	float:left;
	font-size:12px;
	text-align: justify;
	display: block;
	padding: 0 0 0 10px;
}
