/*App Info*/

.app_info_img .clickable,
.app_info_img .clickable img {
	height: 262px;
	width: 100%;
}
.preview_large,
.app_info_img {
	border: 1px solid #d5d5d5;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 0px;
	height: 300px;
	width: 600px;
	float:left;
	overflow: hidden;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.app_info_img .overlay {
	height: 38px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.app_info_img .details {
	height: 25px;
	position: relative;
	top: -38px;
	color: #fff;
	line-height: 100%;
	padding: 12px 7px 0 7px;
}
.app_info_img .details h4 {
	font-size: 20px;
	font-family: Myriad, "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}
.app_info_img .details a:link,
.app_info_img .details a:visited,
.app_info_img .details a:hover,
.app_info_img .details a:active {
	color: #fff;
}
.app_info_img a {
	text-decoration: none;
}
.app_info_img a:hover {
	text-decoration: underline;
}

.preview_magnify {
	float: right;
	width: 48px;
	height: 48px;
	background: url(../images/icons/icon_magnify.png) no-repeat;
	position: relative;
	top: -95px;
	left: -10px;
	background-image: url(../images/icons/icon_magnify.png);
}

