.highslide {
	outline: none;
	background:none;
	text-decoration: none;
}
.highslide img {
	border: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	visibility: visible;
	cursor: default;
}
.highslide-controls {display:none}
.highslide-image {
	border:5px solid white; 
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
}
.highslide-wrapper, .highslide-outline {
	background: #fff;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
  -webkit-box-shadow: 0 0px 15px 0 #222;
  -moz-box-shadow: 0 0px 15px 0 #222;
	box-shadow: 0 0px 15px 0 #222;
}
.highslide-outline {
  background:none;
}
.highslide-caption {
	display: none;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding: 10px 5px 10px 5px;
}
.highslide-heading {
	display: none;
}
.highslide-dimming {
	background: #000;
}
a.highslide-full-expand {
  display:none;
}
.highslide-loading {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(graphics/loading10.gif);
	background-repeat: no-repeat;
	width:126px;
	height:22px;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
.highslide-previous, .highslide-next {
	background: url(/images/popup/arr_r.png) no-repeat 0 0;
	width:36px;
	display:inline-block;
	height:72px;
}
.highslide-previous {
	background: url(/images/popup/arr_l.png) no-repeat 0 0;
}
.highslide-previous:hover {
	background: url(/images/popup/arr_l.png) no-repeat 0 bottom;
}
.highslide-next:hover {
	background: url(/images/popup/arr_r.png) no-repeat 0 bottom;
}
.highslide-html {
	margin: 0;
	padding:20px;
  width:580px;
  overflow:hidden;
  background: #fff;
  border:none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
}
.highslide-container {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/scripts/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-resize {
	cursor: nw-resize;
}
div.hs_closebutton {
  height:44px;
  width:44px;
  overflow:hidden;
  position:absolute;
  right:-22px;
  top:-22px;
  cursor:pointer;
  background:url(/images/popup/popup_close.png) no-repeat 0 0
}
div.closebutton:hover {
  background: url(/images/popup/popup_close.png) no-repeat 0 bottom;
}
