.highslide {
	cursor: url(/grafika2/zoomin.cur), pointer;
    outline: none;
}

.highslide-body {
	padding:5px;
	font-size:80%;
}

.highslide-body p {
	padding-bottom:0.7em;
}


.highslide-image {
	border: 1px solid #DE7E7E;
	background-color:#fff;
	padding: 14px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 1px solid #DE7E7E;
    border-top: none;
    font-size: 10pt;
    padding: 5px;
    background-color: #f8ecda;

}
.highslide-loading {
    display: block;
	color: red;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
    background-color: white;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.fotoalbumi .highslide-move {
    cursor: move;
	right:-22px;
	position:absolute;
	top:15px;
	width:36px;
	height:36px;
		background:transparent url(/images/graphics/move.png) repeat scroll 0 0;
}

.closebutton {
	background:transparent url(/images/graphics/close.png) repeat scroll 0 0;
	cursor:pointer;
	right:-22px;
	position:absolute;
	top:-15px;
	width:36px;
	height:35px;
}


/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}


.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 0px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    /* border-top: 1px solid #333;
    border-bottom: 1px solid #333; */
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-html {
    
	border:1px solid #ff3f00;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-dimming {
	background: #696039;
}
