#promos {
	overflow: hidden;
	float: none; /* ie 6 */
	width: 200px; /* ie 6 */
	clear: both;
	margin: 20px 0 0 0;	
	padding: 20px 0 20px 0;
	position: relative;
	top: 80px;
	left: 15px; 
} 

/* PROMOS 
------------ */
.promo {       
	position: relative;
	overflow: hidden;
	float: left;
	display: inline; /* IE 6 */	
	background: #f0f0f0;
	border: 1px solid #9b9c9e;	
	border-radius-topleft: 5px;
	border-radius-bottomleft: 5px;
	border-radius-topright: 5px;
	border-radius-bottomright: 5px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
#promo-4 {
	margin-right: 0;
}
.promo-text {
	position: relative;
	bottom: 1px;
	left: 1px;
	padding: 5px 5px 10px 10px;
	width: 185px;
	color: #000;
}
.promo h3 {
	margin: 0 0 5px 0;
}
.promo h3 a {
	color: #868788;
}
#wrapper-2 .promo p {
	color: #868788;
}
.promo img {
	display: block;
	width: 200px;
}
.promo a img {
	border: 1px solid #fff;
}  	   
.promo a:hover img,
.promo a:active img,
.promo a:focus img {
	border: 1px solid #ec1549;
} 
.promo a:visited {
	color: #868788;
} 