@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c), PLAN e d.o.o.	| www.plan-e.si									***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************
**********************************************************************/
/*	#135299	*/
/*	#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: #135299;
	
	text-decoration: none;
	
	border: #135299 1px solid;
	background: #ffffff;

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

