﻿
/* The Main ad */
/* The rest of the CSS will be located in the HTML itself as it changes from time to time */

.frontExtend, .frontExtendAlt {
	position    : absolute;
	padding     : 0px;
}

.frontAdContent img {
	display     : block;
	border      : none;
}

.frontAdContent img.frontLink {
	float       : right;
	display		: block;
	position	: relative;
	top			: 10px;
	left		: -15px;
	cursor		: pointer;
}

.frontAdContent {
	height      : 213px;
	cursor      : default;
}
