/*
 * highslide.css
 * CSS definitions for Jagged Globe photo gallery pages
 * (c) Climbers.net, 2008
 */

.highslide {
	cursor: url(/images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
  opacity: 0.3;
  -moz-opacity:0.3;
  filter:alpha(opacity=30);
  }

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.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(/images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

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

.highslide-dimming {
	position: absolute;
	background: black;
}

/* Controlbar example */
.controlbar {	
	background: url(/images/highslide/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/highslide/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;
}
.highslide-display-none {
    display: none;
}

/* Drop shadows for images - hide from NS4 */
/*/*/
.img-shadow {
  clear: both;
  float: left;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 14px 0 0 17px !important;
  margin: 14px 0 0 8px;
}

.img-shadow DIV {
  background: url(/images/shadow2.png) no-repeat left top !important;
  background: url(/images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
}

.img-shadow IMG {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
}

.img-special IMG {
  background-color:#eee;
}

.img-shadow IMG:hover {
  border:1px solid #699063;
}
/* End hiding from NS4 */
<!--[if gte ie 5.5000]>
.img-shadow div {
  filter:progid:DXTransform.Microsoft.AlphaImageLoader(src='/images/shadow2.png', sizingMethod='crop');
}
<![endif]-->

