DIV.offers {
	width:666px;
	height:210px;
	margin:2px 0;
	padding:0;
	overflow:hidden;
	position:relative;
}
DIV.offers A:link {
	color:#FFFFFF;
}
DIV.offers A:hover {
	color:#FFFFFF;
}
DIV.offers A:visited {
	color:#FFFFFF;
}

/* Controls */
DIV.offers DIV.prev {
	display:none;
	position:absolute;
	top:50px;
	left:1px;
	cursor:pointer;
	z-index:1000;
	height:30px;
	width:30px;
	background:url('../img/prev.png');
}
DIV.offers DIV.next {
	display:none;
	position:absolute;
	top:50px;
	right:1px;
	cursor:pointer;
	z-index:1000;
	height:30px;
	width:30px;
	background:url('../img/next.png');
}

/* First Level */
DIV.offers UL {
	width:2000px;
	height:210px;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}
DIV.offers UL LI {
	width:321px;
	height:200px;
	margin:0 1px;
	padding:5px;
	float:left;
	border:1px solid #DADADA;
}
DIV.offers UL LI > A {
	display:block;
	width:auto;
	height:auto;
	margin:0;
	padding:5px;
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
}

/* Second Level */
DIV.offers UL TABLE {
	width:321px;
	height:90px;
	margin:72px 0 0 0;
	padding:0;
	background:#000000;
	color:#FFFFFF;
	opacity: .85; filter: alpha(opacity=85); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-moz-border-radius: 3px;
	border-radius: 3px;
}
DIV.offers UL TABLE TD {
	height:auto;
	margin:0;
	padding:1px 5px;
	float:none;
}

DIV.offers UL TABLE TD.left {
	text-align:left;
}
DIV.offers UL TABLE TD.center {
	text-align:center;
}
DIV.offers UL TABLE TD.right {
	text-align:right;
}
DIV.offers UL TABLE TD B {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}
DIV.offers UL TABLE TD A {
	padding:0;
}
