@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

a {
	color:#FFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}

body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
}

#content {
	position:fixed;
	width:165px;
	z-index: 3;
	/*	position:absolute;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	background-repeat: repeat;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(assets/shadow_35.png);
	float: left;
	padding-top: 0px;
	padding-left: 0px;
}

#contentframe {
	overflow: hidden;
	height: 100%;
	text-align:right;
	z-index: 3;
}

#slidecounter {
	float:left;
	color:#4F4F4F;
	font-weight:bold;
	margin:18px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: none;
}

#slidecaption {
	overflow: hidden;
	float:left;
	color:#FFF;
	font-weight:bold;
	margin:33px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: none;
}

/*Supersized Stamp*/
		.stamp {
	float: right;
	margin: 25px 20px 0 0;
}

/*Supersize Plugin Styles*/
		#navigation {
	background: url('http://www.musacancun.com/index-images/navbg.gif') no-repeat;
	float: right;
	margin:22px 20px 0 0;
	display: none;
	width: 200px;
}

#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(http://www.musacancun.com/index-images/progress.gif);
}

#supersize {
	position:fixed;
}

#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	visibility:hidden; /* GJM */
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
	visibility:visible; /* GJM */
}

#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
	visibility:visible; /* GJM */	
}

#logo {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
	left: 3px;
}

#current {
	color: #FFF;
	float: right;
	width: 195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	top: 320px;
	position: absolute;
}

#current a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}

#current a:visited {
	color: #CCC;
	text-decoration: none;
}

#current a:hover {
	color: #FFF;
	text-decoration: underline;
}

#current a:active {
	color: #FFF;
	text-decoration: underline;
}

#nav {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	position: absolute;
	left: 0px;
	top: 160px;
	color: #CCC;
	font-weight: bold;
	z-index: 3;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	width: 150px;
	float: left;
}

#nav a:link {
	color: #FFF;
	text-decoration: none;
}

#nav a:visited {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #CCC;
	text-decoration: underline;
}

#nav a:active {
	color: #FFF;
	text-decoration: underline;
}

#news {
	position:absolute;
	margin-top: 0px;
	/*	margin-right: 100px;*/
	margin-bottom: 0;
	top: 39px;
	left: 259px;
	right: 30px;
	bottom: 30px;
	/*	float:right;
	width:1024px; */
	z-index:3;
	visibility: visible;
	overflow:auto;
}
.centre_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
	font-style: normal;
	line-height: 16px;
	background-image: url(assets/shadow_60.png);
	background-repeat: repeat;
	padding:10px;
}