#pageHeading {
	font-size:36px;
}

#fpScreenshotThumb,
#fpScreenshotThumbShadow  {
	position:absolute;
}

#fpScreenshotThumb {
	left:44px;
	cursor:hand;
	cursor:pointer;
}

#fpScreenshotThumbShadow {
	left:18px;
}

#fpScreenshotWrap {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:10px;
	text-align:center;
}

#fpScreenshotContainer {
	background-color:black;
	-moz-border-radius:10px 10px;
	border-radius:10px;
	width:730px;
	height:520px;
	padding:15px;
	padding-top:45px;
	padding-bottom:22px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}

#fpScreenshotContainer .closeButton {
	height:22px;
	width:22px;
	top:10px;
	left:720px;
	position:absolute;
}

#fpScreenshotContainer .screenshotTitle {
	color:#f4f4f4;
	font-size:20px;
	position:absolute;
	top:10px;
	left:20px;	
}

#fpScreenshotCarousel {
	position:relative;
	height:265px;
	width:430px;
	top:34px;
	z-index:1
}

#fpCarouselPrev,
#fpCarouselNext {
	height:22px;
	width:22px;
	position:absolute;
	cursor:hand;
	cursor:pointer;
	top:120px;
	z-index:1;
}

#fpCarouselNext {
	right:4px;
}

#fpCarouselPrev {
	left:12px;
}

#fpCarouselIndicator {
	height:11px;
	width: 59px;
	position:absolute;
	left:175px;
	top:260px;
}


#aboutVideo {
	background-color:darkgray;
	width:400px;
	height:300px;
	float:left;
	margin-left:12px;
	margin-right:24px;
	margin-top:0px;
}

#aboutDescription {
	clear:right;
	height:310px;
	padding:0px;
	padding-right:40px;
	padding-left:15px;
}

#benefits {
	display:block;
	margin:0px;
	padding:0px;
}

#benefits li {
	margin-left:0px;
	padding-left:28px;
	list-style:none;
	background-image:url('../images/checkmark.png');
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:4px;
}

#actions {
	padding:12px;
}

#downloadButton {
	display:block;
	position:relative;
	width:255px;
	height:78px;
	background-image:url('../images/download_button.png');
	background-repeat:no-repeat;
	text-decoration:none;
}

#downloadDetails {
	color:#111111;
	font-size:12px;
	left:54px;
	position:relative;
	top:28px;
}

#otherVersionsLink {
	font-size:11px;
	margin-left:82px;
}

#buyButton {
	display:block;
	position:relative;
	width:215px;
	height:78px;
	background-image:url('../images/buy_button.png');
	margin-left:20px;
	text-decoration:none;
}