body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	height: 100%;
}

body { min-height: 100%; height: 100%; }

#index_container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background-color: #FFF;
	text-align: center;
}

#index {
	background: url('images/index_bg.jpg') no-repeat center center;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
}

#enter {
	position: absolute;
	top: 70%;
	width: 100%;
	height: 20px;
	background-color: #333;
	opacity: 0.60;
	filter:alpha(opacity=60);
}

#name_box {
	position: absolute;
	top: 70%;
	height: 21px;
	left: 150px;
	font: 70% Arial, Sans-Serif;
	color: #BBB;
	text-transform: uppercase;
	line-height: 21px;
}

#enter_box {
	position: absolute;
	top: 70%;
	height: 21px;
	right: 150px;
	font: 70% Arial, Sans-Serif;
	text-transform: uppercase;
	line-height: 21px;
}

#enter_box a {
	color: #BBB;
	text-decoration: none;
	cursor:pointer; 
}

#top_header {
	position: absolute;
	right: 0px;
	height: 20px;
	width: auto;
	padding: 0px 40px 0px 20px;
	background-color: #333;
	color: #BBB;
	font: 70% Arial, Sans-Serif;
	text-transform: uppercase;
	line-height: 21px;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index: 100;
}

#top_header a {
	color: #BBB;
	text-decoration: none;
	-webkit-transition: color .5s;
	margin-right: 15px;
}

#top_header a:hover {
	color: #FFF;
}

#content {
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 1000px;
	position: absolute;
}

/*SCROLL*/

.scrollable {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.scrollable img {
	height: 100%;
	max-height: 1000px;
}

div.scrollable {
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
}

div.scrollable div.items {
	width: 2000em;
	position: absolute;
	clear: both;
	height: 100%;
}

div.scrollable div.items div {
	float: left;
}

.fixedposition {
	position: fixed;
}

.scrollable .active {
	border: 2px solid #FFF;
	z-index: 50;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.nopad {
	padding-left: 3px;
	padding-right: 3px; !important
}

a.browse {
	display: block;
	position: absolute;
	top: 25px;
	cursor: pointer;
	right: 0px;
	font: 70% Arial, Sans-Serif;
	text-transform: uppercase;
	line-height: 21px;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index: 100;
	height: 21px;
	background-color: #333;
	padding: 0px 5px 0px 5px;
	color: #FFF;
}

a.right {
	right: 5px;
}

a.left {
	right: 50px;
}

a.disabled {
	visibility: hidden !important;
}

#name {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 21px;
	background-color: #333;
	padding: 0px 10px 0px 10px;
	z-index: 100;
	font: 70% Arial, Sans-Serif;
	text-transform: uppercase;
	line-height: 21px;
	opacity: 0.60;
	filter:alpha(opacity=60);
	color: #FFF;
}

#footer {
	position: absolute;
	bottom: 3px;
	right: 5px;
	font: 70% Arial, Sans-Serif;
	color: #666;
	text-align: right;
	z-index: 100;
}

#about {
	position: absolute;
	width: 600px;
	right: 0px;
	top: 25px;
	background-color: #111;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index: 300;
}

#panel {
	padding: 5px 60px 10px 5px;
	color: #FFF;
	font: 70% Arial, Sans-Serif;
	opacity: 1;
	filter:alpha(opacity=100);
}

#panel a {
	color: #FFF;
}

.mov {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 120px;
}
