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

.highslide-html {
	border:3px solid #C3BEAA;
	background-color:#FFFFFF;
}
.highslide-html-blur {
}
.highslide-html-content {
	position:absolute;
	display:none;
}
.highslide-loading {
	display:block;
	color:#111111;
	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:35px;
	margin:0;
	padding:0;	
	text-align:left;
	background:#C3BEAA;
}
.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:#534B45;
	font-weight:bold;
	padding:0 15px 0 15px;
	text-transform:uppercase;
	text-decoration:none;
}
.highslide-wrapper .highslide-header a:hover {
	color:#FFFFFF;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}



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

.highslide-wrapper .highslide-header .highslide-move a {
	padding-top:10px;
	font-size:14px;
	cursor:move;
	float:left;
}
.highslide-wrapper .highslide-header .highslide-close a {
	padding-top:10px;
	font-size:14px;
	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;
}