/* Highslide HTML Pop-Ups */
.highslide-html {
    background-color: #353535;
    color: #EEEEEE;
    font-family: verdana, sans-serif, arial, helvetica;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: #C9C9C9;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #353535;
    background-color: #000000;
    padding-left: 22px;
    background-image: url(http://www.fwagroup.com/web/web_scripts/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
/* END */

/* Highslide Images */
.highslide {
    outline: none;
}

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

.highslide img {
	border: none;
}

.highslide:hover img {
	border: none;
    cursor: url(http://www.fwagroup.com/web/web_scripts/highslide/graphics/zoomin.cur), pointer;
}

.highslide-wrapper {
	background: #000000;
}

.highslide-image {
    border-bottom: 1px solid #000000;
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    border-bottom: 1px solid #000000;
    padding: 5px;
    background-color: #000000;
    color: #EEEEEE;
    font-size: 12px;
    font-family: verdana, sans-serif, arial, helvetica;
}
/* END */

/* Cursors and Actions */
.highslide-move {
    cursor: move;
}

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

.highslide-dimming {
	background: #000000;
}
/* END */

/* Overlay Control Bar */
.highslide-overlay {
    display: none;
}

.controlbar {
    background: url(http://www.fwagroup.com/web/web_scripts/highslide/graphics/controlbar5b.gif);
    width: 128px;
    height: 26px;
}

.controlbar a {
    display: block;
    float: left; /*margin: 0px 0 0 4px;*/
    height: 21px;
}

.controlbar a:hover {
    background-image: url(http://www.fwagroup.com/web/web_scripts/highslide/graphics/controlbar5b-hover.gif);
}

.controlbar .previous {
    width: 38px;
}

.controlbar .next {
    width: 31px;
    background-position: -38px 0;
}

.controlbar .highslide-move {
    width: 30px;
    background-position: -68px 0;
}

.controlbar .close {
    width: 27px;
    background-position: -99px 0;
}
/* END */

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}