/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

body {
	margin:0 auto;
	padding:0;
	height:100%;
	background-image:url('../images/background.jpg');
	background-repeat:repeat;
	background-color:#b0b0b0;
	background-position:top center;
}

a { outline:none; }
p { padding:0; margin:0; }
img { border:0; }

#conteiner{ width:100%; margin-top:40px;}
#iphone-bg { background-image:url(../images/iphone-bg.png); background-repeat:no-repeat; padding:0; margin:0;  width:398px; height:582px; padding: 140px 0 0 0;}
#iphone-scrollcontainer { height:461px; width:320px;  top:140px; left:40px; background-color:#000000; }

#iphone-inside { overflow: hidden; height:100%; width:100%; background-image:url(../images/background.png); }
#unlock-top { position: relative; height:96px; background-image:url(../images/lock-top.png); }
#unlock-spacer { height:272px; /* 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: 2px; left: 0; width: 100%; height:94px; background-image:url(../images/slide-to-unlock.gif); }
#unlock-slider-wrapper { padding-left:21px; 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); margin-left:-11px;}

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

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



#iphone_home_button {

	padding-top:17px;
	z-index:100;
	font-size:0px;
	width:69px;
	height:69px;
}

#iphone_home_button ul, ul.popular_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#iphone_home_button ul li { display:inline;}
#iphone_home_button ul li a {
	margin-right:70px;
}

#iphone_home_button ul li.about a { margin-right:0px; }
#iphone_home_button ul li a:hover { background-position:0 -69px; }

li.home_button a {
	background:transparent url(../images/home_button.png) no-repeat scroll left top;
	float:left;
	height:70px;
	width:70px;
}




#home_button li.home_button a, #home_button li.home_button a:hover {
	background-position:0 -108px;
	position:relative;
	z-index:10;
}


