.container {
	height: 750px;
	width: 420px;
	top: 185px;
	position: absolute;
	left: 50%;
	margin-left: -210px;
}
.container > .nextimage {
	position: absolute;
	right: -5px;
	width: 18px;
	height: 13px;
	top: 350px;
	background: url(../images/base/slider/next_enabled.png);
}
.nextimage[title="disabled"] {
	background: url(../images/base/slider/next_disabled.png);
}
.nextimage:hover {
	background: url(../images/base/slider/next_active.png);
}
.nextimage[title="disabled"]:hover {
	background: url(../images/base/slider/next_disabled.png);
}
.container > .lastimage {
	position: absolute;
	left: -2px;
	width: 18px;
	height: 13px;
	top: 350px;
	background: url(../images/base/slider/last_enabled.png);
}
.lastimage[title="disabled"] {
	background: url(../images/base/slider/last_disabled.png);
}
.lastimage:hover {
	background: url(../images/base/slider/last_active.png);
}
.lastimage[title="disabled"]:hover {
	background: url(../images/base/slider/last_disabled.png);
}
.container > .iphone {
	background: url(../images/iPhone.png);
	width: 387px;
	height: 719px;
	left: 17px;
	position: absolute;
	z-index: 2;
}
.screen {
	width: 320px;
	height: 460px;
	position: absolute;
	overflow: hidden;
	left: 52px;
	top: 140px;
	z-index: 1;
}
.screen > .images {
	height: 460px;
	position: absolute;
	left: 0px;
	width: auto;
}
.screen > .images > .image {
	width: 320px;
	height: 460px;
	position: absolute;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}