#title {
	font-size: 28px;
	font-weight: bold;
	margin: 50px 26px 0px 20px;
}

#container {
	margin-top: 50px;
}

#text {
	float: left;
	width: 450px;
	height: 450px;
	margin-top:50px;
	margin-right: 80px;
	
	/* required settings */
	position:relative;
	overflow:hidden;
}

#text .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

div.items div {
	float:left;
	width: 530px;
	height: 450px;
}

div.items div .title {
	font-size: 28px;
	font-weight: bold;
	color: #FECB4F;
	margin: 0;
	margin-bottom: 50px;
}

div.items div .content {
	width: 450px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}

.buttonArea {
	margin-left: 20px;
	margin-top:50px;
	float: left;
	width: 80px;
	height: 450px;
}

button.next {
	width: 31px;
	height: 23px;
	border: 0;
	cursor: pointer;
	margin-top: 150px;
	margin-left: 20px;
	background: transparent url('/img/buttons.png') 0 -51px no-repeat;
}

button.next.disabled , button.next.disabled:hover {
	cursor: default;
	background-position: 0 -77px;
}

button.prev {
	width: 31px;
	height: 23px;
	border: 0;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 150px;
	background: transparent url('/img/buttons.png') no-repeat;
}

button.prev.disabled , button.prev.disabled:hover {
	cursor: default;
	background-position: 0 -26px;
}

#iphone {
	float: left;
	width: 264px;
	height: 495px;
	
	/* required settings */
	position:relative;
	overflow:hidden;
	z-index: 1;
}

#iphoneImage {
	position: absolute;
	z-index: 5;
}

#iphone .iphoneItems {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	margin-left: 28px;
	margin-top: 90px;
}

div.iphoneItems div {
	float:left;
	width: 211px;
	height: 317px;
}

/* position and dimensions of the navigator */
.navi {
	margin-left:420px;
}

/* items inside navigator */
.navi a {
	width:16px;
	height:12px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;
	background: url('/img/buttons.png') 0 -569px no-repeat;
}

/* mouseover state */
.navi a:hover , .navi a.active {
	background-position: 0 -583px;
}

.appstore {
	margin-left: 100px;
}
