#flashbox_bg
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: Black;
	opacity: 0.5;
}

#flashbox_frame
{
	position: fixed;
	z-index: 101;
	width: 300px;
	height: 300px;
	background-color: White;
}

#flashbox_frame iframe
{
	padding: 5px;
	padding-top: 30px;
}

#flashbox_frame_close
{
	width: 24px;
	height: 24px;
	background-image: url('images/krizek.png');
	float: right;
	position: absolute;
	cursor: pointer;
	right: 2px;
	top: 2px;
}

#flashbox_frame_next
{
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	cursor: pointer;
	right: 2px;
	top: 50%;
	background-image: url('images/next.png');
}

#flashbox_frame_prev
{
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	cursor: pointer;
	left: 2px;
	top: 50%;
	background-image: url('images/prev.png');
}

#gordonbox_frame
{
	position: fixed;
	z-index: 101;
	background-color: White;
	border: 2px solid White;
	overflow: hidden;
	width: 320px;
	height: 240px;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#gordonbox
{
	max-width: 100%;
	max-height: 100%;
	min-width: 320px;
	min-height: 240px;
}
