*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}





p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =ads Code
----------------------------------------------------------------------*/

.ads
{
	cursor: default;
	list-style: none;
}

.ads a
{
	cursor: default;
}

.ads a .preview
{
	display: none;
}

.ads a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.ads img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 80px;
	height: 55px;
}

.ads li
{
	background: #fff;
	border-color: #fff #fff #fff #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.ads .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
