.clear {
	clear:both
}
 
#promos-wrapper {
	width: 316px;
	float: left;
}

#callout-wrapper {
	width: 270px;
	height: 258px;
	margin-left: 10px;
	float: left;
	background: url(/images/callout.gif) top left no-repeat;
}

#callout {
	padding: 14px;
	line-height: 140%;
}

#promos {
	position:relative;
	height:240px;
}
	#promos a {
		float:left;
		position:absolute;
		border: 0 none;
	}

	#promos a:hover {
		border: 0 none;
	}
	 
	#promos a img {
		border:none;
	}
	 
	#promos a.show {
		z-index:500
	}
 
	#promos .promo-caption {
		z-index:600;
		background-color:#ffffff;
		color:#000000;
		height:66px;
		width:100%;
		position:absolute;
		bottom:0;
		font-size: 12px;
	}
 
	#promos .promo-caption .content {
		margin:2px 5px
		font-size: 12px !important;
		font-family: Tahoma;
		padding: 2px 8px;
	}
	 
	#promos .promo-caption .content h3 {
		margin:0;
		padding:0;
		color:#4c7edd;
		color:#2758b6;
		font-family: Tahoma;
		font-size: 14px;
		font-weight: bold;
	}