html {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgb(0,0,0); /* for IE8 */
	background-color: rgba(0,0,0,1.0);
	color: rgb(192,192,192); /* for IE8 */
	color: rgba(192,192,192,1.0);
}
a, a:link, a:visited, a:hover {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
}
.highslide-wrapper {

	background: none;
	border-radius: 7px;
}
.highslide, .highslide-noexp {
	visibility: hidden;
}
.highslide img, .highslide-noexp img {
	padding: 0px;
	border-width: 0px;
	border-radius: 0px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	visibility: visible;
}
.highslide:hover img, .highslide-noexp:hover img {
	box-shadow: -10px 10px 10px rgba(51, 51, 51, 0.4);
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image {
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: #c0c0c0;
	cursor: pointer;
	border-radius: 7px;
}
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: #c0c0c0;
	border-radius: 7px;
}
.highslide-caption, .highslide-heading {
	border-width: 0px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #c0c0c0;
	border-radius: 7px;
}
.highslide-caption {
	display: none;
	color: #000000;
	text-align: center;
	padding: 5px 10px;
	margin-top: 5px;
}
.highslide-caption a:link, .highslide-caption a:visited {
	color: #000000;
}
.highslide-caption a:hover {
	color: #ff0000;
}
.highslide-heading {
	display: none;
	color: #000000;
	cursor: default;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.highslide-heading a:link, .highslide-heading a:visited {
	color: #000000;
}
.highslide-heading a:hover {
	color: #ff0000;
}
.highslide-dimming {
	background: #000000;
}
.highslide-loading {
	display: block;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #000000;
	padding-left: 22px;
	background-image: url(graphics/loader-black.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-loading a:hover {
	color: #ff0000;
}

.highslide-move {
	cursor: move;
}
.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
	margin: 0;
	list-style: none;
}
.highslide-controls a {
	float: left;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls {
	width: 105px;
	height: 40px;
	margin: 0px 40px 0px 25px;
	left: -40px;
	position: static;
}
.highslide-controls {
	background: url(graphics/controlbar-large-white.gif) 0 -90px no-repeat;
}
.highslide-controls ul {
	background: url(graphics/controlbar-large-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-large-white.gif);
	display: block;
	height: 30px;
	width: 30px;
}
.highslide-controls a span {
	display: none;
	cursor: pointer;
}
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
	
.highslide-controls .highslide-play {
 	display: none;
}
	
.highslide-controls .highslide-full-expand {
	display: none;
}
	
.highslide-controls .highslide-move {
	display: none;
}
	
.highslide-header { 	
	display: none;
}
.mx-noxbf .highslide-html {
	border-width: 15px;
	border-style: solid;
	border-color: #c0c0c0;
	border-radius: 7px;
}
.mx-hidden {
	visibility: hidden;
}
.mx-warning {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 9999;
}
.mx-warning-inner {
	color: yellow;
	background-color: red;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	padding: 25px;
	position: relative;

	left: -50%;
}
.mx-musicdiv {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
}
.mx-headerinc {
	color: rgb(192,192,192); /* for IE8 */
	color: rgba(192,192,192,1.0);
}
.mx-container {
	height: 100%;
	min-width: 1285px;
	max-width: 1285px;
	margin: 0 auto;
	position: static;
}
.mx-titlebar-logo {
	display: table;
	margin: 2px auto 10px auto;
	padding: 0px;
	width: 98%;
	text-align: center;
	background-color: rgb(192,192,192); /* for IE8 */
	background-color: rgba(192,192,192,1.0);
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	border-width: 0px;
	border-style: solid;
	border-color: rgb(255,255,255); /* for IE8 */
	border-color: rgba(255,255,255,1.0);
	border-radius: 5px;
}
.mx-titlebar-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.mx-logo-left {
	float: left;
	margin-bottom: -4px;
	width: 200px;
	padding: 8px 8px 8px 8px;
}
.mx-logo-right {
	float: right;
	margin-bottom: -4px;
	width: 200px;
	padding: 8px 8px 8px 8px;
}
.mx-logo-center {
	display: table-row;
}
.mx-logo-center img {
	margin: 8px 8px 8px 8px;
	vertical-align: bottom;
}
.mx-logonolink {
	border-width: 0px;
	border-radius: 0px;
}
.mx-titlebar {
	width: 98%;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	background-color: rgb(192,192,192); /* for IE8 */
	background-color: rgba(192,192,192,1.0);
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	border-width: 0px;
	border-style: solid;
	border-color: rgb(255,255,255); /* for IE8 */
	border-color: rgba(255,255,255,1.0);
	border-radius: 5px;
			
}
.mx-atitle {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	padding-bottom: 3px;
}
.mx-atitle:first-letter {
	font-size: 20px;
}
.mx-atitle a:link, .mx-atitle a:visited {
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-atitle a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-adescription {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	padding-bottom: 3px;
}
.mx-adescription:first-letter {
	font-size: 16px;
}
.mx-adescription a:link, .mx-adescription a:visited {
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-adescription a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-ftitle {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	padding-bottom: 3px;
}
.mx-ftitle:first-letter {
	font-size: 20px;
}
.mx-ftitle a:link, .mx-ftitle a:visited {
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-ftitle a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-fcomment {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	padding-bottom: 3px;
}
.mx-fcomment:first-letter {
	font-size: 16px;
}
.mx-fcomment a:link, .mx-fcomment a:visited {
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-fcomment a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxt {
	color: rgb(192,192,192); /* for IE8 */
	color: rgba(192,192,192,1.0);
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	padding: 5px 0px;
	margin: 0 auto;
	width: 98%;
}
.mx-infotxt a:link, .mx-infotxt a:visited {
	color: rgb(192,192,192); /* for IE8 */
	color: rgba(192,192,192,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxt a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-nav-table {
	width: 450px;
	table-layout: fixed;
	margin: -20px auto 0px auto;
	border-spacing: 10px;
}
.mx-nav-table td {
	background-color: rgb(192,192,192); /* for IE8 */
	background-color: rgba(192,192,192,1.0);
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	text-shadow: none;
	padding: 5px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(255,255,255); /* for IE8 */
	border-color: rgba(255,255,255,1.0);
	border-radius: 5px;
}
.mx-nav-table td a:link, .mx-nav-table td a:visited {
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
.mx-nav-table td a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	text-decoration: none;
}
.mx-goto {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	font-weight: normal;
}
.mx-goto a:link, .mx-goto a:visited, .mx-goto a:hover {
	font-weight: bold;
	text-decoration: underline !important;
}
.mx-thumb-table {
	margin: 0 auto;
	width: 95%;
	table-layout: fixed;
	border-spacing: 20px;
}
.mx-thumb-table td {
	background-color: rgb(192,192,192); /* for IE8 */
	background-color: rgba(192,192,192,1.0);
	padding: 4px 0px;
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
	text-align: center;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	border-width: 0px;
	border-style: solid;
	border-color: rgb(255,255,255); /* for IE8 */
	border-color: rgba(255,255,255,1.0);
	border-radius: 5px;
}
.mx-thumb-table td img {
	vertical-align: bottom;
}
.mx-thumb-table td img.icon {
	margin: 0px;
}
.mx-thumb-table td a:link, .mx-thumb-table td a:visited {
	color: rgb(0,0,0); /* for IE8 */
	color: rgba(0,0,0,1.0);
}
.mx-thumb-table td a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
}
.mx-thumbbox-caption {
	padding: 0px 8px;
}
.mx-thumbbox-topcaption {
	padding: 0px 8px 5px 8px;
}
.mx-thumbbox-bottomcaption {
	padding: 5px 8px 0px 8px;
}
.mx-thumbbox-sidecaption {
	text-align: left;
	padding: 10px 8px 0px 8px;
}
.mx-thumbbox-title {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
	text-shadow: none;
}
.mx-thumbbox-title a:link, .mx-thumbbox-title a:visited, .mx-thumbbox-title a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-comment {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
	text-shadow: none;
}
.mx-thumbbox-comment a:link, .mx-thumbbox-comment a:visited, .mx-thumbbox-comment a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-fcount {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
	text-shadow: none;
}
.mx-thumbnail img {
	padding: 0px;
	border-width: 0px;
	border-radius: 0px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	visibility: visible;
}
.mx-thumbnail:hover img {
	box-shadow: -10px 10px 10px rgba(51, 51, 51, 0.4);
}
.mx-thumbnail {
	visibility: hidden;
}
.mx-folderpng {
	height: 160px;
	width: 160px;

	border: 1px solid black !important;
}

.mx-moviepng {
	border: 1px solid black !important;
}
.mx-hasoverlay {
	position: relative;
	display: inline-block;
}
.mx-folderoverlay img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	background-color: rgb(0,0,0); /* for IE8 */
	background-color: rgba(0,0,0,0.5019608);
	opacity: 1.0;
	filter: alpha(opacity=100); /* for IE8 */
	padding: 3px;
	border-radius: 0px;
	border: none;
	box-shadow: none !important;
}
.mx-videooverlay img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	background-color: rgb(0,0,0); /* for IE8 */
	background-color: rgba(0,0,0,0.5019608);
	opacity: 1.0;
	filter: alpha(opacity=100); /* for IE8 */
	padding: 3px;
	border-radius: 0px;
	border: none;
	box-shadow: none !important;
}
.highslide-thumbstrip .mx-videooverlay {
	display: none;
}
	
.mx-credits {
	color: rgb(192,192,192); /* for IE8 */
	color: rgba(192,192,192,1.0);
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	margin-bottom: 5px;
}
.mx-credits a:link, .mx-credits a:visited {
	color: rgb(192,192,192); /* for IE8 */
	color: rgba(192,192,192,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-credits a:hover {
	color: rgb(255,0,0); /* for IE8 */
	color: rgba(255,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-footerinc {
	color: rgb(192,192,192); /* for IE8 */
	color: rgba(192,192,192,1.0);
}
.mx-hs-title {
	font-size: 13px !important;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.mx-hs-title a:link, .mx-hs-title a:visited, .mx-hs-title a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-comment {
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.mx-hs-comment a:link, .mx-hs-comment a:visited, .mx-hs-comment a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-captdownload {
	min-height: 35px;
	padding-left: 47px;
	padding-right: 47px;
}
.mx-captglobe {
	min-height: 35px;
	padding-left: 47px;
	padding-right: 47px;
}
.mx-globe-icon {
	position: absolute;
	bottom: 0px;
	left: 5px;
	padding: 3px;
}
.mx-globe-icon img {
	border-width: 0px;
}
.mx-globe-icon-above {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 3px;
}
.mx-globe-icon-above img {
	border-width: 0px;
}
.mx-download-icon {
	position: absolute;
	bottom: 0px;
	right: 5px;
	padding: 3px;
}
.mx-download-icon img {
	border-width: 0px;
}
.mx-download-icon-above {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 3px;
}
.mx-download-icon-above img {
	border-width: 0px;
}
.mx-buttontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px 5px 0px;
	cursor: pointer;
	margin: 5px 4px 0px 4px;
	vertical-align: middle;
	text-shadow: none;
}
.mx-buttonalign {
	cursor: default;
	margin: 0px 0px 5px 0px;
	text-align: center;
	clear: both;
}
.mx-buttonimage {
	margin: 5px 4px 0px 4px;
	vertical-align: middle;
}
.mx-buttonaligndl {
	bottom: 45px;
}
.mx-buttonalignglobe {
	bottom: 45px;
}
.mx-lfproxyabove {
	padding-top: 10px;
}
.mx-lfproxybelow {
	padding-bottom: 10px;
}
