/*New for gallery controls */
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}

.highslide-wrapper, .rounded-white {
	background: white;
}

.highslide {
	url(js/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}

.highslide-heading {
	display: none;
	color: #63422D;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	background: url(js/graphics/icon.gif) no-repeat 0 1px;
}
.highslide-dimming {
	position: absolute;
	background: black;
}

/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(js/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*End New Controls */

.highslide img {
/*	border: 2px solid gray;*/
	cursor:  url(js/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide:hover img {
/*	border: 2px solid white;*/
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}

.highslide-caption {
    display: none;
    height:25px;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	text-align:center;
	font-weight:bold;
}

/*.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image:  url(js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}*/
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(js/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

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

/*Close Controls.  Enable through wordpress options */
/*.highslide-close {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/*
/*Next and Previous Links. Enable through wordpress options*/
/*.highslide-next {
	float: left;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.highslide-previous {
	float: left;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}*/

/* These must always be last */
/*.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
*/