.galleria_container .caption {
	font-family: 'Myriad Pro', 'Lucida Grande', Frutiger, 'sans-serif';
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}


#main_image img {
	margin-bottom: 10px;
}

.gallery,
.gallery_unstyled {
	list-style: none;
	margin: 0 !important;
	width: 340px;
}

.gallery li,
.gallery_unstyled li {
	display: block;
	width: 70px;
	height: 90px;
	overflow: hidden;
	float: left;
	border: 3px double #111;
	margin: 0 9px 9px 0 !important;
	background: #000;
}
.gallery li a {
	display: none;
}

.gallery li.active div,
.gallery li.active div img {
	display: block;
}

.gallery li div img {
	cursor: pointer;
}


.gallery li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}

.nav {
	padding-top: 15px;
	padding-left: 20px;
	clear: both;
	font: .6em 'Myriad Pro', 'Lucida Grande', Frutiger, 'sans-serif';
	letter-spacing: 3px;
	text-transform: uppercase;
}



/* mini reset */
#product_page img {
	border: 0px solid #fff;
	padding: 0;
}



/* product page formatting */
#product_page {
	height: 580px;
	border-bottom: 1px solid #aaa;
}
#product_page .app_name {
	font-size: 2.6em;
	font-weight: bold;
	line-height: 0.8em !important;
	margin: 0 0 5px 0;
}
#product_page .distributor {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 14px 0;
	color: #900;
}

#product_page .price {
	text-align: right;
	margin-top: -3px;
}
#product_page .price a {
	font-size: 1.1em;
	font-weight: bold;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #551415;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#product_page .appstore_badge {
	text-align: left;
	margin-top: -7px;
}
#product_page .leaderboard {
	text-align: center;
	margin-top: 10px;
}
#product_page .leaderboard a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #551415;
	color: #fff;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
}
#product_page .price a:hover,
#product_page .leaderboard a:hover,
#product_page .appstore_badge a:hover,
#product_page a:hover img.esc_appicon
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

