html {
	height: 100%;
}
body, html, div, span, input, select, textarea, h1 {
	font-family:Tahoma;
	font-size:11px;
}
body {
	margin:0;
	height: 100%;
}
table.wh100 {
	width:100%;
	height:100%;
	border-spacing:0;
	border-collapse:collapse;
	/*background:url(img/bg.png) no-repeat top center;*/
}
table.center_block {
	width:100%;
	height:447px;
	border-spacing:0;
	border-collapse:collapse;
	margin:0;
}
td.l_side {
	background:url(img/left.png) no-repeat top right;
	width:14px;
}
td.r_side {
	background:url(img/right.png) no-repeat top left;
	width:14px;
}
td.content {
	background:#fff;
	vertical-align:top;
}
div.top {
	background:url(img/top.png) no-repeat bottom center;
	height:10px;
}
div.bottom {
	background:url(img/bottom.png) no-repeat top center;
	height:8px;
	position:relative;
	margin:0;
}
img.logo {
	position:absolute;
	right:-225px;
	bottom:10px;
	display:none;
	cursor:pointer;
}
td.meniu_side {
	width:110px;
	vertical-align:top;
	padding-top:70px;
	text-align:right;
	
}
td.meniu_side div {
	position:relative;
}
div.meniu {
	display:none;
}
div.meniu a {
	font-size:13px;
	text-decoration:none;
	color:#4d4d4d;
	text-transform: uppercase;
}
div.meniu a:hover {
	color:#000;
}
div.text {
	padding:0 10px;
	line-height:140%;
	overflow: auto; 
	height: 447px; 
	width: 424px;
}
.hidden {
	display: none;
}
.jFlowSlideContainer div {
	text-align:center;
}
.jFlowSlideContainer div img {
	margin:25px auto;
}
#numbering {
	font-size:18px;
	width:60px;
	float:right;
	padding:0 0 5px 0;
	text-align:center;
}
#slides2 {
	width:40px;
	float:right;
	height:40px;
}
#prevNext img {
	float:right;
	cursor:pointer;
}
#slides table{
	border-spacing:0;
	border-collapse:collapse;
	width:440px;
	height:447px;
}
.copy {
	position:absolute;
	left:14px;
	top:5px;
	color:#848484;
	font-size:9px;
	display:none;
}
.creators {
	position:absolute;
	right:14px;
	top:5px;
	color:#848484;
	font-size:9px;
	display:none;
}
#title_img, #title_img div {
	width:450px;
	height:447px;
}
td.thumb_block {
	width:100px;
	height:100px;
	text-align:center;
}
#loader, #loader.v, #loaderbg {
    border: 1px solid #ccc;
    width: 1000px;
    height: 570px;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
	left:-200px;
	top:-65px;
	text-align:center;
}
#loader, #loader.v {
	background:url(img/ajax-loader.gif) no-repeat center #fff;;
	z-index:100;
	opacity:0.5;
}
#loaderbg {
	background:#fff;
	z-index:90;
	opacity:0.5;
}
#loader.v {
    visibility: visible;
}

#exp_image {
	position: absolute;
	left:0;
	top:0;
	visibility: hidden;
	z-index: 100;
	cursor:pointer;
	border:2px solid #000;
}
#exp_image.show {
	position: absolute;
	visibility: visible;
}
#container {
	position: relative;
}
.thumb {
	width:400px;
	margin-right:10px;
	border-spacing: 0;
	border-collapse: collapse;
}
.thumb img {
	border:0px solid #000;
}

a img {
border:0;
}