@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c), PLAN e d.o.o.	| www.plan-e.si									***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************
**********************************************************************/
/*	#118111	*/
/*	#000000	*/



/**************************************/
/*** imageSlideshow									***/
/**************************************/

#imageSlideshow {
	width: auto;
	height: auto;
	display: block;
	
	border-style: solid;
	
	background: #ffffff;
	
}
#imageSlideshow div.imgHolder {
	width: auto;
	height: 169px;
	*height: 167px;
	display: none;
	
	border-style: solid;
	
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	
}

#imageSlideshow div.navigate {
	width: auto;
	position: absolute;
	
	padding: 5px;
	margin: 0;
	
	border-style: solid;
	border-top: none;
	border-left: none;
	background: #ffffff;
	
}

#imageSlideshow div.navigate a {
	width: 20px;
	height: 10px;
	display:inline-block;
	margin: 0 2px;
	padding: 0;	
	font-size: 11px;
	font-weight: bold;
	color: #118111;
	
	text-decoration: none;
	
	border: #118111 1px solid;
	background: #ffffff;

	
}
#imageSlideshow div.navigate a:hover {
	background: #118111;
	
}
#imageSlideshow div.navigate a.sel {
	background: #118111;
	
}

/**********************
***********************
*******SLIDESHOW2******
***********************
**********************/


#slideshow {
    position:relative;
    height:255px;
    width:980px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}




