#adBox_wrapper
{
	border: 0px dashed red;
	width: 310px; 
}

#adBox
{
	/*height: 110px;*/
	padding: 0px;
	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: 265px;
	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: 263px;
	top: 4px;
	z-index: 100;
}

#adBoxControls>img
{
	cursor: pointer;
	margin-right: 5px;
}

.adBoxTitle
{
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 5px 0px;
	color:#333333;
}

.adBoxText
{
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	margin: 5px 0 5px 0px;
	color:#555555;
}

.adBoxLink1
{
	text-align: right;
	margin: 0 15px 0 0px;
	float:right;
}

.adBoxLink2
{
	text-align: left;
	margin: 0 15px 0 0px;
	float: left;
}

.adBoxLinkText
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #006699;
}

.adBoxLinkText:hover
{
	color: #CC9900;
	text-decoration:underline;
}