.highslide {
   cursor: url(../graphics/zoomin.cur), pointer;
}

.highslide-image {
	/*border: 0;*/
   
   /* enable this if you want a border around the image: */
    border: 3px solid #BEC5EC;
   
   /* enable this, if you set a border and you show titles under the image: */
   /* border-bottom: 0; */
}

.highslide-loading {
	border: 1px solid black;
   background-color: white;
   color: black;
   font-size: 10px;
	font-weight: bold;
   text-decoration: none;
   display: block;
   padding: 3px 5px;
}

.highslide-caption  {
   display: none;
   height: 35px;
   padding: 6px;
   background-color: #BEC5EC;
	text-align: center;
	font: bold 10pt Verdana;
}
.highslide-heading {
	display: none;
	height: 35px;
	padding: 6px;
	text-align: center;
	font: bold 10pt Verdana;
	
}


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

.highslide-move{
	cursor:move;
}
.highslide-overlay{
	display:none;
	}
.controlbar{background:url(../graphics/controlbar4.gif);
	width:167px;
	height:34px;
	}
.controlbar a{
	display:block;
	float:left;
	height:27px;
	}
.controlbar a:hover{
	background-image:url(../graphics/controlbar4-hover.gif);
	}
.controlbar .previoushs{
	width:50px;
	}
.controlbar .nexths{
	width:40px;
	background-position:-50px 0;
	}
.controlbar .highslide-move{
	width:40px;
	background-position:-90px 0;
	}
.controlbar .closehs{
	width:36px;
	background-position:-130px 0;
	}
.highslide-dimming {
	background: black;
}




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

