/*
	Background Stretcher jQuery Plugin
	© 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/
.ozadje_slide {
	position: relative;
	width: 980px;
	height: 300px;
}

.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

.izbira_slike {
	float: left;
	margin-top: 275px;
}

.izbira_slike .vrstica {
	float: left;
	width: 100%;
}

#nav { 
	position: relative; 
	margin-left: 15px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: block; 
	float: left; 
	margin-right: 8px;
	font-size: 0px;
  background-image: url('../images/pikica_prazna.gif');
  background-position: top center;
  background-repeat: no-repeat;	
  width: 13px;
  height: 13px;
  text-align: center;		
}

#nav ul li.showPage a { 
	display: block; 
	font-size: 0px;
  background-image: url('../images/pikica_polna.gif');
  background-position: top center;
  background-repeat: no-repeat;	
  width: 13px;
  height: 13px;	
  text-align: center;
}

#nav ul li a { 
	display: block; 
	font-size: 0px;
  background-image: url('../images/pikica_prazna.gif');
  background-position: top center;
  background-repeat: no-repeat;	
  width: 13px;
  height: 13px;	
  text-align: center;
}

#nav ul li a:hover { 
	display: block; 
	font-size: 0px;
  background-image: url('../images/pikica_polna.gif');
  background-position: top center;
  background-repeat: no-repeat;	
  width: 13px;
  height: 13px;	
  text-align: center;
}