#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .loading {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 200px;
}


#facebox .screenshots {
	position: relative;
	width: 730px;
	height: 780px;
	background: url(../images/facebox/bg_screenshots.png) left bottom no-repeat;
}

#facebox .screenshots .selected_shot {
	position: absolute;
	top: 29px;
	left: 42px;
	text-align: center;
	vertical-align: middle;
	width: 640px;
	height: 480px;
	background-color: #000;
}

#facebox .screenshots .selected_shot img {
	border: none;
	width: auto;
	height: auto;
}

#facebox .screenshots .directions {
	position: absolute;
	top: 514px;
	left: 42px;
	width: 640px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

#facebox .screenshots .directions #directions_text {
	display: inline;
}

#facebox .screenshots .thumbnails {
	position: absolute;
	top: 560px;
	left: 78px;
}

#facebox .screenshots .thumbnails .thumbnail, #facebox .movie .thumbnails .thumbnail {
	float: left;
	width: 108px;
	height: 81px;
	margin-right: 7px;
	text-align: center;
	background-color: #000;
}

#facebox .screenshots .thumbnails .thumbnail img, #facebox .movie .thumbnails .thumbnail img {
	border: none;
	height: 81px;
	vertical-align: middle;
	width: auto;
}

#facebox .screenshots .close, #facebox .movie .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 41px;
	background: url(../images/facebox/closebox.png) no-repeat;
}

#facebox .screenshots .close:hover, #facebox .movie .close:hover {
	cursor: pointer;
}

#facebox .screenshots .left_arrow {
	position: absolute;
	top: 632px;
	left: 25px;
	width: 34px;
	height: 32px;
	background: url(../images/facebox/backarrow.png);
}

#facebox .screenshots .right_arrow {
	position: absolute;
	top: 632px;
	right: 29px;
	width: 34px;
	height: 32px;
	background: url(../images/facebox/forwardarrow.png);
}

#facebox .screenshots .left_arrow:hover, #facebox .screenshots .right_arrow:hover {
	cursor: pointer;
}

#facebox .movie {
	position: relative;
	width: 478px;
	height: 550px;
	background: url(../images/facebox/bg_movie.png) left bottom no-repeat;
}

#facebox .movie .show_time {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 429px;
	height: 268px;
}

#facebox .movie .thumbnails {
	position: absolute;
	top: 346px;
	left: 66px;
	height: 169px;
}

#facebox .movie .thumbnails .thumbnail img {
	width: 108px;
	height: auto;
	padding-top: 10px;
}

#facebox .movie .close {
	top: -5px;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}