.VoucherOverlay{
	z-index: 1000;
	position: absolute;
	height: 70px;
	width: 255px;
	background: white; 
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
}
 
.ImageOverlay {
	position: absolute;
	z-index: 1001; 
	left: -15px;
	top: -15px;
}

.ImageOverlay IMG { 
	height: 80px !important;
	width: 146px !important;
}

.widget_el_voucher .voucher-box {
	position: relative !important; 
	/* height: 54px; */
	background:#EEECED url(../images/bg_newsbox05.gif) repeat-x scroll center bottom;
	border:1px solid #EEECED;
	float:left;
	margin:0.5em 0 5px 0;
	padding:5px;
	width:100%; 
}
	.widget_el_voucher .voucher-box .voucher-title {
		font-weight: bold;
		color:#FF6600;
		font-size:1em;
		text-decoration:none;
		margin: 0;
		padding: 0 5px 5px 5px;
	}
	.widget_el_voucher .voucher-box .voucher-content {
		font-size:1em;
		text-decoration:none;
		color:#5C5C5C !important;
		margin: 0;
		padding: 0 5px;
	}
	
	.widget_el_voucher .voucher-box a.voucher-link {
		font-size:1em;
		text-decoration:none;
		display: block;
	}

.widget_el_voucher .voucher-img img {
	border:2px solid #E5E5E5;
	/* margin:0 0.5em 1.5em 0; */
	text-align:left;
}

.widget_el_voucher .voucher-img { 
	/* height:50px; */
	width:67px;
	float:left; 
}
.widget_el_voucher .voucher-content-box {
	float: left;
	width: 168px; 
}
