.highslide {
	outline: none;
	z-index: 1000;
	overflow: visible;
	visibility: visible;
}

.highslide img {
    cursor: url(/img/layout/graphics/zoomin.cur), pointer;
	border: 1px solid #CCCCCC;
	z-index: 1000;
}
.highslide:hover img {
	border: 1px solid white;
	z-index: 1000;
}

.highslide-image {
	border: 2px solid white;
	z-index: 1000;
}
.highslide-image-blur {
	z-index: 1000;
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
	font-size: 12px;
}
.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(/img/layout/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	z-index: 1000;

}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
	z-index: 1000;
}

.capture_name {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
}
.capture_price {
	font-weight: bold;
	padding-top: 3px;
	text-align: right;
}

.capture_extra {
	color: #FF0000;
	padding-top: 3px;
	padding-bottom: 3px;
}

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;
}

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

/* Necessary for functionality */
.highslide-display-block {
	display: block;
	z-index: 1000;
}
.highslide-display-none {
	display: none;
	z-index: 1000;
}

.highslide_noborda img {
	z-index: 1000;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.highslide-wrapper {
    background-color: white;
}

.highslide-active-anchor img
{
    visibility: hidden;
}

.highslide-dimming
{
    background-color: #fff;
}