#adBox_wrapper
{
	border: 2px none #0066AC;
	width: 300px;
	height: 170px;
	background: #ffffff;
	padding:0px;
	margin: 0px 0px 10px 0;
}

#adBox
{
	padding: 0px;
	border: 0px dashed green;
	position: relative;
}

#adBoxControls
{
	border-top: 1px dotted #cccccc;
	background: #f0f0f0;
	padding: 3px;
	font-size: 1px;
	text-align: center;
}

#ar_nav
{
	position: absolute;
	font-family: Arial, san-serif;
	font-size: 30px;
	font-weight:bold;
	color: #ffffff;
	left: 255px;
	top: 5px;
	z-index: 100;
	cursor:pointer;
}

#ar_nav2
{
	position: absolute;
	font-family: Arial, san-serif;
	font-size: 30px;
	font-weight:bold;
	color: #000000;
	left: 253px;
	top: 4px;
	z-index: 100;
}

#adBoxControls>img
{
	cursor: pointer;
	margin-right: 5px;
}

.adBoxTitle
{
	font-family: Tahoma,Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

.adBoxText
{
	font-family: Arial;
	font-size: 14px;
	line-height: 150%;
	color: #555555;
}

.adBoxLink
{
	padding-top:5px;
	text-align: right;
}

.adBoxLinkText
{
	font-weight:bold;
	color: #006699;
	text-decoration: none;
}

.adBoxLinkText:hover
{
	color: #CC9900;
	text-decoration:underline;
}
