/* @override 
	http://svetkamenu/cz/mineralshop/css/highslide.css
	http://svetkamenu.cz/cz/mineralshop/css/highslide.css
*/

.highslide {
	cursor: url(../img/highslide/zoomin.cur), pointer;
    outline: none;
    margin-bottom: 100px;
    height: 75px;
    overflow: hidden;
}

.highslide:hover {
	cursor: url(../img/highslide/zoomin.cur), pointer;
    border-color: #686D6D !important;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	margin-bottom: 10px;
	  

}
.highslide:hover img {
  color: #fff;
}

.highslide-wrapper {
	
}
.highslide-image {
 border: 1px solid #4D4D4D;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    background: #4D4D4D;
    text-align: left;
    font-size: 12px;
    padding: 3px 6px;
    color: #fff;

}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;

    text-decoration: none;
	padding: 2px;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../img/highslide/loader2.gif);
    background-repeat: no-repeat;
    background-position: 2px 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;
}
a.highslide-full-expand {
	background: url(../img/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

