
#carrusel{

	width:500px;
	overflow:hidden;

}

#slides{

	height:533px;
	width:500px;
	overflow:hidden;
}

.slide{
	float:left;
	width:500px;
	height:533px;
}

#carrusel div#trans{
	display:block;
	float:left;
	margin:-32px 0 0 0 ;
	background:black;
	position:absolute;
	width:500px;
	height:32px;
	background-color:#000;
	 -moz-opacity: 0.50;
	 filter: alpha(opacity=50);
	 -khtml-opacity: .50;
	 opacity: .50;
	 z-index2;
	 	
}


#carrusel ul{
	float:left;
	margin:-32px 0 0 0 ;
	width:500px;
	height:32px;
	position:absolute;
	z-index:3
}



#carrusel ul li{
	float:left;
	margin:2px 0 2px 0;
	width:12px;
	display:inline-block;
	list-style:none;
	height:12px;
	margin:10px 4px 0 4px;
	overflow:hidden;
	border:1px solid transparent;
}


#carrusel ul li a{
		width:12px;

}



#carrusel ul li.inact:hover{

	border:1px solid #fff;
	background-color:#000;
}

#carrusel ul li.act,li.act:hover{
	border:1px solid #000;
	background-color:#FFF;


}

#carrusel ul li.act a{
	cursor:default;
}



#carrusel ul li a{
	display:block;


}

#carrusel ul a img{
	border:none;
}















