* {
	font-family:Arial, Helvetica, sans-serif;
}

body, html, td {
	margin: 0;
	padding: 0;
}

img {
	border:0;
}

.hide_horizontal_scroll {
	overflow-x: hidden;
}

.hide_vertical_scroll {
	overflow-y: hidden;
}

.show_vertical_scroll {
	overflow-y: scroll;
}

.loading {
	background:url(loading.gif) center center no-repeat;
	width:100%;
	height:100%;
	opacity:0.8;
}

.loading_shadow {
	background:url(loading_shadow.png) center center no-repeat;
	width:100%;
	height:90%;
	position:fixed;
	z-index:100;
}

/************
** EXPANDO **
*************/

body {
	background: black no-repeat bottom center;
	background-attachment: fixed; /* IE6 */
}

/*.body_img {
	background-image: url(podloga.jpg);
}*/

img#expando {
	padding: 0;
	margin: 0;
	display: none;
	z-index: 1;
	-ms-interpolation-mode: bicubic;
}

.wide img#expando,
.tall img#expando {
	display: block;
}
	
.wide img#expando {
	width: 100%;
	height: auto;
}
	
.tall img#expando {
	width: auto;
	height: 100%;
}

.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ?
	document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

div#expandoWrapper {
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:2;
	text-align:center;
	/*border:1px solid yellow;*/
}

.expandoWrapperFix {
	position:fixed;
	top:0;
	left:0;
	/*border:1px solid red;*/
}			

.expandoWrapperScroll {
	position:relative;
	/*border:1px solid green;*/
}			

#expandoAppend {
	/*position:relative;*/
	/*background-color:white;*/
	z-index:11;
	/*border:1px solid yellow;*/
}


#expandoAppend, x:-moz-any-link { /* FF2 */
	position:absolute;
}

#expandoAppend, x:-moz-any-link, x:default { /* FF3+ */
	position:static;
}

.expandoAppendAbsolutePosition {
	*position:absolute; /* IE7 */
}

#expandoAppendNext {
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	display:none;
	/*border:1px solid red;
	width:100px;
	height:100px;*/
}

/***************
** NAVIGACIJA **
****************/

.nav {
	display:none; /* onload */
	position:fixed;
	/*bottom:60px;*/
	bottom:0px;
	padding-bottom:0px;
	/*margin-bottom:0px;*/
	margin-bottom:60px;
	/*border:1px solid red;*/
	height:40px;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	z-index:20;
}

.fadeoff {
	position:fixed;
	bottom:0px;
	height:100px;
	width:100%;
	z-index:-1;
	background:none;
	background:-webkit-gradient(
				linear,
				left bottom,
				left top,
				color-stop(0.0, rgba(0,0,0,1.0)),
				color-stop(0.7, rgba(0,0,0,0.6)),
				color-stop(1.0, rgba(0,0,0,0.0))
				);
	background:-moz-linear-gradient(
					center bottom,
					rgba(0,0,0,1.0) 0%,
					rgba(0,0,0,0.6) 70%,
					rgba(0,0,0,0.0) 100%
				);
	background:transparent\9; /* IE8 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#ff000000);
}

.nav td {
	/*border:1px solid red;*/
}

div.col {
	border-top:1px solid gray;
	border-top:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid gray;
	background:rgba(255,255,255,0.6);
	background:transparent\9; /* IE8 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88ffffff,endColorstr=#88ffffff);
	height:40px;
	-moz-box-shadow: 0px 0px 10px #222;
	-webkit-box-shadow: 0px 0px 10px #222;
	box-shadow: 0px 0px 10px #222;
}

.nav .col1 .col {
	border-right:1px solid gray;
	border-right:1px solid rgba(0,0,0,0.5);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:1px solid transparent;
}

.nav .col3 .col {
	border-left:1px solid gray;
	border-left:1px solid rgba(0,0,0,0.5);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border:1px solid transparent;
}

.nav .col1 .col , x:-moz-any-link { /* FF2 */
	border:1px solid gray;
	border-left:none;
}

.nav .col1 .col , x:-moz-any-link, x:default { /* FF3+ */
	border:1px solid #AAAAAA;
	border-left:none;
}

.nav .col3 .col , x:-moz-any-link { /* FF2 */
	border:1px solid gray;
	border-right:none;
}

.nav .col3 .col , x:-moz-any-link, x:default { /* FF3+ */
	border:1px solid #AAAAAA;
	border-right:none;
}

