h1 {font-family: tahoma;
    font-weight: normal;
    color: #565656;
    font-size: 11px;
    display: inline;
    min-width: 400px;
    margin: 0px}

h2 {font-family: tahoma;
    font-weight: normal;
    color: #ffffff;
    font-size: 11px;
    max-width: 400px;
    line-height: 1.6;
    padding-left: 15px;
    padding-top: 15px; 
    text-align: justify;
    margin: 0px}

h3 {font-family: tahoma;
    font-weight: normal;
    color: #565656;
    font-size: 11px;
    padding-right: 15px;
    text-align: right;
    margin: 0px}

body {margin-top:0px;
      margin-left:0px;
      margin-right:0px;
      margin-bottom:0px;
      font-family: tahoma}

td.odmik {padding-bottom: 10px}

a.odmik1 {padding-left: 30px}

td.okvir {border-left: 1px solid #ffffff;
	      border-right: 1px solid #ffffff}

a {text-decoration: none}

a.ena:link {color: #565656}     
a.ena:visited {color: #565656}  
a.ena:hover {color: #000000}

a.dva:link {color: #ffffff}     
a.dva:visited {color: #ffffff}  
a.dva:hover {color: #000000}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	font-size: 0px;
}


#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/b.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/a.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/levo.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/desno.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #ffffff;
	}

#CaptionContainer {
	font-size: 11px;
	padding-top: 4px;
	font-weight: normal;
	color: #4b525d;
}

#Counter {
	font-weight: normal;
	color: #4b525d;
	padding-left: 6px;
	padding-top: 10px;
}