#cinemascope {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	width: 706px;
	height: 211px;
	z-index: 1;
	background-image: url('/res/img/cinemascope/cinemascope.gif');
	background-repeat: no-repeat;
	float: left;
}

#cinemascopeLeft {
	float: left;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	width: 380px;
    height: 211px;
	z-index: 1;
	padding: 20px;
/*
	color: #0080c0;
*/
	color: #000;
}

#cinemascope a img {
	border-width: 0px;
	border-style: none;
}

a.cinemascope_link img {
	border-width: 0px;
	border-style: none;
}

#content a img {
	border-width: 0px;
	border-style: none;
}

#cinemascopeRight {
	float: left;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	width: 260px;
	height: 211px;
	z-index: 1;
	padding: 10px;
}

#content {
	position: absolute;
	width: 706px;
	height: 600px;
/*
	height: 637px;
	z-index: 1;
*/
	left: 204px;
	top: 170px;
	visibility: visible;
}

#columnLeft {
	float: left;
	width: 46%;
	margin-top: 0;
	margin-right: 10px;
	padding: 15px 0 0 0;
/*
	used to be:
	padding: 10px;
*/
}

#columnRight {
	float: left;
	width: 46%;
	margin-top: 0;
	margin-right: 6px;
	padding: 15px 0 0 0;
/*
	used to be:
	padding: 10px;
*/
}

#player {
	position: absolute;
	top: 790px;
	left: 890px;
}

#slider {}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider, #slider li{ 
	width: 706px;
	height: 211px;
	overflow: hidden; 
}

span#prevBtn {}
span#nextBtn {}
span#pauseBtn {}

#prevBtn, #nextBtn, #pauseBtn {
	display: block;
	width: 13px;
	height: 18px;
	position: absolute;
	left: 30px;
	top: 185px;
	z-index: 100;
}

#nextBtn {
	left: 45px;
}

#pauseBtn {
	left: 60px;
}
#prevBtn a, #nextBtn a, #pauseBtn a {
	outline : none;
	display: block;
	width: 13px;
	height: 18px;
	background: url(/res/img/cinemascope/btn/btn_prev.gif) no-repeat 0 0;
}

#nextBtn a {
	background: url(/res/img/cinemascope/btn/btn_next.gif) no-repeat 0 0;
}

#pauseBtn a {
	background: url(/res/img/cinemascope/btn/btn_pause.gif) no-repeat 0 0;
}

#sliderNavigation {
	display: block;
	opacity: 0;
}

#slider li a {
	text-decoration: none;
	cursor: pointer;
}

#hr {
	margin: 0;
	padding: 0;
}