@charset "utf-8";
.lightbox{
	width:100%;
	display:none;
	background:#000;
	position:absolute; 
	overflow:hidden;
	top:0;
	left:0;
	z-index:30000;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.lightbox-panel{
	display:none;
	/*position:absolute;*/
	position: fixed;
	top:15%;
	left:33%;
	/*margin-left:-260px;
	margin-top:-200px;*/
	z-index:30001;
	color:#333; 
	width:530px; 
}

.tItemsVertical{position:relative; height:20000em; width:230px; overflow:hidden;}
.tItemsVertical div{height:160px; width:220px; margin:5px 0; padding:10px 0 15px 0;}


.items {position:absolute; height:170px; width:20000em; margin: 0px;}
.items div{float:left; height:170px; width:286px; margin:0 2px;}
.tItems{position:absolute; height:130px; width:20000em;}
.tItems div{float:left; height:130px; width:430px; margin:0 5px;}


.iphoneBg{
    background:url(images/iphone_big.png) no-repeat 0 0;
    padding:120px 0 130px 52px;
    position: relative;
    width: 385px;
}
.lbox-content{
    width:100%;
}
.lbox-content h1{
    font-size:10px;
	color: #FFF;
}



