@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#000;
	font: 13px/1.1 Segoe UI, Candara, Calibri, Verdana, Arial, Helvetica, sans-serif;
}
.topContainer {
	margin:0;
	padding:0;
}
#loadCoverTop {
	position:fixed;
	width:100%;
	min-width:100%;
	min-height:300px;
	left:0px;
	top:0px;
	background:#000;
	overflow:hidden;
	z-index:100;
	border-bottom:2px solid #fff;
}
#loadCoverBot {
	position:fixed;
	width:100%;
	min-width:100%;
	min-height:350px;
	left:0px;
	top:302px;
	background:#000;
	overflow:hidden;
	z-index:100;
	border-top:2px solid #fff;
}
#content {
	clear:both;
	width:100%;
	overflow:hidden;
}
#mainContainer {
	width:300%;
	min-width:300%;
}
.bgContainer {
	float:left;
	width:33.33%;
	min-width:33.33%;
}
.bgImage {
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	min-height:600px;
	min-width:720px;
}
#bg11 {
	background:url(../img/bg/03.jpg) no-repeat;
	background-size:cover;
}
#bg12 {
	background:url(../img/bg/01.jpg) no-repeat;
	background-size:cover;
}
#bg13 {
	background:url(../img/bg/02.jpg) no-repeat;
	background-size:cover;
}
.centerContainer {
	/*background:#CF9;
	-moz-box-shadow: 0 0 7px black; -webkit-box-shadow: 0 0 7px black; box-shadow: 0 0 7px black;*/
	position:relative;
	width:720px;
	height:470px;
	margin:75px auto 0 auto;
	padding:10px;
}
#slideButtons {
	position:relative;
	width:375px;
	height:27px;
	margin:5px auto;
	padding:2px auto;
	text-align:center;
	
}
.button {
	font: 14px/1.1 Segoe UI, Candara, Calibri, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 0 10px;
	height:26px;
	text-decoration:none;
	border:2px solid #fff;
	background:#000;
	-moz-box-shadow: 0 0 7px white; -webkit-box-shadow: 0 0 7px white; box-shadow: 0 0 7px white;
}