body {
	color: #fff;
	background: url(/images/bg.png) repeat-x left top #0c0c0e;
}

a {
	color: #fff;
}

h1 {
	color: #fff;
	margin: 0;
}

h2 {
	text-align: center;
	color: #fff;
}

.container {
	position: relative;
	background: url(/images/container.jpg) no-repeat 0 100px #191e21;
	margin-top: 18px;
	margin-bottom: 18px;

}

.cloudlink {
	color:#FFF;
}

.cloudlink:link {
	color:#FFF;
}

#title {
	width: 950px;
	height: 100px;
	line-height: 0;
	margin: 0;
}

#movies {
	position: relative;
	background-color: #000;
	height: 353px;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
	height: 353px;
	line-height: 0;
}

#choices {
	position: absolute;
	top: 0;
	left: 710px;
	width: 239px;
	height: 353px;
	background-color: #0a0c0d;
	overflow: hidden;
	border: solid #333;
	border-width: 0 0 0 1px
}

#choices ul {
	position: absolute;
	width: 240px;
	margin: 0;
	line-height: 0;
}

#choices li {
	list-style: none;
	height: 60px;
	width: 240px;
	text-align: center;
	border: solid #0a0c0d;
	border-width: 1px 0 0;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

#choices li.up,
#choices li.down {
	background-image: none;
	background-color: #000;
	height: 9px;
	padding: 8px;
}


#choices li a {
	display: block;
	position: absolute;
	top: -60px;
	height: 60px;
	margin: 0;
}


#banners {
	margin-bottom: 0;
}

#posters-container {
	margin-top: 10px;
}


.homebar {
	margin:0px;
	padding:0px;
	width:950px;
}

.homebar ul {
	margin:0px;
	padding:0px;
}

.homebar li {
	float:left;
}


/*.homebar {
	width: 158px;
	height: 60px;
	overflow: hidden;
	position: relative;
}*/

.homebar li.credline {
	list-style: none;
	height: 60px;
	width: 158px;
	position: relative;
	overflow: hidden;
}

.homebar li.credline a {
	display: block;
	position: absolute;
	top: -60px;
	height: 60px;
	margin: 0;
}




/*#choices li a:hover {
	display: block;
	position: absolute;
	top: 0;
	height: 60px;
	margin: 0;
}


#choices li:hover {
	background-position: 0 0;
}*/

#posters {
	height: 240px;
	padding: 20px 10px;
	background: #0c0c0e;
}

#posters:after {
	content: '\0020';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.posters-prev,
.posters-next {
	width: 30px;
	float: left;
	cursor: pointer;
	padding: 100px 0;
	text-align: center;
}

.posters-carousel {
	width: 810px;
	height: 240px;
	overflow: hidden;
	float: left;
}

.posters-carousel div:after {
	content: '\0020';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.posters-carousel div p {
	float: left;
	width: 160px;
	height: 229px;
	background: url(/images/poster-shadow.png) no-repeat center top;
	text-align: center;
	padding: 8px 0 0;
}

#logos {
	text-align: center;
	padding:0px;
	width:950px;
	margin:0px;
}


#sound {
	width: 0;
	height: 0;
	overflow: hidden;
}

#playcontrol {
	cursor: pointer;
	position: absolute;
	top: -18px;
	right: 2px;
	padding: 0 0 0 12px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #a1adb3;
}

#playcontrol.play {
	background-image: url(/images/play.png);
}

#playcontrol.pause {
	background-image: url(/images/pause.png);
}

#back-to-home {
	padding: 10px 0;
	text-align: right;
	margin: 0;
}

#pagetitle {
	padding: 110px 0 0;
}

.desc {
	font-size: 18px;
}



#inner #choices {
	overflow: hidden;
	width: 230px;
	position: relative;
	top: 0;
	left: 0;
	border: none;
}

#inner #choices li {
	position: relative;
	top: 0;
	left: -5px;
}



