.hci-overlay {
	display:block;
}

.hci-overlay-demo {
	display:block;
	padding-left:80px;
	padding-right:80px;
	padding-top:40px;
	color: #FFFFFF;
	position:absolute;
	text-align:left;
	width: 100%;
	height: 100%;
	/*width:300px;
	top:0;
	left:0;
	background-color:#CFF;*/
	top: 0px;
}

.hci-overlay-demo-expanded {
	padding-top:80px;
}

.hci-overlay-head {
	display:block;
	font-family: "SkyMedium";
	font-size: 42px;
	width:300px;
	line-height: 42px;
	margin: 0 0 15px 0;
	padding:0;
}

.hci-overlay-body {
	display:block;
	font-family: "SkyRegular";
	font-size: 20px;
	width:300px;
	margin-bottom:20px;
}

.hci-overlay-cta {
	display:inline-block;
}

.hci-overlay-cta-btn {
	display:block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	background: transparent url(/shop/export/system/modules/com.sky.storefront/resources/assets/sixteen/images/hero/cta_bg.png_1300071601.png) no-repeat 0 0;
}

a.hci-overlay-cta-btn {
	color: #FFFFFF;
}

.cb {
	text-align:center;
	margin:0;
	padding:0;
	bottom:0;
	left: 50%;
	margin-left:-150px;
}

.right {
	text-align:right;
	right:0;
}

.f-right {
	float:right;
	text-align:right;
}

/* BEGIN: BULLET TIME : CUSTOM JS ELEMENT */
#ui-slider {
	display: none;
	width: 800px;
	height: 30px;
	background-color:#000000;
	position : absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -400px;
}
.ui-slider-handle {
	display: block;
	width: 30px;
	height: 30px;
	background-color:#FFFFFF;
	position : absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

/* BEGIN: CUBE ANIM : CUSTOM JS ELEMENT */
.cube-anim {
	width:100%;
	height:100%;
}
.cube-anim p {
	margin:0;
	padding:0;
	font-family: "SkyMedium";
	font-size:40px;
	position:absolute;
	display:none;
}
.cube-anim img {
	margin:0;
	padding:0;
	position:absolute;
	display:none;/* ensure ipad uses GPU 
	-webkit-transform: translateZ(0);*/
}
ul {
	margin-bottom: 0px;
}
a {
	color: #4088b8;
}