﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 715px;
	height: 80px;
   background-image: url(fondoCarusel.png);
   border-radius:5px;
	border: solid 1px #b9b8ba;
	margin: 0;
	padding: 0;
	padding: 12px 0px 12px 0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	display:none;
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	display:none;
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 690px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 28px;
	margin-right: 28px;
}
.jscarousal-contents-horizontal img
{
	width: 80px;

	
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/

/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	
	cursor: pointer;
}
.thumbnail-inactive
{
	
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px 2px 2px 0px;
}

