* { margin: 0; border: 0; padding: 0; }

#showcase {
	position:relative;
	/* margin:auto; */
	width:774px;
	height:160px;
	border:0px solid #CCCDC3;
	overflow: hidden;
}

#showcase img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#showcase-loader img { display: block; margin: 64px 0 0 372px; }
#showcase-loader { position: absolute; width: 776px; height: 160px; background: #fff; }

#showcase a { text-decoration: none; }

#showcase .text { position: absolute; width: 380px; margin-left: 380px; padding: 4px 4px 4px 14px; bottom: 23px; left: 396px; background: #FF00AA; overflow: hidden; z-index: 1; }
#showcase .text h2 { color: #FFF; font-size: 11px; line-height: 13px; font-weight: bold; text-transform: uppercase; margin: 0; }
#showcase .text p { color: #FFF; font-size: 11px; line-height: 13px; margin: 0; }
#showcase .text a { color: #FFF; text-decoration: none; }
