img { display: block; margin: auto; }

#adv2 {
  width:173px;
  margin:6px auto;
  background:#181818;
}
#adv2 ul {
 display:block;
 width:175px;
 height:25px;
 float:left;
}
#adv2 li { float:left; }
#adv2 li.split { clear:both; }
#adv2 li a {
  display:block;
  height:25px;
  width:25px;
  line-height:22px;
  text-decoration:none;
  background:#222;
}
#adv2 li a:hover {
  background:#0A0A0A;
}
#adv2 li a.selected {
  background:snow;
  color:#111;
  font-weight:bold;
}

#adv2 span {
  height:172px;
  display:block;
  width:173px;
  float:right;
  background:#181818;
  text-align: center;
}

#adv2 span p img {
  max-width: 169px; 
  max-height: 130px;
  width: expression(this.width > 169 ? 169: true);
  height: expression(this.height > 130 ? 130: true);
  /*float: left;*/
  margin-top: 2px; 
  /*margin-left: 2px;*/

}

#adv2 span p a:link, a:visited {
	color: #FE5604;
	text-decoration: none;
}

#adv2 span p a:hover, a:active {
	text-decoration: none;
	color: #00BAFF;
}

