/* CSS Document */
.highslide {
 	outline: none;
}
.highslide_dtails {
	cursor:pointer;
	text-decoration:none;
	color:#bbaaaa;
}
.highslide_dtails_over {
	cursor:pointer;
	text-decoration:underline;
	color:#ddcccc;
}
.highslide img {
	border: 1px solid #111122;
}
.highslide-image {
  cursor: pointer; /* opera */
}
.highslide:hover img {
	border: 1px solid #333344;
}
.highslide-image-blur {
    cursor: pointer; 
    cursor: hand;
}
.highslide-caption {
    display: none;  
    border-top: none;
    font-family: Verdana, Helvetica, 'Sans Serif', 'Sans-Serif';
    font-size: 8pt;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-loading {
		display: block;
		color: white;
		font-style: 'MS Sans Serif', Verdana, Helvetica, 'Sans-Serif', 'Sans Serif';
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		padding: 3px;
		opacity: 0.60; /* w3c */
		filter: alpha(opacity=60); /* ie */
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background-color: black;
		padding-left: 22px;
		background-repeat: no-repeat;
		background-position: 3px 1px;
}
