.highslide {
    cursor: url(http://www.cprmedic.com/images/zoomin.cur), pointer;
    outline: none;
}

/*.highslide img {
	border: 1px solid #666666;
}*/

/*.highslide:hover img {
	border: 1px solid #FFFF00;
}*/

.highslide-image {
	border: 3px solid #DDDDDD;
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    border: 4px solid #DDDDDD;
    border-top: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #000000;
    padding: 5px;
    background-color: #DDDDDD;
	text-align: justify;
}

.highslide-loading {
    display: block;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
	padding: 3px;
	border: 1px solid #999999;
    background-color: #DDDDDD;
    /*
    padding-left: 22px;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
    color: #DDDDDD;
    text-decoration: none;
	font-size: 9px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}
