/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
	margin-top: -60px;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
	margin-top: -30px;
}

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #ae0a0a;
	text-align: center;
}

#shDisplay div#shClose
{
  /*float:right;*/
  margin: 0 auto;
	padding: 0;
	height: 30px;
	position: relative;
	top: 30px;
}

/* button */
.shClose
{
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.shClose, .shClose i, .shClose em, .shClose span
{
  font: 12px / 28px Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  width: 30px;
  height: 30px;
  float: right;
  display: inline;
}

.shClose span
{
  padding: 0;
  width: 30px;
  background: url(../img/cross.gif) no-repeat center center
}

.shClose i
{
  background-position: 100% -30px
}

.shClose em
{
  padding: 0 8px;
}

.shClose span
{
  margin: 0 -8px;
  padding: 0 8px;
}

.shClose i, .shClose em
{
  background-image: url(../img/button/button-orange.gif);
}

.shButton
{
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.shButton, .shButton i, .shButton em, .shButton span, .shButton-disabled, .shButton-disabled i, .shButton-disabled em, .shButton-disabled span
{
  font: 12px / 28px Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  float: left;
  display: inline;
}

.shButton span, .shButton-disabled span
{
  padding: 0;
  width: 60px;
  background: url(../img/pages_big_arr.gif) no-repeat;
}

.shButton i, .shButton-disabled i
{
  background-position: 100% -60px;
}

.shButton em, .shButton-disabled em
{
  padding: 0 8px;
}

.shButton span, .shButton-disabled span
{
  margin: 0 -8px;
  padding: 0 8px;
}

.shButton-disabled
{
  cursor: default;
}

.shButton-disabled i
{
  background-position: 100% -60px;
}

.shButton-disabled i, .shButton-disabled em
{
  background-image: url(../img/button/button-disabled-big.gif);
}

.shPrev
{
  margin-right: 55px;
}

.shPrev span
{
  background-position: 0 -60px;
}

.shPrev a span
{
  background-position: 0 0;
}

.shNext
{
  margin-left: 65px;
}

.shNext span
{
  background-position: 0 -180px;
}

.shNext a span
{
  background-position: 0 -120px;
}

.shButton em, .shButton i
{
  width: 60px;
  height: 60px;
  background-image: url(../img/button/button-big.gif);
}