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

.highslide-html {
	border:1px solid #E9E2D0;
	background-color:#FFFFFF;
}
.highslide-html-blur {
}
.highslide-html-content {
	position:absolute;
	display:none;
}
.highslide-loading {
	display:block;
	color:#525252;
	border:1px solid #E9E2D0;
	font-size:11px;
	padding:3px 3px 3px 21px;
	background-color:#FFFFFF;
	background-image:url(/images/highslide/loader.white.gif);
	background-repeat:no-repeat;
	background-position:3px 1px;
}
/* styles for the popup */
.highslide-wrapper {
	background-color:#FFFFFF;
}
.highslide-wrapper .highslide-html-content {
	width:400px;
	margin:0;
	padding:0;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	height:50px;
	margin:0;
	padding:1px;	
	text-align:left;
	background:#1D1D1D;
}
.highslide-wrapper .highslide-header ul li {
	display:inline;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display:none;
}
.highslide-wrapper .highslide-header a {
	font-size:12px;
	color:#DED3B7;
	padding:0 15px 1px 15px;
	text-transform:uppercase;
	text-decoration:none;
}
.highslide-wrapper .highslide-header a:hover {
	color:#FFFFFF;
}

/*************************************************************************/
/********************** close and move buttons ***************************/

.highslide-wrapper .highslide-header .highslide-move a {
	padding-top:16px;
	font-size:12px;
	cursor:move;
	float:left;
}
.highslide-wrapper .highslide-header .highslide-close a {
	padding-top:16px;
	font-size:12px;
	float:right;
}
.highslide-wrapper .highslide-footer {
	height:0;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float:right;
	height:0;
	width:11px;
	background:url(/images/highslide/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-overlay{
	display:none;
}
/* Mac-style close button */
.closebutton {
	position:relative;
	top:-10px;
	left:10px;
	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 be the last of the Highslide rules */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
