﻿/* div de fundo */
.jCarouselSlider_Main
{
	margin-top: 70px;
	width: 556px;
	height: 133px;
	margin-bottom: 40px;
}
/* div do slide */
.jCarouselSlider
{
	visibility: visible; 
	overflow: hidden; 
	position: relative; 
	z-index: 2; 
	left: 0px;
	float: left;
	width: 529px;
	height: 133px;
}
/* linha do slide */
.jCarouselSlider ul
{
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	list-style-type: none; 
	z-index: 1; 
	width: 2890px; 
	left: -1020px;
}
/* item */
.jCarouselSlider li
{
	overflow: hidden; 
	float: left;
	margin: 4px;
	width: 124px;
	height: 122px;
}
/* bt anterior */
.prevButtom
{
	background: none;
	border: none;
	width: 14px;
	height: 22px;
	text-decoration: none;
	float: left;
	margin-top: 52px;
	cursor: pointer;
}
.prevButtom:hover
{

}
/* bt proximo */
.nextButtom
{
	background: none;
	border: none;
	text-decoration: none;
	width: 14px;
	height: 22px;
	float: left;
	margin-top: 52px;
	cursor: pointer;
}
.nextButtom:hover
{
}
.disabled
{
	 visibility: hidden;
}