a { 
	outline:none; 
}

p {
	padding:0; 
	margin:0; 
	}

img { 
border:0; 
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:-5;
}

#first{
	position:absolute;
	z-index:-2;
	height:469px;
	width:323px;
	background-image:url(../images/on.png);
}

.doc {
	background-image:url(../images/shelf.png);
	z-index:-1;
	position:absolute;
	top:421px;
	width:320px;
	height:44px;
}

#contact {
	background-image:url(../images/info/bg.png);
	width:323px;
	height:469px;
	z-index:-2;
	position:absolute;
}

.info{
	background-image:url(../images/info/info.png);
	width:323px;
	height:30px;
	z-index:-1;
	position:absolute;
	top:1px;
}

.home{
	height:71px;
	width:69px;
	position:absolute;
	left:164px;
	top:650px;
}

.lock {
	width:60px;
	height:7px;
	position:absolute;
	left:250px;
	top:-1px;
	
}

.outer{
	background-image:url(../images/outer.png);
	height:750px;
	width:400px;
	background-repeat:no-repeat;
}

#iphone-scrollcontainer { 
	height:469px; 
	width:323px; 
	position:absolute; 
	top:140px; 
	left:40px; 
	margin-top:15px;
	margin-left:-3px;
	z-index:1;
}

#iphone-inside { 
	position:absolute;
	overflow: hidden; 
	height:100%; 
	width:100%; 
	background-image:url(../images/inside-1.png); 
	}
	
#unlock-top { 
	position: relative; 
	height:95px; 
	background-image:url(../images/lock-top.png); 
	}
	
#unlock-spacer { 
	height:281px; /* Total height = 461px - 95px (top) - 94px (bottom) */ 
}

#unlock-bottom { 
	position: relative; 
	height:94px; 
	background-image:url(../images/lock-bottom.png); 
	}
	
#slide-to-unlock {  
	position: absolute; 
	z-index: 1; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height:94px; 
	background-image:url(../images/slide-to-unlock.gif); 
	}
	
#unlock-slider-wrapper { 
	padding-left:22px; 
	padding-top:23px; 
}

#unlock-slider { 
	width:277px; 
	height:50px; 
	}
	
#unlock-handle{ 
	position: absolute; 
	z-index: 10; 
	height: 50px; 
	width: 72px; 
	top: 0px; 
	left: 0px; 
	background-image: url(../images/lock-slider.png); 
	}

.time { 
	text-align:center; 
	color:#FFFFFF; 
	font-family:Georgia, Times, serif; 
	font-size:45px; 
	padding:6px 0; 
	}
	
.date { 
	text-align:center; 
	color:#FFFFFF; 
	font-family:Georgia, Times, serif; 
	font-size:12px;
	}

/* Used by the jQuery slider */
.ui-slider { 
	position: relative; 
	background-repeat: no-repeat; 
	background-position: center center; 
	}
	