html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
	min-height: 666px;
}

body {
	margin: 0;
	padding: 0;
	min-height: 666px;
	height: 100%;
	font-family: Tahoma;
	font-size: 12px;
	position: relative;
	z-index: 10;
}
p
{
	margin: 0;
	padding: 0;
	color: #d6d6d6;
}

/* structure */
#page_wrapper
{
	height: 100%;
	margin: 0 auto;
}
#page_wrapper td
{
	vertical-align: middle;
}
#vert_wrapper
{
	display:table-cell;
 vertical-align:middle;
}
#img_wrapper
{
	position: relative;
	width: 968px;
	height: 712px;
	margin-left: auto;
	margin-right: auto;
	top: 5%;
}
#frame_wrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../img/mask.png');
	z-index: 20;
}

#img_wrapper2
{
	position: relative;
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
}
#frame_wrapper2
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
}


* HTML #frame_wrapper {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/mask.png',sizingMethod='crop');
}

.mainimage { position: absolute; z-index: 15; top: 0;}

#loader { position: absolute; left: 50%; top: 50%; z-index: 14;}

span.all { display: none; }

a.imgnext { display: block; position: absolute; z-index: 35; width: 768px; height: 512px; top: 100px; left: 100px; cursor: pointer;}

#buttons_wrapper
{
	width: 856px;
	height: 579px;
	position: absolute;
	top: 63px;
	left: 56px;
	z-index: 24;
}
#header_wrapper
{
	height: 63px;
}
#header_left
{
	float: left;
	width: 257px;
	text-align: right;
	padding-top: 8px;
}

#header_right
{
	float: right;
	width: 402px;
	padding-top: 21px;
}

#header_right h3, #header_right h4 {
	display: block; 
	color: #A6A6A6; 
	font-family: Georgia,Tahoma;
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	text-align: right;
	padding-right: 70px;
	font-size: 30px;
}

#header_right h3 span {
	color: #fff
}

#button_left, #button_right
{
	position: absolute;
	width: 43px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	z-index: 25;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
	background: url(../img/sprite.png) no-repeat 0 0;
}

#button_right {
	right: 0;
	background-position: 0 -44px;
}

/* vlojennsti and naslediya */
#header_left h1,#header_left h2
{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-weight: normal;
}
#header_left h1
{
	color: #fff;
	font-family: Georgia,Tahoma;
	font-size: 26px;
}
#header_left h2
{
	color: #979797;
	font-size: 12px;
}
#header_right p
{
	height: 18px;
}
#header_right p img
{
	vertical-align: middle;
	margin-right: 7px;
}

#ajax-loader {
	width: 32px;
	padding: 10px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	background: black url(../img/ajax-loader.gif) center center no-repeat;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 100;
}