#adContainer 
{
	margin: 4px 0 15px auto;
	width: 570px;
	height: 130px;
}
#adNavPanel
{
  float: left;
  width: 50px;
	height: 130px;
}
#adSpace
{
  float: right;
 	width: 520px;
	height: 130px;
	background: #FFF;
}
#adSpace img { border: none;}
.navBlock
{ 
	margin-bottom: 5px;
	margin-left: auto; 
	margin-right: 5px;
  background: white;
  border: 1px solid #CCC;
  color: #999;
  font-weight: bold;
  text-align: center;
  width: 30px;
  cursor: pointer;
}
.adNavConnector
{
  float: right;
  position: relative;
  top: 5px;
  left: 4px;
  background: #FFF;
	width: 14px;
	height: 9px;
  border: 1px solid #CCC;
  border-left: none;
  border-right: none;
  z-index: 10px;
  visibility: hidden;
}
