#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	text-align: left;
}

#facebox .loading {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 200px;
}

#facebox .hide_non_us {
	display: none;
}
#facebox.us .hide_non_us {
	display: block;
}

#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;
}

#facebox .ds .selected_shot {
	background-color: #000;
}

#facebox .video .selected_shot .video_player {
	width: 368px;
	height: 207px;
	margin-left: 136px;
	margin-top: 136.5px;
}

#facebox .screenshots .selected_shot img {
	border: none;
	width: 640px;
	height: 480px;
}

#facebox .ds .selected_shot img {
	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: 79px;
}

#facebox .screenshots .thumbnails .thumbnail, #facebox .movie .thumbnails .thumbnail {
	float: left;
	width: 108px;
	margin-right: 7px;
	text-align: center;
}

#facebox .ds .thumbnails .thumbnail {
	background-color: #000;
}

#facebox .screenshots .thumbnails .thumbnail img, #facebox .movie .thumbnails .thumbnail img {
	border: none;
	width: 108px;
	height: 81px;
}

#facebox .ds .thumbnails .thumbnail img {
	vertical-align: middle;
	width: auto;
}

#facebox .screenshots .close, #facebox .movie .close, #facebox .wallpapers .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 41px;
	background: url(../images/facebox/closebox.png) no-repeat;
}

#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, #facebox .wallpapers .close:hover {
	cursor: pointer;
}

#facebox .screenshots .close:hover, #facebox .movie .close: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: 241px;
}

#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 .wallpapers {
	position: relative;
	width: 730px;
	height: 925px;
	background: url(../images/facebox/bg_wallpapers_long.png) left bottom no-repeat;
}

#facebox .wallpapers .content {
	position: relative;
	padding: 25px 0 0 43px;
	_padding: 0;
	_margin: 25px 0 0 43px;
}
#facebox .wallpapers .content .left {
	float: left;
	position: relative;
	z-index: 10;
	width: 156px;
	padding-right: 5px;
}
#facebox .wallpapers .content .middle {
	padding-left: 5px;
}
#facebox .wallpapers .content .right {
	padding-right: 0;
	padding-left: 5px;
}

#facebox .wallpapers .content .left .links {
	float: left;
	width: 47px;
	line-height: 9px;
}
#facebox .wallpapers .content .left .links_right {
	text-align: right;
}
#facebox .wallpapers .content .left .links_middle {
	text-align: center;
}

#facebox .wallpapers .content img {
	border: 3px solid orange;
	width: 135px;
}
#facebox .wallpapers a {
	font-size: 9.5px;
	color: #FFF;
}

#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');
}
