#slideshowContainer {
	width: 100% !important;
	position:fixed;
	height:100% !important;
	left:0;
	top:0;
}
#slideshowContainer1{
	left: 28px;
    position: relative;
    top: 103px;
	width:81%;
}

.slideshow {
	height: 100% !important;
	width:100% !important;
}
.slideshow img {
	width:100% !important;
	height:100% !important;
}
.iphone-holder{
	background:url(../images/watch.png) no-repeat;
	height:500px;
	width:507px;
	position:absolute;
	right:1%;
	top:18%;
	z-index:100;
}
/*#nav {
	list-style-type:none;
	z-index:150;
	display:none;
}
#nav li a {
	display:block;
	width:58px;
	height:102px;
	text-indent:-9999px;
	outline:none;
}
#prev a {
	background:url(images/left.png);
	width:58px;
	height:102px;
	position:absolute;
	top:220px;
	left:-70px;
}
#next a {
	background:url(images/right.png);
	width:58px;
	height:102px;
	position:absolute;
	top:220px;
	right:-70px;
}
#next a:hover {
	background:url(images/right_over.png);
}
#prev a:hover {
	background:url(images/left_over.png);
}*/