@charset "utf-8";

#superbox-overlay{background:#111;}
#superbox {border: 1px solid #dedede;}
#superbox-container .loading{width:32px;height:32px;margin:0 auto;text-indent:-9999px;background:url(loader.gif) no-repeat 0 0;}
#superbox .close a{float:right;padding:0 5px;line-height:20px;background:#4e9fed;cursor:pointer;}
#superbox .close a span{color:#fff;}
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}
.zoomicon {
  background-image: url(zoomicon.png);
  repeat: no-repeat;
  opacity: 80;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999!important;
}
.close {
	opacity: 1!important;
	text-shadow: none;
	font: 12px/20px Arial;
}
#superbox .nextprev {
	background-color: #fff;
	position: relative;
	z-index: 10;
}
#superbox .nextprev a {
	font: 12px/20px Arial;
	text-decoration: none;
}