﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 712px;
	height: 235px;
	margin: 0;
	padding: 0;
	padding: 1px 0 0 10px ;
	position: relative;
	
}


/*Para el alto del componente*/
.jscarousal-contents-horizontal
{
	
	width: 712px;
	height: 235px;
	float: left;
	position: relative;
	overflow: hidden;
	left: -4px;
}
.jscarousal-contents-horizontal > div
{

	position: absolute;
	width: 100%;
	height: 246px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}

/*Horizontal 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:#9C9B9C;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	display: block;
	font-size: 16pt;
}

