/* CSS Document */
.iphone4s{
	background:url('blanks/iphone-4s-400h.png') no-repeat 0px 0px;
	position:relative;
	width:177px;
	height:400px;
	margin:auto;
}
.iphone4s .faders{
}
.iphone4s .screen-image{
	position:absolute;
	top:62px;
	left:15px;
	width:148px;
	height:223px;
	z-index:3;
}
.iphone4s .status {
    background: url("blanks/iphone-4s-400h.png") no-repeat scroll right bottom transparent;
    height: 10px;
    left: 14px;
    position: absolute;
    top: 61px;
    width: 150px;
    z-index: 4;
}
.iphone4s .reflect{
	background:url('blanks/iphone-4s-400h.png') no-repeat -177px 0px;
	position:absolute;
	top:0;
	left:0;
	width:177px;
	height:280px;
	z-index:20;
}
.iphone4s .loader {
    background: url("blanks/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 82px;
    position: absolute;
    top: 150px;
    width: 16px;
    z-index: 2;
}

/* Grouping them */
.iphone4s-group .iphone4s{
	float:left;
	margin:0 20px;
}