#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  height:400px;
  width:600px;
  left:50%;
  top:5%;
  margin-left:-300px;
  background: #000 url("default-window_bg.png") repeat-x left bottom;
}


.image_viewer {
	position: relative;
	font-family: "lucida sans unicode", "Trebuchet MS" , helvetica, verdana, sans-serif;
	font-size: 13px;
}
.image_viewer h1 {
	margin: 0;
	padding: 0;
	height: 20px;
	background: #333 url("default-window_bar_bg.png") repeat-x left bottom;
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	padding: 0 8px;
	line-height: 20px;
	vertical-align: bottom;
	text-align: left;
}
.image_viewer .controls ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.image_viewer .controls li {
	float: left;
	height: 20px;
	border-left: 1px solid #555;
	border-right: 1px solid #000;
	padding: 0 10px;
}
.image_viewer .controls li a {
	text-decoration: none;
	color: #ccc;
	line-height: 20px;
	vertical-align: bottom;
}
.iv_image_container {
	margin: 12px 12px 0 12px;
	width: 800px;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.iv_image_content {
	margin: auto auto;
	width: 800px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.iv_image {
	width: 800px;
	height: 450px;
	overflow: hidden;
}
.iv_text {
	position: absolute;
	bottom: 0;
	color: white;
	background: black;
	font-size: 12px;
	width: 100%;
}
.iv_text p {
	font-weight: bold;
	width: 70%;
	margin: 0.5em auto;
	text-align: center;
}


.iv_loading {
	position: absolute;
	display: none;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.iv_loading_curtain {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.iv_loading_text {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	color: white;
	background: transparent url("default-loader.gif") no-repeat scroll center top;
	padding-top: 32px;
}
.iv_curtain {
	display: none;
	position:absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color:#000;
}

.iv_image_list img {
/*	width: 96px;
	height: 54px;*/
}



/* Image menu */

/* basic/default styles (do not modify or override) */
.thumbwindow {
	position: relative;
	overflow: hidden;
}
.thumbfield {
	position: absolute;
	left: 0;
	top: 0;
}
.thumbfield ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.thumbfield li {
	position: relative;
	display: block;
	float: left;
}
.thumbfield li div {
	position: relative;
}
.thumbfield li a {
}
.thumbfield li a img {
	border: none;
}
.thumbfield li img  {
	width: 100%;
}
.thumbfield img:hover {
}


/* custom styles */
.thumbwindow {
	height: 108px; /* = thumbfield_height */
	margin: 12px 12px 0 12px;
}
.thumbfield {
	padding: 12px 60px;
	height: 133px; /* = thumb_height(60) + reflection_height(30) + padding_height(40) + spacing(3) */
	height: 84px; /* = thumb_height(54) + reflection_height(27) + padding_height(40) + spacing(3) */
}
.thumbfield li {
	margin: 0 15px;
}
.thumbfield li a img {
	padding-bottom: 3px;
}

.thumbwindow {
	/*background: black url("thumbwindow_bg.png") repeat-x left top;*/
}
.thumbfield {
	/*background: black url("thumbwindow_bg.png") repeat-x left top;*/
}

