body, html {
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Trebuchet MS";
  font-size: 14px;	
	background-color: #8fdcff;
	background-image:url('../images/background.jpg');
  background-repeat: repeat-x;
	height: 100%;
	color: #000;
	line-height: 150%;
}

#container {
	position: relative;
	width: 979px;
	margin-left:-458px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url('../images/container.jpg');
	background-repeat: repeat-y;
}

#header{
	position: relative;
	background-image: url('../images/header.jpg');
	width: 979px;
	height:439px;
	z-index:1;
}

#header #header_ani{
    position: relative;
    top: 197px;
}

#navigation{
	position: relative;
	background-image: url('../images/navigation.jpg');
	width: 979px;
	height:84px;
	z-index:1;
}

#hdr_trailer{
    position: relative;
    float: left;
}

#hdr_access{
    position: relative;
    float: left;
}

.clear{
	clear: both;
	padding:0px;
	margin:0px;
}

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	width: 966px;
	height:532px;
	z-index:1;
	padding-top: 45px;
  margin-top: 20px;
  padding-left: 10px;
}

.moviecontainer img{
	border: 0px;
}


.moviecontainer .header{
	position: relative;
	width: 765px;
	height: 34px;
	left: 170px;
	margin-bottom: 10px;
}

.moviecontainer .header .movieTitle{
	position: relative;
	width: 500px;
	height: 34px;
	float: left;
}

.moviecontainer .header h1{
	position: relative;
	font-size: 18px;
	color: #000;
	margin:0px;
	padding: 0px;
	top: 8px;
}

.moviecontainer .header .playtime{
	position: relative;
	width: 260px;
	height: 34px;
	float: left;
	text-align: right;
}

.moviecontainer .c1{
	position: relative;
	width: 340px;
	height: 460px;
	left: 30px;
	float: left;
	margin-right:22px;
}

.moviecontainer .c1 .thumb1{
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #fff;
}

.moviecontainer .c1 .thumb2{
	position: relative;
	margin-right: 15px;
	border: 1px solid #fff;
	float: left;
}

.moviecontainer .c1 .thumb3{
	position: relative;
	border: 1px solid #fff;
	float: left;
}

.moviecontainer .c2{
	position: relative;
	width: 324px;
	height: 460px;
	float: left;
}

.moviecontainer .c2 .thumb1{
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #fff;
}

.moviecontainer .c2 .thumb2{
	position: relative;
	margin-right: 15px;
	border: 1px solid #fff;
	float: left;
}

.moviecontainer .c2 .thumb3{
	position: relative;
	border: 1px solid #fff;
	float: left;
}

.quickJumperContainer{
	font-size: 11px;
	position: relative;
	width: auto;
	height: auto;
	margin:0;
	padding:0;
}

.moviecontainer .c3{
	position: relative;
	width: 250px;
	height: 460px;
	float: left;
}

.moviecontainer .c3 .description{
	position: relative;
	width: 220px;
	height: 222px;
	left: 20px;
	top: 7px;
	overflow:hidden;
	color: #000;
	margin-bottom: 36px;
}

.moviecontainer .c3 .starCnt{
	position: relative;
	width: 220px;
	height: 34px;
	left: 23px;
	top: 7px;
	overflow:hidden;
	color: #000;
	margin-bottom: 33px;
}

.moviecontainer .c3 .starCnt .star{
	position: relative;
	width: 36px;
	height: 34px;
	float: left;
	margin-right: 7px;
}

.moviecontainer .c3 .trailer{
	position: relative;
	width: 229px;
	height: 62px;
  left: 15px;
	margin-bottom: 0px;
}

.moviecontainer .c3 .access{
	position: relative;
	width: 229px;
	height: 62px;
  left: 15px;
}

#footer{
	position: relative;
	width: 966px;
	height: auto;
	text-align: center;
}

.quickJumper{
	position: relative;
	width: 15px;
	height: 20px;
	border: 1px solid #000;
	background-color: #68d0ff;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #51bdee;
	position: relative;
	width: 15px;
	height: 20px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

h1{
	font-size: 18px;
	color:#000;
}

h1 b{
	font-size: 18px;
	color:#000;
}

a.quickJumper:link {color: #000; text-decoration: none; }
a.quickJumper:hover {color: #000; text-decoration: underline; }
a.quickJumper:visited {color: #000; text-decoration: none; }
a.quickJumper:active {color: #000; }

a.quickJumperSelected:link {color: #000; text-decoration: none; }
a.quickJumperSelected:hover {color: #000; text-decoration: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 

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

a:hover {
color: #ff0000;
text-decoration:none;
}

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

a:active {
color: #000;
text-decoration:none;
}
