@CHARSET "ISO-8859-1";
s6 { width: 520px; height: 200px; }

#s6 div { width: 520px; height: 200px; color: #333; text-align: left; font-size: 16px; }

.pics {
    width:   519px;
    height:  200px;
    margin:  0;
	overflow: hidden;
}

.pics img 
{  
    background-color: #eee;  
    width:  520px; 
    height: 200px; 
    top:  0; 
    left: 0;
	position: relative;

} 

#s6 div .offer 
{
	width: 521px;
	height: 37px;
	display: none;
	background: #000000;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
}

.clean_offer
{
	background: transparent;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}
.offer p 
{
	margin: 0;
	padding: 7px;
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
	font-weight: normal;
	color: #FFFFFF;
}

.offer p b 
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.offer p a, .offer p a:visited, .offer p a:active 
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.offer p a:hover 
{
	color: #FF6600;
}

.offer p .item1
{
	font-size: 16pt;
	text-align: center;
}

.offer p .item
{
	font-size: 10pt;
	text-align: left;
}

.offer p .itemLast
{
	text-decoration:underline;
	font-size: 12pt;
	text-align: left;
}