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

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

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

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

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
	text-align:center;
}

.highslide-caption div.content
	{
	text-align:left;
	}

.highslide-caption div.content p
	{
    font-size:80%;
	padding-bottom:0;
	}
	
.highslide-caption div.scrolling
	{
	overflow-y:auto;
	overflow-x:hidden;
	height:105px;
	padding-right:3px;
	}
.highslide-caption div.scrolling p.story
	{
	margin-bottom:4px;
	}

/* Controlbar example */
.highslide-caption div.controlbar {
	background: url(../scripts/highslide/graphics/controlbar5.gif) top left no-repeat;
	width:120px;
	height:19px;
}

.highslide-caption div.controlbar a {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:19px;
	width:30px;
	background:transparent;
	cursor:pointer;
}

.highslide-caption div.controlbar a.disabled
	{
	background-color:#fff;
	cursor:default;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

.highslide-caption div.counter
	{
	font-size:70%;
	}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

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

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display:none;
}

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-matteborder .highslide-image
	{
	border-left-width:75px;
	border-right-width:75px;
	background-color:white;
	}

.hide
	{
	display:none;
	}