#carrusel {
	clear:both !important;
    /*color: #AFB0B1;*/
    color: #999999;
    /*background: #0D171A;*/
    background-color: #302b20 !important;
    margin:20px 0px 24px 0px;
    padding:15px 10px 10px;
    width:409px;
	border:2px solid #FFF !important;
	font-size:10px;
}

#carrusel_titulo{
	color:#FFFFFF;
	padding:0px 10px 10px 10px;
	text-align:center;
	margin-left:-10px;
	margin-right:-10px;
	border-bottom:2px solid #FFF;
}

#carrusel p { 
	margin: 0; 
	margin-bottom: 4px;
	color:#FFFFFF;
}

#carrusel h5 { margin: 0; font-weight: normal; }

#carrusel ul {
    font-size:1.2em;
    list-style-type:none;
    margin:0;
    padding:0;
	padding-top:5px;
    position:relative;
}

.rating {
    background-image:url(../images/info_bar_stars.png);
    background-repeat:no-repeat;
    height:12px;
    text-indent:-900em;
    font-size:1em;
    margin:0 0 9px;
}

.none {
	background-position: 82px 0px;
}

.four {
	background-position: 82px -48px;
}

.five {
	background-position: 82px -60px;
}

.tags {
	color: #fff;
	margin: 0.5em;
}

.tags a,
.tags span {
	background-color: #333839;
	font-size: 0.8em;
	padding: 0.1em 0.8em 0.2em;
}

.tags a:link,
.tags a:visited {
	color: #fff;
	text-decoration: none;	
}

.tags a:hover,
.tags a:active {
	background-color: #3e4448;
	color: #fff;
	text-decoration: none;	
}

#carrusel li {
    height: 65px;
    overflow: hidden;
}

#carrusel li h5 {
    color:#A5A9AB;
    font-size:1em;
    margin-bottom:0.5em;
}

#carrusel li h5 a {
    color:#A5A9AB;
	color:#FFFFFF;
    text-decoration:none;
}

#carrusel li img {
    float:right;
    margin-left:8px;
    margin-top:3px;
}

#carrusel li .info {
    color:#3E4548;
    font-size:1em;
}

#carrusel .info a,
#carrusel .info a:visited {
    color:#3E4548;
    text-decoration: none;
}

#carrusel .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}
/*
#carrusel {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.tags span,
.tags a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
*/