img { border: 0; margin:0; padding:0; }

body.popup-gallery { height:auto; padding: 60px 35px; }
body.popup-vertical { height:auto; padding: 30px 35px; }
table.photo { height: 100%; vertical-align: middle; }
	
.picture
{
	position:relative;
	overflow:hidden;
	width: 100%; 
}

.picture .cn
{
	position:absolute;
	width:30px;
	height:30px;
	left:-15px;
	top:-15px;
	background:url(img/r-star.png);
}

.picture .cn.tr, .picture .cn.br
{
	margin-left:100%;
}

.picture .cn.bl, .picture .cn.br
{
	top:auto;
	margin-top: -15px;
}
	

body.popup-gallery table.photo td.prevButton { vertical-align: middle; text-align: left; width: 60px; }
body.popup-gallery table.photo td.nextButton { vertical-align: middle; text-align: right; width: 60px; }
	.nextButton img { padding-left: 34px; height: 26px; width: 26px; }
	.prevButton img { padding-right: 34px; height: 26px; width: 26px; }
	
body.popup-vertical table.photo td.prevButton { vertical-align: middle; text-align: left; width: 60px; }
body.popup-vertical table.photo td.nextButton { vertical-align: middle; text-align: right; width: 60px; }
	.nextButton img { padding-left: 34px; height: 26px; width: 26px; }
	.prevButton img { padding-right: 34px; height: 26px; width: 26px; }	

table.video { height: 100%; vertical-align: middle; }
body.popup-gallery table.video .reel { vertical-align: middle; text-align: center; width: 400px; height: 300px; }


