html, * {
	margin:0px;
	padding:0px;
}
p {
	padding:0;
	margin:0;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#2d2d2d;
	margin:0px;
}
/* IPHONE */

#iphone-scrollcontainer {
	height:312px;
	width:217px;
	float:left;
	background-color:tranparent;
	margin:111px 0px 0px 37px;
	padding:0px;
}
#iphone-inside {
	overflow: hidden;
	height:100%;
	width:100%;
	background-image:url(images/iphone/background2.png);
	background-repeat:no-repeat;
	margin-left: 35px;
    margin-top: 90px;
}
#iphone-inside1 {
	overflow: hidden;
	height:100%;
	width:100%;
	background-image:url(images/iphone/JailbreakMe.png);
	background-repeat:no-repeat;
}
#unlock-top {
	position: relative;
	height:64px;
	margin-left:-1px;
	width:220px;
	background-image:url(images/iphone/lock-top.png);
	background-repeat:no-repeat;
	border:1px solid transparent;
}
#unlock-spacer {
	height:184px; /* Total height = 461px - 95px (top) - 94px (bottom) */
}
#unlock-bottom {
	position: relative;
	height:64px;
	background-image:url(images/iphone/lock-bottom.png);
	background-repeat:no-repeat;
}
#slide-to-unlock {
	position: absolute;
	z-index: 0;
	top: -5px;
	left: -20px;
	width: 100%;
	height:64px;
	background-image:url(images/iphone/slide-to-unlock2.gif);
	background-repeat:no-repeat;
}
#unlock-slider-wrapper {
	padding-left:22px;
	padding-top:23px;
}
#unlock-slider {
	width:204px;
	height:50px;
}
#unlock-handle {
	position: absolute;
	z-index: 10;
	height: 50px;
	width: 72px;
	top: -6px;
	left: -6px;
	background-image: url(images/iphone/lock-slider.png);
	background-repeat:no-repeat;
}
.time {
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:45px;
	padding:0px 0;
}
.date {
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:-5px;
}
/* Used by the jQuery slider */
.ui-slider {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
#happyface {
	background:url(images/happy.gif) no-repeat;
	width:50px;
	height:48px;
	display:none;
}
/* BACKUP


#iphone-scrollcontainer { height:312px; width:217px; position:absolute; top:95px; left:20px; background-color:#000000; }

#iphone-inside { overflow: hidden; height:100%; width:100%; background-image:url(images/iphone/background.png);  background-repeat:no-repeat;}
#unlock-top { position: relative; height:64px; background-image:url(images/iphone/lock-top.png);  background-repeat:no-repeat;}
#unlock-spacer { height:184px;  }
#unlock-bottom { position: relative; height:64px; background-image:url(images/iphone/lock-bottom.png); background-repeat:no-repeat;}
#slide-to-unlock {  position: absolute; z-index: 1; top: -5px; left: -20px; width: 100%; height:64px; background-image:url(images/iphone/slide-to-unlock2.gif); background-repeat:no-repeat; }
#unlock-slider-wrapper { padding-left:22px; padding-top:23px; }
#unlock-slider { width:204px; height:50px; }
#unlock-handle{ position: absolute; z-index: 10; height: 50px; width: 72px; top: -6px; left: -6px; background-image: url(images/iphone/lock-slider.png);  background-repeat:no-repeat;}

.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; }
/
.ui-slider { position: relative; background-repeat: no-repeat; background-position: center center; }

*/




/* LIGHTBOX */


#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#slider2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#333;
}
#slider2 {
}
#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#slider li, #slider2 li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width:490px;
	height:270px;
	overflow:hidden;
}
p#controls, p#controls2 {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn, #prevBtn2, #nextBtn2 {
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-160px;
}
#nextBtn, #nextBtn2 {
	left:490px;
}
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a {
	display:block;
	width:40px;
	height:77px;
	background:url(images/cs_leftImg.png) no-repeat 0 0;
}
#nextBtn a, #nextBtn2 a {
	background:url(images/cs_rightImg.png) no-repeat 0 0;
}
