/***************************************************************************** IPHONE */

.frame_left {
	position: relative;
	float: left;
	
	width: 22px;
	height: 100px;
	
	margin-bottom:-32767px;
	padding-bottom:32767px;
	
	background: url('../images/iphone/left.png') repeat-y 0 0;

	z-index: 5;
}

.frame_center {
	position: relative;
	float: left;
	
	width: 787px;
	
	background: url('../images/body_bg.jpg') repeat-y 0 0;
	
	z-index: 5;
}

.frame_center_loader {
	position: absolute;
	float: left;
	
	width: 0px;
	height: 0px;
	
	margin-left: 22px;
	
	display: none;
	
	background: url('../images/body_bg.jpg') repeat-y 0 0;
	
	z-index: 99;
}

.frame_center_loader_img {
	position: absolute;
	left: 50%;

	margin-left: -16px;
	margin-top: 65px;
	
	z-index: 105;
	
	width: 42px;
	height: 14px;
	
	background-image: url(../images/ajaxLoader1.gif);
}

.frame_center_dummy {
	display: none;
}

.frame_right {
	position: relative;
	float: right;
	
	width: 23px;
	height: 100px;
	
	margin-left: -1px;
	
	margin-bottom:-32767px;
	padding-bottom:32767px;
	
	background: url('../images/iphone/right_center.png') repeat-y 0 0;
	
	z-index: 5;
}

.loaderDiv{
	position: relative;
	left: 0px;
	top: 0px;
	
	margin-left: 0px;
	margin-top: 0px;
	
	width: 475px;
	height: 388px;
	
	border: 0px solid #FFFFFF;
	
	z-index: 100;
	
	background: #FFFFFF;
}

.loaderImg{
	position: absolute;
	left: 50%;
	top: 50%;

	margin-top: -12px;
	margin-left: -21px;
	
	z-index: 105;
	
	width: 42px;
	height: 14px;
	
	background-image: url(../images/ajaxLoader1.gif);
}

.bannerLoaderDiv{
	position: relative;
	left: 0px;
	top: 0px;
	
	margin-left: 0px;
	margin-top: 0px;
	
	width: 100%;
	height: 100%;
	
	/*border: 1px solid #000000;*/
	
	z-index: 100;
	
	background: transparent;
}

.bannerLoaderImg{
	position: absolute;
	left: 50%;
	top: 50%;
	
	display: none;

	margin-top: -16px;
	margin-left: -16px;
	
	z-index: 105;
	
	width: 32px;
	height: 32px;
	
	background-image: url(../images/aL-1.gif);
}