@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c) 2008, PLAN e d.o.o.														***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************/
/**********************************************************************/


/**************************************/
/*** Global links										***/
/**************************************/
a:link, a:visited, a:active {
	text-decoration: underline;
	background: none;
	color:#fff;

}
a:hover {
	background: #fff;
	color:#50160f;

}




/**************************************/
/*** Special hacks									***/
/**************************************/
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}


/***********************************/
/*** galerija                       ***/
/**********************************/

a.prva:link, a.prva:visited, a.prva:active {
	display:block;
	width: 27px;
	height: 27px;
	float: left;
	background: url(../images/icons/first.gif) no-repeat;
}

a.prva:hover {
	display:block;
	float: left;
	width: 27px;
	height: 27px;
	background: url(../images/icons/firstOver.gif) no-repeat;
}

a.prejsnja:link, a.prejsnja:visited, a.prejsnja:active {
	display:block;
	width: 27px;
	height: 27px;
	float: left;
	background: url(../images/icons/previous.gif) no-repeat;
}

a.prejsnja:hover {
	display:block;
	float: left;
	width: 27px;
	height: 27px;
	background: url(../images/icons/previousOver.gif) no-repeat;
}

a.naslednja:link, a.naslednja:visited, a.naslednja:active {
	display:block;
	width: 27px;
	height: 27px;
	float: left;
	background: url(../images/icons/next.gif) no-repeat;
}

a.naslednja:hover {
	display:block;
	float: left;
	width: 27px;
	height: 27px;
	background: url(../images/icons/nextOver.gif) no-repeat;
}

a.zadnja:link, a.zadnja:visited, a.zadnja:active {
	display:block;
	width: 27px;
	height: 27px;
	float: left;
	background: url(../images/icons/last.gif) no-repeat;
}

a.zadnja:hover {
	display:block;
	float: left;
	width: 27px;
	height: 27px;
	background: url(../images/icons/lastOver.gif) no-repeat;
}

