#BackCarousel
{
	background-position: center center;
	background: url(/jQuery/carrousel.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	margin:2px;
	height:125px; 
	width: 535px;
	position:relative;
}

.Carousel
{
overflow: hidden; 
visibility: visible; 
position: relative;
z-index:2; 
left: 0px;
height:125px; 
width: 535px;
margin:0;
padding-top:13px;
}

.UL_Carousel
{
margin: 0pt; height:125px;padding: 0pt; position: relative; list-style-type: none; width: 5880px; left: -5040px;
}

#buttons{z-index:0;
	background-color:transparent; 
	border: #5b3570 0px solid;
	width:530px;		
	position:absolute;
	top:40px;left:0px;
}
#BackCarousel #buttons a{
	margin:2px 2px;
}
#BackCarousel .prev{
	float:left;
}
#BackCarousel .next{
	float:right;
}
#BackCarousel li{
	cursor:pointer;
	list-style-type:none;
	height:123px;
	margin:0px 5px 0px 0px;
}
img{border:none;}