#search_div_in {
	position:relative;
	margin-top:11px;
	/*border:1px solid red;*/
}

.nav .col1 {
	position:relative;
	text-align:right;
	white-space:nowrap;
}

.col1 .col > div {
	margin-top:7px;
	margin-right:15px;
}

.col3 .col > div {
	/*margin-top:12px;*/
	/*margin-left:15px;*/
	margin-left:13px;
	/*margin-right:10px;*/
	margin-right:10px;
	/*margin-right:1px;*/
}

.nav .col2 {
	width:68px;
	min-width:68px;
}

.nav .col3 {
	text-align:right;
	/*width:100px;*/
	width:55px;
	/*max-width:100px;*/
}

.button {
	position:relative;
	display:inline-block;
	height:26px;
	opacity:1;
	outline:none;
	border:1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover {
	border:1px solid gray;
}

.nav a span {
	display:none;
}

.lijevo {
	display:inline-block;
	*float:left; /* IE7 */
	width:30px;
	height:25px;
	background:url(buttons.png) -205px 0px no-repeat;
	opacity:1;
	cursor:pointer;
	margin-bottom:5px;
	border:1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lijevo:hover {
	border:1px solid gray;
}

.lijevo:active {
	background:url(buttons.png) -205px 1px no-repeat;
}

.desno {
	display:inline-block;
	*float:left; /* IE7 */
	width:30px;
	height:25px;
	background:url(buttons.png) -236px 0px no-repeat;
	opacity:1;
	cursor:pointer;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.desno:hover {
	border:1px solid gray;
}

.desno:active {
	background:url(buttons.png) -236px 1px no-repeat;
}



#resize {
	/*position:static;*/
	position:absolute;
	left:0px;
	margin-left:8px;
	width:35px;
	height:25px;
	cursor:pointer;
	border:1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#resize:hover {
	border:1px solid gray;
}

.resize_down {
	background:url(buttons.png) -272px -2px no-repeat;
}

.resize_down:active {
	background:url(buttons.png) -272px -1px no-repeat;
}

.resize_up {
	background:url(buttons.png) -272px -31px no-repeat;
}

.resize_up:active {
	background:url(buttons.png) -272px -30px no-repeat;
}



.b1 {
	width:40px;
}

.b1_on {
	background:url(buttons.png) -2px 0px no-repeat;
}

.b1_off {
	background:url(buttons.png) -2px -30px no-repeat;
}

.b1:active {
	background:url(buttons.png) -2px 1px no-repeat;
}



.b2 {
	width:40px;
}

.b2_on {
	background:url(buttons.png) -43px 0px no-repeat;
}

.b2_off {
	background:url(buttons.png) -43px -30px no-repeat;
}

.b2:active {
	background:url(buttons.png) -43px 1px no-repeat;
}



.b3 {
	width:40px;
}

.b3_on {
	background:url(buttons.png) -85px 0px no-repeat;
}

.b3_off {
	background:url(buttons.png) -85px -30px no-repeat;
}

.b3:active {
	background:url(buttons.png) -85px 1px no-repeat;
}



.b4 {
	width:40px;
}

.b4_on {
	background:url(buttons.png) -125px 0px no-repeat;
}

.b4_off {
	background:url(buttons.png) -125px -30px no-repeat;
}

.b4:active {
	background:url(buttons.png) -125px 1px no-repeat;
}



#navigacija {
	position:absolute;
	height:30px;
	right:100px;
	top:0px;
	/*border:1px solid green;*/
}

#navigacija > * {
	/*border:1px solid red;*/
}

#nav_num {
	position:relative;
	display:inline-block;
	/*border:1px solid yellow;*/
	height:30px;
	*overflow:hidden; /* IE7 */
}

.img_count_gallery {
	position:relative;
	display:inline-block;
	*float:left; /* IE7 */
	top:-6px;
	height:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	/*border:1px solid yellow;*/
	/*margin-left:5px;
	margin-right:5px;*/
	/*border:1px solid red;*/
}

.img_count_gallery > div {
	/*border:1px solid red;*/
	display:inline-block;
	*float:left; /* IE7 */
	*margin-top:9px;
	width:12px;
	height:20px;
	/*background:url(buttons.png) -315px -35px no-repeat;*/
	cursor:pointer;
}

.img_count_gallery > div:hover {
	background:url(buttons.png) -315px -6px no-repeat;
}

.img_count_gallery > div:active {
	background:url(buttons.png) -315px -5px no-repeat;
}

.img_dot {
	background:url(buttons.png) -315px -36px no-repeat;
}

