﻿
#carouselhAuto h1{font-size:12px;color:#356fb1;text-transform:uppercase;padding:6px 6px 6px 0;float:left;font-weight:bold;}
#carouselhAuto a {text-decoration:none;color:#356fb1;font-size:12px;padding:5px;display:block;background:;}

/************/
/*Horizontal Orientation CSS*/


.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
float: left;
width: 40px;
height: 38px;
color: White;
position: relative;
top: 56px;
cursor: pointer;
background:blue;

}
.jscarousal-horizontal-back
{
background-image: url(left_arrow.png);
background-repeat: no-repeat;
background-position: left;
left:1.5em;
top:3em;
}
.jscarousal-horizontal-forward
{
background-image: url(right_arrow.png);
background-repeat: no-repeat;
background-position: right;
left:80em;
top:-14.2em;
}




/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 168px;
	height: 653px;
	background-color: yellow;
	margin:-8px 0 0 8px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: yellow;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
	margin-top:10px;
}
.jscarousal-vertical-back
{
	background-image: url(../imgs/top_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(../imgs/bottom_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom;

}
.jscarousal-contents-vertical
{	
	overflow: hidden;
	width: 140px;
	height: 550px;
	position:relative;/*controle-1*/
	margin:10px 0 -10px 12px;
	
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top:0px;
	width: 100%;
	height: 529px;
	overflow: hidden;background:;
	
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin:30px 0 100px 1px;
	float:left;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 136px;
	height: 136px;
	margin-left:-3px;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
/*.thumbnail-inactive
{
filter: alpha(opacity=20);
opacity: 0.2;
cursor: pointer;
}*/

