#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(/uk/en/assets/images/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(/uk/en/assets/images/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(/uk/en/assets/images/products/phones/detail/centro/centro-lightbox-background-top.png) no-repeat transparent;
}
.pre-top[class] {
	background: url(/uk/en/assets/images/products/phones/detail/pre/pre-lightbox-background-top.png) no-repeat transparent;
}
.preplus-top[class] {
	background: url(/uk/en/assets/images/products/phones/detail/pre/pre-lightbox-background-top.png) no-repeat transparent;
}
.treopro-top[class] {
	background: url(/uk/en/assets/images/products/phones/detail/treopro/treopro-lightbox-background-top.png) no-repeat transparent;
}
.gallery-top[class] {
	background: url(/uk/en/assets/images/lightbox/gallery-lightbox-background-top.png) no-repeat transparent;
}
.video-top {
	background: url(/uk/en/assets/images/lightbox/videos-lightbox-background-top-lrg.png) no-repeat transparent;
	z-index: 990;
}
.pixi-top[class] {
	background: url(/uk/en/assets/images/products/phones/detail/pixi/gallery/pixi-lightbox-background-top.png) no-repeat transparent;
}

#lightbox-showcase {
	display:block;
	position:absolute;
	left: 18px;
	/* top: 33px; */
	top: 22px;
	width: 640px;
	height: 475px;
}

.pixi-showcase {
	background: url('/uk/en/assets/images/products/phones/detail/pixi/gallery/pixi-back.jpg') no-repeat transparent;
}

.centro-showcase {
	background: url('/uk/en/assets/images/products/phones/detail/centro/centro-background-showcase.jpg') no-repeat transparent;
}

.pre-showcase {
	background: url('/uk/en/assets/images/products/phones/detail/pre/pre-background-showcase.jpg') no-repeat transparent;
}
.preplus-showcase {
	background: url('/uk/en/assets/images/products/phones/detail/pre/preplus-background-showcase.jpg') no-repeat transparent;
}
.treopro-showcase {
	background: url('/uk/en/assets/images/products/phones/detail/treopro/treopro-background-showcase.jpg') no-repeat transparent;
}

.video-showcase {
	background: url('/uk/en/assets/images/lightbox/videos-background-showcase.jpg') no-repeat transparent;
}
.gallery-showcase {
	background: url('/uk/en/assets/images/lightbox/gallery-background-showcase.jpg') no-repeat transparent;
}
#lightbox-showcase-phone-display {
	overflow: visible;
	z-index: 999;
}

#lightbox-showcase.pixi-showcase #lightbox-showcase-phone-display {
	display:block;
	margin: 109px 0 0 204px;
	width: 240px;
	height: 300px;		
}

#lightbox-showcase.centro-showcase #lightbox-showcase-phone-display,
#lightbox-showcase.treopro-showcase #lightbox-showcase-phone-display {
	display:block;
	margin: 65px 0 0 0px;
	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.preplus-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:490px;
  margin:0 auto 0;
}
#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(/uk/en/assets/images/lightbox/lightbox-nav-arrow-left.gif) center center no-repeat transparent;
}

#lightbox-nav-arrow-right {
	right: 20px;
	background: url(/uk/en/assets/images/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;
} 	

