#container-overlay {
	position: absolute;
	z-index: 989;
	display:none; 
	visibility:hidden;
	background: transparent no-repeat;
}
#lightbox-container {
	display:block;
	width:675px;
	height:600px;
	position:relative;	
}
#lightbox-base {
	display:block;
	width:675px;
	height:600px;
	position:absolute;	
	top:0px;
}
.lightbox-base[class] {
	background: url(/lightbox/lightbox-base.png) no-repeat transparent;
}

#lightbox-close {
	display:block;
	position:absolute;
	top:10px;
	left:640px;
	z-index:999;
	width:27px;
	height:27px;
	cursor:pointer;
}
.lightbox-close[class] {
	background: url(/lightbox/close.png) no-repeat transparent;
}
#lightbox-frame-top {
	display:block;
	position:absolute;
	top: 0;
	height: 22px;
	left: 0;	
	width: 675px;
}
.centro-top[class] {
	background: url(/us/assets/images/products/phones/detail/centro/centro-lightbox-background-top.png) no-repeat transparent;
}
.pre-top[class] {
	background: url(/lightbox/pre-lightbox-background-top.png) no-repeat transparent;
}
.treopro-top[class] {
	background: url(/us/assets/images/products/phones/detail/treopro/treopro-lightbox-background-top.png) no-repeat transparent;
}
.gallery-top[class] {
	background: url(/lightbox/gallery-lightbox-background-top.png) no-repeat transparent;
}
.video-top[class] {
	background: url(/lightbox/videos-lightbox-background-top.png) no-repeat transparent;
}

#lightbox-showcase {
	display:block;
	position:absolute;
	left: 18px;
	top: 22px;
	width: 640px;
	height: 475px;
}

.centro-showcase {
	background: url('/us/assets/images/products/phones/detail/centro/centro-background-showcase.jpg') no-repeat transparent;
}

.pre-showcase {
	background: url('/lightbox/pre-background-showcase.jpg') no-repeat transparent;
}

.treopro-showcase {
	background: url('/us/assets/images/products/phones/detail/treopro/treopro-background-showcase.jpg') no-repeat transparent;
}

.video-showcase {
	background: url('/lightbox/videos-background-showcase.jpg') no-repeat transparent;
}

.gallery-showcase {
	background: url('/lightbox/gallery-background-showcase.jpg') no-repeat transparent;
}
#lightbox-showcase-phone-display {
	overflow: visible;
	z-index: 999;
}
#lightbox-showcase.centro-showcase #lightbox-showcase-phone-display,
#lightbox-showcase.treopro-showcase #lightbox-showcase-phone-display {
	display:block;
	margin: 123px 0 0 190px;
	width: 239px;
	height: 239px;
}
#lightbox-showcase.pre-showcase #lightbox-showcase-phone-display {
	display:block;
	margin: 78px 0 0 212px;
	width: 197px;
	height: 296px;		
}

#lightbox-showcase.video-showcase #lightbox-showcase-phone-display {
	left: 0;
	margin: 0;	
	position:relative;
	top: 40px;
}

#lightbox-showcase.gallery-showcase #lightbox-showcase-phone-display {
	left: 0;
	margin: 0;
	top: 0;
}

#lightbox-nav {
	display:block;
	border:none;
	width:675px;
	height:100px;
	position:absolute;
	top:462px;
}
#lightbox-nav-thumbnails {
	display:block;
	overflow: hidden;
	left: 24px;
	width: 628px;
	top: 0;
}

#media-link-scroll {
	position:absolute;
	left:0px;
}
#media-link-scroll div {
	display:block;
	position:absolute;
	cursor:pointer;
	width:160px;
} 
#media-link-container {
	display:block;
	height:90px;
	width:555px;
	position:absolute;
	left:85px;
	top:23px;
	overflow:hidden;
}

#lightbox-nav-arrow-left,
#lightbox-nav-arrow-right {
	display:block;
	top: 28px;
	width: 25px;
	height: 30px;
	z-index: 999;
	cursor:pointer;
	position:absolute;
}

#lightbox-nav-arrow-left {
	left: 20px;
	background: url(/lightbox/lightbox-nav-arrow-left.gif) center center no-repeat transparent;
}

#lightbox-nav-arrow-right {
	right: 20px;
	background: url(/lightbox/lightbox-nav-arrow-right.gif) center center no-repeat transparent;
}

.scrim {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:transparent;
	background-color: #000;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	z-index: 979;
	display:none;
} 	
