/* galerķa*/
.gallery {
	cursor: url(/gallery/docs/img/slideshow/zoomin.cur), pointer;
    outline: none;
}
.gallery-image {
    border: 2px solid #fff617;
	background-color: #fff617;
}
.gallery-image-blur {
}
.gallery-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.gallery-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(../img/slideshow/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.gallery-credits,
a.gallery-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.gallery-credits:hover,
a.gallery-credits:hover i {
    color: white;
    background-color: gray;
}

.gallery-move {
    cursor: move;
}

.gallery-overlay {
	display: none;
}

/* gallerycontrolbar example */
.gallerycontrolbar {	
	background: url(/gallery/docs/img/slideshow/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.gallerycontrolbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.gallerycontrolbar a:hover {
	background-image: url(/gallery/docs/img/slideshow/controlbar4-hover.gif);
}
.gallerycontrolbar .previous {
	width: 50px;
}
.gallerycontrolbar .next {
	width: 40px;
	background-position: -50px 0;
}
.gallerycontrolbar .gallery-move {
	width: 40px;
	background-position: -90px 0;
}
.gallerycontrolbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.gallery-display-block {
    display: block;
}
.gallery-display-none {
    display: none;
}
