	.rating_container {
		clear:both;
	}

	.rating_container a {
		float:left;
		display:block;
		width:25px;
		height:25px;
		border:0;
		background-image:url("../img/ratings/stars.jpg");
	}
	
	.rating_container a.rating_off {
		background-position:0 0px;
	}
	
	.rating_container a.rating_half {
		background-position:0 -25px;
	}
	
	.rating_container a.rating_on {
		background-position:0 -50px;
	}
	
	.rating_container a.rating_selected {
		background-position:0 -75px;
	}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	/*Kraj gal slika*/
	
	/* Paging */
div.paging {
	color: #ccc;
	margin:2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
td.actions
{
	width:80px;
	text-align:center;
	vertical-align:middle;
}
/* IMAGE GALLERY */
.gimage {
	width:100px;
	height:75px;
	border:1px solid #CCC;
	float:left;
	margin-right:10px;
	position:relative;
}
.gimage div {
	width:98px;
	height:73px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
}

.gimage img { border:none; }


/* IMAGE GALLERY */
.gvimage {
	width:139px;
	height:110px;
	border:1px solid #CCC;
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	position:relative;
}
.gvimage div {
	width:137px;
	height:108px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
}

.gimage img { border:none; }
/* TABLES */
table {
	font-size:1.1em;
	width:100%;
}
table img {
	margin:0 5px 0 0;
}
thead th {
	font-weight:bold;
	padding:10px 0;
}
td {
	padding:5px;
	vertical-align:top;
}
th a
{
	padding-left:5px;
}
th, td {
	border-bottom:1px solid #F1F1F1;
}
.go a 
{
	display:block;
	width:31px;
	height:35px;
	text-indent:-9999px;
	background:url(../img/art/arrow_go.gif) no-repeat top left;
}
.go a:hover
{
	background:url(../img/art/arrow_go_on.gif) no-repeat top left;
}