.webphoneActivity-wrap,
.webphoneActivity-skin,
.webphoneActivity-outer,
.webphoneActivity-inner,
.webphoneActivity-image,
.webphoneActivity-wrap iframe,
.webphoneActivity-wrap object,
.webphoneActivity-nav,
.webphoneActivity-nav span,
.webphoneActivity-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.webphoneActivity-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.webphoneActivity-skin {
	position: relative;		
	text-shadow: none;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	/*border: 1px solid #dcdcdc !important;*/
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
	/*background-color: #ffffff;*/

}

.webphoneActivity-opened {
	z-index: 9999999;
}

.webphoneActivity-opened .webphoneActivity-skin {
	-webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.4);
	        box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.4);
	        /*0 10px 25px*/
}

.webphoneActivity-outer, .webphoneActivity-inner {
	position: relative;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;

}

.webphoneActivity-inner {
	overflow: auto!important;
}

.webphoneActivity-type-iframe .webphoneActivity-inner {
	-webkit-overflow-scrolling: touch;
}

.webphoneActivity-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.webphoneActivity-image, .webphoneActivity-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.webphoneActivity-iframe {
	-webkit-border-radius: 12px;
   -moz-border-radius: 12px;
        border-radius: 12px;
}


.webphoneActivity-image {
	max-width: 100%;
	max-height: 100%;
}

#webphoneActivity-loading, .webphoneActivity-close, .webphoneActivity-prev span, .webphoneActivity-next span {
	/*background-image: url(webphoneActivity_sprite.png);*/
	/*background-color: transparent;
	background-image: url('/img/icons.png');*/

}

#webphoneActivity-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#webphoneActivity-loading div {
}

.webphoneActivity-close {
	/*position: absolute;
	top: 4px;
	right: 5px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 8040;*/
	background-color: transparent;
	background-image: url('./fancybox_sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	display: block;
	height: 35px;
	position: absolute;
	right: 5.5px;
	text-indent: -9999px;
	top: 5.5px;
	width: 36px;
	z-index: 99999;
}

.webphoneActivity-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 9999;
}

.webphoneActivity-prev {
	left: 0;
}

.webphoneActivity-next {
	right: 0;
}

.webphoneActivity-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.webphoneActivity-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.webphoneActivity-next span {
	right: 10px;
	background-position: 0 -72px;
}

.webphoneActivity-nav:hover span {
	visibility: visible;
}

.webphoneActivity-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.webphoneActivity-lock {
   /* overflow: visible !important;
    width: auto;*/
}

.webphoneActivity-lock body {
    /*overflow: hidden !important;*/
}

.webphoneActivity-lock-test {
    /*overflow-y: hidden !important;*/
}

.webphoneActivity-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999;
	/*background: #f1f1f1;	*/
	/*background: url(webphoneActivity_overlay.png);*/
	background-color: rgba(0, 0, 0, 0.4);
	/*display: none;*/
	/*display: none !important;*/
}

.webphoneActivity-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;	
}

.webphoneActivity-lock .webphoneActivity-overlay {
	overflow: auto;
	/*overflow-y: scroll;*/
	display: none;
}

/* Title helper */

.webphoneActivity-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.webphoneActivity-opened .webphoneActivity-title {
	visibility: visible;
}

.webphoneActivity-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 9999;
	text-align: center;
}

.webphoneActivity-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.webphoneActivity-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.webphoneActivity-title-inside-wrap {
	padding-top: 10px;
}

.webphoneActivity-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.webphone{position:fixed;right:0px;top:45%;cursor: pointer;z-index:1000000;}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	/*#webphoneActivity-loading, .webphoneActivity-close, .webphoneActivity-prev span, .webphoneActivity-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; 
	}
	
	#fancybox-loading div {
		background-image: url(webphoneActivity_loading@2x.gif);
		background-size: 24px 24px; 
	}*/
}