.Dflyout-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.Dflyout-container table {
	background: none;
}
.Dflyout {
	outline: none;
	text-decoration: none;
}
.Dflyout:hover img {
	border-color: #808080;
}
.Dflyout-gallery .Dflyout-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.Dflyout-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.Dflyout-wrapper, .Dflyout-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.Dflyout-image-blur {
}
.Dflyout-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.Dflyout-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
}
.Dflyout-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.Dflyout-dimming {
	position: absolute;
	background: black;
}
a.Dflyout-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.Dflyout-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.Dflyout-credits,
a.Dflyout-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.Dflyout-credits:hover,
a.Dflyout-credits:hover i {
	color: white;
	background-color: gray;
}
.Dflyout-move, .Dflyout-move * {
	cursor: move;
}
.Dflyout-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.Dflyout-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
}
.Dflyout-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.Dflyout-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;

}
.Dflyout-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.Dflyout-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.Dflyout-controls a.disabled {
	cursor: default;
}
.Dflyout-controls a.disabled span {
	cursor: default;
}
.Dflyout-controls a span {
	display: none;
	cursor: pointer;
}
.Dflyout-controls .Dflyout-previous a {
	background-position: 0 0;
}
.Dflyout-controls .Dflyout-previous a:hover {
	background-position: 0 -30px;
}
.Dflyout-controls .Dflyout-previous a.disabled {
	background-position: 0 -60px !important;
}
.Dflyout-controls .Dflyout-play a {
	background-position: -30px 0;
}
.Dflyout-controls .Dflyout-play a:hover {
	background-position: -30px -30px;
}
.Dflyout-controls .Dflyout-play a.disabled {
	background-position: -30px -60px !important;
}
.Dflyout-controls .Dflyout-pause a {
	background-position: -60px 0;
}
.Dflyout-controls .Dflyout-pause a:hover {
	background-position: -60px -30px;
}
.Dflyout-controls .Dflyout-next a {
	background-position: -90px 0;
}
.Dflyout-controls .Dflyout-next a:hover {
	background-position: -90px -30px;
}
.Dflyout-controls .Dflyout-next a.disabled {
	background-position: -90px -60px !important;
}
.Dflyout-controls .Dflyout-move a {
	background-position: -120px 0;
}
.Dflyout-controls .Dflyout-move a:hover {
	background-position: -120px -30px;
}
.Dflyout-controls .Dflyout-full-expand a {
	background-position: -150px 0;
}
.Dflyout-controls .Dflyout-full-expand a:hover {
	background-position: -150px -30px;
}
.Dflyout-controls .Dflyout-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.Dflyout-controls .Dflyout-close a {
	background-position: -180px 0;
}
.Dflyout-controls .Dflyout-close a:hover {
	background-position: -180px -30px;
}
