/* 
    Document   : estilosCarousel
    Created on : 13/02/2011, 22:19:18
    Author     : Alex Lunardelli
    Description:
        Purpose of the stylesheet follows.
*/

#carousel {
	margin:0 auto;
	width:800px;
	height:300px;
	padding:0;
	overflow:hidden;
}
#carousel ul {
	list-style: none;
	width:1600px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}
.textholder {
	text-align:left;
	font-size:small;
	padding:6px;
  color: #FFF;
  font-weight: bold;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}