#preview{ float: right; margin: 0 0 10px 15px;}

#preview .box2{ 
	width: 330px; 
	padding: 23px 23px 35px; 
	position: relative; 
}

#preview #paging {
	position: absolute;
	bottom: 23px;
	left: 23px;
}

#preview ul{ margin: 0; padding: 0; list-style: none; }

#preview ul li{ margin: 0; padding: 0; background: none; }

#preview li{ display: inline; }

#preview a {
  margin-right: 8px;
  width: 20px;
  float: left;
  background: #ACC6E7;
  color: White;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  height: 20px;
  position: relative;
  bottom: 1px;
}

#preview li a { position: relative; }

#preview li a:hover { zoom: 1; }

#preview img{ display: block; }

#preview li a img {
  padding: 9px;
  border: 1px solid #DEDEDE;
  background: White;
  position: absolute;
  left: -42px;
  top: 43px;
}


#preview li a img:hover{
   display: none;
   cursor: default;
}

#preview li a img,
#preview li a.active:hover img { visibility: hidden; }

#preview li a:hover img { visibility: visible; }

#preview .previous,
#preview .next{ padding: 0; text-align: left; line-height: normal; }

#preview a.active{ background: #2A6CC2; }

#preview a span{ width: 100%; height: 100%; position: absolute; cursor: pointer; }

#preview .previous span{ background: url(../img/preview-previous.png) no-repeat; }

#preview .next span{ background: url(../img/preview-next.png) no-repeat; }

#preview .label{ float: left; width: 77px; }
