img { border: none; }

#wrapper {
	margin: auto;
	padding: 0;
	width: 710px;
	height: 390px;
}
.iphone_holder {
	margin: 0px;
	width: 150px;
	position: relative;
	top: 45px;
	left: 279px;
	z-index: 1;
}

.gallery2 {
	margin: 0px;
	width: 651px;
	position: relative;
	overflow: hidden;
	top: -233px;
	left: 23px;
}
.gallery2 .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gallery2 .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery2 .holder ul li {
	float: left;
	width: 117px;
	padding: 0px 50px 0px 50px;
}
.gallery2 .holder ul li img { display: block; }

.gallery2 .next,
.gallery2 .prev {
	position: absolute;
	right: 200px;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	height: 40px;
	background: url(../images/arrow-next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.gallery2 .prev {
	background: url(../images/arrow-prev.png) no-repeat;
	right: auto;
	left: 200px;
}
.nav {
	position: fixed;
	top: 10px;
	left: 0;
	padding-left: 10px;
	z-index: 100;
	border-right: 1px solid #ddd;
	width: 115px;
	background: #f4f5f5;
}
.nav strong {
	font-size: 14px;
	line-height: 17px;
	color: #686c70;
}
.nav ul {
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}
.nav ul li { padding: 0 0 5px; }