/* Home page */

body.home #primaryContent {
	width: 960px !important;

}

body.home #primaryContent p {
	margin-bottom: 16px;
	font-size: 13px;
	padding-left:10px;
	padding-right:10px;
}

body.home #primaryContent #quote {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.3em;
	font-family: Georgia, Times, serif;
	font-style: italic;
}

p.para_one {
	width:460px;
	float:left;
}

p.para_two {
	width:440px;
	margin-left:20px;
	float:left;
}


.feedbox {
	width:220px;
	float:left;
	display:inline;
	margin:10px;
	position:relative;

	font-size:12px;

}
.feedbox h4 {
	text-indent:-9999px;
	height:40px;
	width:220px;
	margin-bottom:20px;
	padding : 0;
}

.feedbox h4 a {
	position :absolute;
	left : 0;
	top : 0;
	width : 220px;
	height : 40px;
}

.feedbox h4#opinions { background:url(../images/home/opinions.gif) top left no-repeat;}
.feedbox h4#news { background:url(../images/home/news.gif) top left no-repeat;}
.feedbox h4#careers { background:url(../images/home/careers.gif) top left no-repeat;}
.feedbox h4#events { background:url(../images/home/events.gif) top left no-repeat;}

.feedbox span.rss_link {
	position:absolute;
	top :20px;
	right:5px;
}

.feedbox ul {
	list-style:none;
	padding:0;
	margin:0;
}

.feedbox ul li {
	padding-bottom:16px;
	line-height:1.2em;
}

div#movie_box {
	width:888px;
	height:440px;
	position : relative;
	border:1px solid #ccc;
	background:#eee url(../images/home/movieboxbg.gif) top left repeat-x;
	margin:10px 10px 30px 10px;
	padding:28px 25px !important;
}

div#movie_wrap {
	height:350px;
	float:left;
}

.jcarousel-container {
	width : 546px;
	padding : 10px 27px 0 27px;	

	position : absolute !important;
	left : 25px;
	top : 378px;
}

/* carousel controls */

			.jcarousel-container .jcarousel-next-horizontal {
			    position: absolute;
			    top: 10px;
			    right: 0px;
			    width: 22px;
			    height: 74px;
			    cursor: pointer;
			    background: transparent url(../images/next-horizontal.png) no-repeat -66px 0;
			}
			
			.jcarousel-container .jcarousel-next-horizontal:hover {
			    background-position: -44px 0;
			}
			
			.jcarousel-container .jcarousel-next-horizontal:active {
			    background-position: -22px 0;
			}
			
			.jcarousel-container .jcarousel-next-disabled-horizontal,
			.jcarousel-container .jcarousel-next-disabled-horizontal:hover,
			.jcarousel-container .jcarousel-next-disabled-horizontal:active {
			    cursor: default;
			    background-position: 0 0;
			}
			
			.jcarousel-container .jcarousel-prev-horizontal {
			    position: absolute;
			    top: 10px;
			    left: 0px;
			    width: 22px;
			    height: 74px;
			    cursor: pointer;
			    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
			}
			
			.jcarousel-container .jcarousel-prev-horizontal:hover {
			    background-position: -22px 0;
			}
			
			.jcarousel-container .jcarousel-prev-horizontal:active {
			    background-position: -44px 0;
			}
			
			.jcarousel-container .jcarousel-prev-disabled-horizontal,
			.jcarousel-container .jcarousel-prev-disabled-horizontal:hover,
			.jcarousel-container .jcarousel-prev-disabled-horizontal:active {
			    cursor: default;
			    background-position: -66px 0;
			}

.movies-list {
	clear : both;
	margin : 0;
	padding : 0;
	list-style-type : none;
	height : 74px;
	visibility : hidden;
}

.movies-list .jcarousel-item {
	margin : 0 6px 0 0;
	padding : 0;
	width : 132px;
	height : 74px;
}

div#movie_description {
	float:right;
	width:250px;
}

div#movie_description h4 {
	font:23px Georgia, "Times New Roman", serif;
	margin : 0 0 37px 0;
	line-height : 1.3;
}

div#movie_description p {
	padding: 0 !important;
	margin : 0 0 15px 0;
	line-height : 1.8;
}

div#movie_box div#movie {
	float:left;
	width:620px;
	height:340px;
	text-align : left;
	margin : 0 0 16px 0;
	padding : 0;
}

div#movie_box div#next_movies {
	clear : both;
	margin : 0;
	padding : 0;
	width : 600px !important;
}

.movies-list a.nm-link {
	float : left;
	position:relative;
}

img#now_playing {
	position:absolute;
	top:0px;
	left:0;
}

.movies-list li .now-playing {
	display : block;
	position : absolute;
	left : 0;
	top : 0;
	height : 74px;
	width : 132px;
	background-color : #ccc;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.movies-list li .sm-play {
	position : absolute;
	left : 44px;
	top : 15px;
}

.movies-list li div {
	display:none;
}

#movie_box .next,
#movie_box .prev {
	display : block;
	height : 28px;
	width : 66px;
	position : absolute;
	bottom : 2px;
	background-repeat : no-repeat;
}

#movie_box .next {
	left : 560px;
	background-image : url(../images/next_mov.png);
	background-position : 0 0;
}

#movie_box .next:hover {
	background-position : 0 -28px;
}

#movie_box .prev {
	left : 25px;
	background-image : url(../images/prev_mov.png);
	background-position : 0 -28px;
}

#movie_box .prev:hover {
	background-position : 0 0;
}