/*****************************************************************************/
/* The following styles are added by the Highslide Editor                    */
/*****************************************************************************/
.highslide-wrapper, .highslide-outline {
	background: #FCF7F7;
}
.highslide img {
	/*border: 1px solid #D0D0D0;*/
	border: none;
}
.highslide:hover img {
	/*border-color: #A0A0A0;*/
	border: none;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	/*border: 2px solid #FFFFFF;*/
	border: none;
	cursor: pointer !important;
}
.highslide-caption {
	/*padding: 2px;*/
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-controls .highslide-full-expand {
	/*display: none;*/
}
.highslide-controls .highslide-close {
	display: none;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}
.highslide-thumbstrip-horizontal img {
	height: 50px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 57px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up, .highslide-thumbstrip-horizontal .highslide-scroll-down {
	top: 8px;
}
div.highslide-caption {
	/*
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	*/
	padding: 0px !important;
}

div.highslide-caption div.highslide-number {
	/*
	font-size: 8pt;
	color: gray;
	*/	
}

.closebutton {
	/*position: absolute !important;
	top: 10px !important;
	right: 10px !important;*/
}

.nextButtonOverlay {
    width: 100px;
    height: 600px;
    cursor: pointer;
	background: none;
	border: 0px solid #fff;
	_background: transparent url(/css/skins/pic-roller/next-horizontal-one.gif) 35px center no-repeat;
}

.nextButtonOverlay:hover {
    background: transparent url(/css/skins/pic-roller/next-horizontal-one.png) 35px center no-repeat;
}

.prevButtonOverlay {
    width: 100px;
    height: 600px;
    cursor: pointer;
	background: none;
	border: 0px solid #fff;
	_background: transparent url(/css/skins/pic-roller/prev-horizontal-one.gif) 33px center no-repeat;
}

.prevButtonOverlay:hover {
    background: transparent url(/css/skins/pic-roller/prev-horizontal-one.png) 33px center no-repeat;
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 0px;
}
