.galPages {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: rgb(165,35,15);
	text-align: center;
	}
		
.plug {
	text-align: right;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: gray;
	margin-right: 90px; 
	}
	
	.plug a:link, .plug a:visited {
		color: gray;
		}
		
	.plug a:hover {
		color: rgb(165,35,15);
		text-decoration: none;
		}




/* -----------------------------------------------------*/

.highslide {
	cursor: url(images/gallery/res/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #999999;
}
.highslide:hover img {
	border: 2px solid #ffffff;
}
.highslide-overlay {
	display: none;
}
.highslide-image {
    border: solid #ffffff;
}

.highslide-caption {
    display: none;
    color: #000000;
    border: 0px solid #ffffff;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #ffffff;
}

.highslide-caption a {color: #2E8B57;}

.highslide-loading, a.highslide-loading:link {
   display: block;
   color: #ffffff;
   background-color: #000000;
   font-size: 9pt;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
   padding: 3px;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   padding-left: 22px;
   background-image: url(images/gallery/res/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;
}


/* Controlbar */
.controlbar {	
	background: url(images/gallery/res/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(images/gallery/res/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;
}

.highslide-dimming {
background: #000000;
position: absolute;
visibility: hidden;
} 

a.highslide-full-expand {
	background: url(images/gallery/res/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 10px 10px 10px 10px;
	width: 34px;
	height: 34px;
}

.highslide-active-anchor img {
    visibility: hidden
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}



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

.highslide1 {	cursor: url(images/gallery/res/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide2 {	cursor: url(images/gallery/res/graphics/zoomin.cur), pointer;
    outline: none;
}