.zmv-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.zmv-container table {
}
.zmv {
	outline: none;
	text-decoration: none;
}
.zmv-active-anchor img {
	visibility: hidden;
}
.zmv-gallery .zmv-active-anchor img {
	border-color: black;
	visibility: invisible;
	cursor: default;
}
.zmv-image {
	border-width: 0px;
	border-style: solid;
	border-color: black;
	background: gray;
}
.zmv-wrapper, .zmv-outline {
	background: black;
}
.glossy-dark {
	background: #111;
}
.zmv-image-blur {
}
.zmv-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.zmv-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	background: black;
}
.zmv-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.zmv-dimming {
	position: absolute;
	background: black;
}
a.zmv-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.zmv-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;
	background-color: black;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.zmv-credits,
a.zmv-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.zmv-credits:hover,
a.zmv-credits:hover i {
	color: black;
	background-color: gray;
}
.zmv-move, .zmv-move * {
	cursor: move;
}

.zmv-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.zmv-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the zmv-ie6.css file. */
}




.zmv-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.zmv-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.zmv-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.zmv-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .zmv-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .zmv-gallery ul li {
	text-align: center;
}
html>/**/body .zmv-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .zmv-gallery ul img {
	position: static;
}




.zmv-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}

.zmv-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.zmv-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.zmv-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.zmv-controls a.disabled {
	cursor: default;
}
.zmv-controls a.disabled span {
	cursor: default;
}
.zmv-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


.zmv-controls .zmv-previous a {
	background-position: 0 0;
}
.zmv-controls .zmv-previous a:hover {
	background-position: 0 -30px;
}
.zmv-controls .zmv-previous a.disabled {
	background-position: 0 -60px !important;
}
.zmv-controls .zmv-play a {
	background-position: -30px 0;
}
.zmv-controls .zmv-play a:hover {
	background-position: -30px -30px;
}
.zmv-controls .zmv-play a.disabled {
	background-position: -30px -60px !important;
}
.zmv-controls .zmv-pause a {
	background-position: -60px 0;
}
.zmv-controls .zmv-pause a:hover {
	background-position: -60px -30px;
}
.zmv-controls .zmv-next a {
	background-position: -90px 0;
}
.zmv-controls .zmv-next a:hover {
	background-position: -90px -30px;
}
.zmv-controls .zmv-next a.disabled {
	background-position: -90px -60px !important;
}
.zmv-controls .zmv-move a {
	background-position: -120px 0;
}
.zmv-controls .zmv-move a:hover {
	background-position: -120px -30px;
}
.zmv-controls .zmv-full-expand a {
	background-position: -150px 0;
}
.zmv-controls .zmv-full-expand a:hover {
	background-position: -150px -30px;
}
.zmv-controls .zmv-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.zmv-controls .zmv-close a {
	background-position: -180px 0;
}
.zmv-controls .zmv-close a:hover {
	background-position: -180px -30px;
}

