/* home
-------------------------------------------------------------- */

body.home #content {
	margin-top: 115px;
}
body.home #header {
	border: none;
}
body.home #footer {
	margin-top: 0;
	border: none;
}
#home-slideshow {
	width: 100%;
	overflow: hidden;
	text-align:center;
}
.home-slideshow-viewer {
	width: 1160px;
	z-index: 0;
	position: relative;
	overflow: hidden;
}
.home-slideshow-overlay {
	z-index: 1;
	position: absolute;
	width: 960px;
	top: 100px;
	left: 0;
}
.home-slideshow-overlay .special-note {
	width: auto;
	font-weight: bold;
}

.home-slideshow-overlay .overlay, .home-slideshow-overlay .special-note {
	padding: 2px 4px;
}
#home-now-showing .special-note {
  font-size: 14px;
}
#home-now-showing {
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
}
#home-now-showing .dates {
	text-transform: capitalize;
	font-weight: normal;
}
#home-this-week {
	top: 300px;
	left: 0;
	text-align: right;
	line-height: 1.6;
	font-size: .8em;
}

#home-this-week .overlay, #home-this-week .special-note {
	padding: 2px 4px;
}

/*#supersize{
	position:fixed;
}
#supersize img, #supersize a{
  height: 100%;
  width: 100%;
  position:absolute; 
  z-index: 0;
}*/
body.home {
  margin: 0;
} 
body.home #content {
  margin-top: 0 !important;
}

body.home #header{
  position:relative;
}

body.home #footer {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 50;
  height: 100px;
  background-color: #FFFFFF;
}