.highslide {
/*	cursor: url(/highslide/graphics/zoomin.cur), pointer;*/
    outline: none;
}
.highslide img {
	cursor: url('http://www.downloadablesuicide.com/highslide/graphics/zoomin.cur'), url('http://www.downloadablesuicide.com/highslide/graphics/zoomin.cur'), pointer;
	outline: none;
}

.highslide img {
	/*#border: 2px solid gray;*/  /*Uncomment to add border around image */
}

.highslide:hover img {
	border:1px solid #99ccff;
}

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

a.highslide-full-expand {
	background: url('http://www.downloadablesuicide.com/highslide/graphics/fullexpand.gif') no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-heading{
	display: none;
	padding: 0px 15px 0px 15px;
	font-size: 6em;
	line-height:100%;
	font-weight: bold;
	margin: 0px;
}
.highslide-heading a {
	text-decoration: none;
}
.highslide-caption {
    display: none;
    border-top: none;
    padding: 5px;
    background-color: white;
    text-align: justify;
		color: black;
}

.highslide-loading {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 3px 3px 22px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #000 url('http://www.downloadablesuicide.com/highslide/graphics/loader.gif') no-repeat 3px 1px;
}

a.highslide-loading {
	color: #fff;
}

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;
}
/*Close Controls.  Enable through wordpress options */
.highslide-close {
	float: right;
    display: inline;
/*    position: relative;*/
	margin: 0 5px 5px 0;
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*Next and Previous Links. Enable through wordpress options*/
.highslide-next {
	float: left;
    display: inline;
/*    position: relative;*/
	margin: 0 5px;
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.highslide-previous {
	float: left;
    display: inline;
/*    position: relative;*/
	margin: 0 5px;
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-dimming {
	background: black;
}
.highslide-wrapper {
	background-color: white;
}
