﻿/* @override http://localhost:8888/animalinelmondo.com/Scripts/jsCarousel.css */

.jscarousal
{
	width: 620px;
	height: 100px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding: 2px;
	position: relative; /*overflow: hidden;*/
	overflow: hidden;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 20px;
	height: 100px;
	position: relative;
	top: 1px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 580px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	width: 560px;
	position: absolute;
	width: 100%;
	height: 100px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents img
{
	max-width: 140px;
	height: 100px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
}
