.highslide {
   cursor: url(http://www.ambedkar.eu/wp-content/plugins/highslide-integration/graphics/zoomin.cur), pointer;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;

}

a img:hover {
filter:alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;

}

.highslide-image {
	border: 0;
   
   /* enable this if you want a border around the image: */
   /* border: 10px solid white; */ 
   
   /* 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: #666;
   font-size: 11px;
   font-family:arial,helvetica,sans-serif;
   font-weight:bold;
   text-decoration: none;
   display: block;
   padding: 3px 5px;
}

.highslide-caption {
   display: none;
   height: 35px;
   padding: 6px;
   background-color: white;
   text-align: center;
   color: #666;
   font-size: 11px;
   font-family:arial,helvetica,sans-serif;
   font-weight:bold;
}

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

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