div#screenshots {
	margin-top: 20px;
	height: 310px;
	background: transparent url(http://cdn.yaptor.com/www/img/home/iphone_bg.png) no-repeat top center;
	overflow-y: hidden;
	position:relative;
}
div#screenshot_window {
	width: 164px;
	height: 246px;
	overflow: hidden;
	margin: 61px auto 0;
}
div#screenshots ul {
	list-style: none;
	width: 820px;
	margin-left: 0;
	padding: 0;
}
div#screenshots ul li {
	float: left;
}
div#screenshots img {
	width: 164px;
	height: 246px;
}
#screenshot_controls_wrapper {
    text-align:center;
}
#screenshot_controls {
	margin: 20px auto 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
    display:inline-block;
    zoom:1;
    *display:inline;
}
#screenshot_controls li {
	float: left;
	width: 20px;
}
#screenshot_controls li.previous,
#screenshot_controls li.next {
    width:35px;
}
#screenshot_controls a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	background: transparent url(http://cdn.yaptor.com/www/img/home/screenshot_controls.png) no-repeat -73px 0;
}
#screenshot_controls .active a {
	background-position: -52px 0;
}
#screenshot_controls .previous a,
#screenshot_controls .next a {
	width: 20px;
}
#screenshot_controls .previous a {
	background-position: 0 0;
}
#screenshot_controls .next a {
	background-position: -23px 0;
	float: right;
    *float:none
}