
/************************** zajdenicki parametri **************************/




/************************** white 10px **************************/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 4px solid #DEEFF3;  /*  CFE8EF E0EFF5 */
}
.highslide:hover img {
	border: 4px solid #F5FBFC;  /*  EFF7FA E0EFF5 */
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bootom: 5px solid white;    
    border-left: 5px solid white;    
    border-right: 5px solid white;       
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;    
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}


#caption1 {
	font-family: Verdana, Helvetica;
	font-size: 15px;
	font-weight: bold;
}

/****************************** KRAJ white 10px *****************************/
/************************** Kraj Ajax - html prikaz *************************/


* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}



/************************** Kraj Ajax - html prikaz *************************/