.img_dot_selected {
	background:url(buttons.png) -315px -6px no-repeat;
}

#buttons {
	position:relative;
	display:inline-block;
	right:10px;
}

.logo {
	position:absolute;
	right:0px;
	top:0px;
	outline:none;
	padding:3px;
}

img.logo {
	/*margin-left:10px;
	margin-bottom:3px;*/
	outline:none;
	border:1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

img.logo:hover {
	border:1px solid gray;
}

.enter {
	display:none;
	margin-top:-5px;
	/*width:85px;*/
	width:30px;
	height:26px;
	background:url(buttons.png) -167px 0px no-repeat;
	/*border:1px solid red;*/
}

.enter:active {
	background:url(buttons.png) -167px 1px no-repeat;
}

.search_icon {
	margin-left:-3px;
	margin-top:-3px;
	*margin-left:-10px; /* IE7 */
	width:30px;
	height:23px;
	background:url(search.png) 5px 2px no-repeat;
	border:1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search_icon:hover {
	border:1px solid gray;
}

.search_icon:active {
	background:url(search.png) 5px 3px no-repeat;
}

.search_close {
	*position:absolute;
	*left:0px;
	margin-left:-3px;
	margin-top:-3px;
	width:30px;
	height:23px;
	background:url(search_close.png) 7px 4px no-repeat;
}

.search_close:active {
	background:url(search_close.png) 7px 5px no-repeat;
}

.search_wrap {
	width:19px;
	height:18px;
	display:none;
}

#search_field {
	position:absolute;
	height:20px;
	font-size:14px;
	width:100px;
	margin-top:-3px;
	margin-left:40px;
	*top:0px;
	*left:0px;
	padding-left:3px;
	padding-right:20px;
	background-color:#AAAAAA;
	color:black;
	border:1px solid black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index:1;
	outline:none;
	display:none;
}

#search_counter {
	position:absolute;
	width:30px;
	text-align:right;
	right:20px;
	z-index:2;
	font-size:13px;
	color:#c80000;
	margin-top:1px;
	*top:-1px;
	display:none;
}

.canvasWrap {
	/*border:1px solid red;*/
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	width:100%;
	height:2000px;
}

.canvas {
	/*display:none;*/
	position:relative;
	width:800px;
	height:1800px;
	margin:0px auto auto auto;
	/*border:1px solid green;*/
}

.img_wrap {
	/*border:1px solid white;*/
	/*border:1px solid blue;*/
	position:absolute;
	/*margin-top:-200px;
	margin-left:400px;*/
	top:-1400px;
	left:400px;
	display:inline-block;
	cursor:pointer;
}

.img_shadow {
	float:left;
	display:inline-block;
	background:#000;
	*float:none; /* IE7 */
	*display:block; /* IE7 */
	*background:none; /* IE7 */
	margin-top:-6px\9;
	margin-left:-6px\9;
}

.img_show {
	opacity:1.0;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.30');
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	border:1px solid #AAAAAA;
	border:none\9;
}

.img_show:hover {
	border:1px solid white;
	border:none\9;
}

.img_hide {
	opacity:0.3;
	filter:alpha(opacity=0); /* IE fix (hide shadow) */
	border:1px solid gray;
	border:none\9;
}

.img_hide:hover {
	border:1px solid white;
	border:none\9;
}

.img_count_label {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-color:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:1px 3px 1px 3px;
}

.img_hide:hover .img_count_label {
	filter:alpha(opacity=20);
}

.img_hide_content {
	filter:alpha(opacity=20);
	opacity:0.6;
}

.img_hide_content:hover {
	/*filter:alpha(opacity=30);
	opacity:1.0;*/
}

.img_content {
	position:relative;
	background-color:white;
	margin-top:5px\9;
	margin-left:5px\9;
	border:1px solid gray\9;
	display:inline-block\9; /* IE fix (hide content) */
}

.img_content:hover {
	border:1px solid white\9;
}

.hide {
	display:none;
}


.podloga {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	/*background-color:red;*/
}

.kreativni {
	position:absolute;
	bottom:0px;
	margin-left:20px;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	height:38px;
}

.kreativni b {
	font-family: "Arial Black";
	color:#222222;
}

.kreativni b:hover {
	color:#CCCCCC;
}

.kreativni a {
	text-decoration:none;
	color:black;
	color:transparent;
}

.kreativni a:hover {
	color:#CCCCCC;
}

.kreativni a:hover b {
	color:#CCCCCC;
}