#controls ul {
	list-style:none;
}
#controls ul li {
	float:left;
}
#controls ul li a {
	display:block;
}

/* Para cada carousel setear estos:

#controls ul {
	width:;
}
#controls ul li {
	margin-right:;
	width:;
}
#controls ul li a img.control, #controls ul li img.control {
	border:;
	opacity:;
	height:;
	width:;
}
#controls li a img.control:hover {
	border:;
	opacity:;
}
#controls .controlSelected a img.control {
	border: !important;
	opacity: !important;
}

*/