div.g2popup {
	position: relative;
}


div.g2popup div.large {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
}

	#facebox div.g2popup div.large img {
		display: block;
		margin: 0 auto;
	}


div.g2popup div.side {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

	div.g2popup p.rating {
		padding: 12px 9px;
		background: #e7e7e7;
	}

	div.g2popup p.rating b {
		font-size: 30px;
		vertical-align: middle;
	}

	div.g2popup p.rating span {
		font-size: 12px;
		vertical-align: middle;
	}


div.buttons {
	position: absolute;
	left: 10px; bottom: -33px;
	width: 400px;
}

	div.go-prev,
	div.go-next {
		float: left;
		cursor: pointer;
		margin-right: 10px;
	}
	
	div.go-prev {
		background: url(../images/prevlabel.gif) no-repeat;
		width: 37px; height: 12px;
		text-indent: -9999px;
	}

	div.go-next {
		background: url(../images/nextlabel.gif) no-repeat;
		width: 39px; height: 12px;
		text-indent: -9999px;
	}
	
