#slideshowContainer {
	width: 100% !important;
	position:absolute;
	height:100% !important;
	left:0;
	top:0;
}
#slideshowContainer1{
	left: 28px;
    position: relative;
    top: 103px;
	width:81%;
}

.slideshow {
	height: 100% !important;
	width:100% !important;
}
.slideshow div {
	width:100% !important;
	height:100% !important;
}
#slide1 {background-image: url(../images/slider1.jpg); background-size:cover; background-position:center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
#slide2 {background-image: url(../images/slider2.jpg); background-size:cover; background-position:center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
#slide3 {background-image: url(../images/slider3.jpg); background-size:cover; background-position:center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
.iphone-holder{
	background:url(../images/iphone.png) no-repeat;
	height:584px;
	width:305px;
	position:absolute;
	right:15%;
	top:20%;
	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);
}*/