/*************************************************************************/
/*********************** highslide quick view ****************************/

.highslide{
	cursor:url(/images/highslide/zoomin.cur), pointer;
	outline:none;
}
/*
.highslide-active-anchor img{
	visibility:hidden;
}
*/
.highslide img {
	border:none;
}
.highslide:hover img {
	border:none;
}
/*
.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
*/
.highslide-caption{
	display:none;
	padding:5px 10px 20px 10px; /* forces the caption space to a specific size since links are floating */
	_padding:5px 10px 7px 10px; /* IE6 */
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	background-color:#D8724A;
}
*:first-child+html .highslide-caption{ /* IE7 */
	padding:5px 10px 7px 10px;
}
.download{
	width:100px;
	float:left;
}
.close{
	width:100px;
	float:right;
}
.highslide-loading{
	width:16px;
	height:16px;
	display:block;
	background-color:#333333;	
	padding:3px;
	background-image:url(/images/highslide/loader.gif);
	background-repeat:no-repeat;
	background-position:3px;
}
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;
}
a.highslide-full-expand {
	background: url(/images/highslide/fullexpand.gif) no-repeat;
	display:block;
	margin:0 10px 10px 0;
	width:34px;
	height:34px;
}
.highslide-overlay{
	display: none;
}
/* Mac-style close button */
.closebutton {
	position: relative;
	top: -10px;
	left: -12px;
	width: 80px;
	height: 27px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(/images/highslide/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/highslide/close.png', sizingMethod='scale');
}
/* These must always be last */
.highslide-display-block {
    display:block;
}
.highslide-display-none {
    display:none;
}

/** zoom box links **/
.highslide-caption a:link, .highslide-caption a:visited, .highslide-caption a:active{color:#FFFFFF; text-decoration:none;}
.highslide-caption a:hover{color:#FFFFFF; text-decoration:underline;}

/** loading box link **/
.highslide-loading a:link, .highslide-loading a:visited, .highslide-loading a:active{color:#FFFFFF; text-decoration:none;}
.highslide-loading a:hover{color:#FFFFFF; text-decoration:underline;}
