
#vmain {width: 450px; height:340px;margin: 0 auto;}

#content-vslider {
  width: 8px;
  height: 236px;
  margin: 8px 5px;
  background: #bbb;
  font-size: 10px;
  float: left;
}

#content-vscroll {
  width: 88px;
  height: 250px;
  padding:0px;
  overflow: hidden;
  border: solid 1px #666;
  float: left;
  background-color:#111;
}

#content-vholder {
  width: 88px; padding:0px;
  
}

.content-vitem {
  width: 80px;
  padding: 0px;
  margin: 4px 4px;
  border: none;
  background-color:#333;
  text-align: center;
  cursor: pointer;
}
	
#vmainpic{  
  width: 320px;
  height: 240px;
  background: #333;
  background-image: url('/images/hblogobgtile.gif');
  border: solid 1px #666;
  text-align: center;
  padding: 5px;
  float: left;
}

#vmainpic td {
	height: 240px;
	width: 320px;
	vertical-align: middle;
	text-align: center;
}


#picinfo{
  width: 440px;
  height: 80px;
  overflow:auto;
  border: solid 1px #666;
  float: left; 
  padding:0px;
  background-color: #111;
}
.pic_title{font-weight: bold;color:#fff; padding:2px;}
.pic_desc{font-weight: normal;color:#ccc;padding:0px 2px;}