body {
	  background-color: #FFFFFF;
	  }
.left {
	float:left;
	margin:0 10px 0 0;
}
.clear, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*****************************************************************************/
/* overrides Thumbs highslide.css               							 */
/*                                              							 */
/*****************************************************************************/

.highslide img {
	border: 0px;
}
.highslide:hover img {
	border-color: transparent;
}
.highslide-active-anchor img {
	visibility: visible; /* 'hidden to let the thumbnail disappear on expand */
}




/*****************************************************************************/
/* hs.wrapperClassName = 'borderless-image'                                  */
/* use this to style the image-highslide                                     */
/*****************************************************************************/
.borderless-image .highslide-image {
	border: none;
	cursor: pointer;
}
.borderless-image .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: transparent;
}
/* Example of a semitransparent, offset closebutton */
.borderless-image .closebutton {
	position: abosolute;
	z-index:999999;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(js/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* gallery controlbar */
.borderless-image .large-dark .highslide-controls, 
.borderless-image .large-dark .highslide-controls ul, 
.borderless-image .large-dark .highslide-controls a {
	background-image: url(js/highslide/graphics/controlbar-black-border.gif);
}
.borderless-image .highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 105px !important;
}
.borderless-image  .highslide-controls .highslide-move {
	display: none;
}
.borderless-image  .highslide-controls .highslide-full-expand {
	display: none;
}
.borderless-image  .highslide-controls .highslide-close {
	display: none;
}

/* footer - caption */
.borderless-image  .highslide-footer {
	display: none;
}
.borderless-image  .highslide-caption {
	display: none;
}


/*****************************************************************************/
/* hs.wrapperClassName = 'borderless-html'                                   */
/* use this to style the html-highslide                                      */
/*****************************************************************************/
.highslide-wrapper, .highslide-outline, highslide-html, highslide-body {
	background: #000;
	margin: 0;
	padding: 0;
}
.highslide-maincontent {
	display: none;
}

.highslide-container table td {
	width: 10px;
}


/* Example of a semitransparent, offset closebutton */
.borderless-html .closebutton {
	position: relative;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(js/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

.borderless-html {
	background-color: #000;
	margin: 0;
	padding: 0;
}
.borderless-html .highslide-header {
	display: none;
}
.borderless-html .highslide-footer {
	display: none;
}

.borderless-html .highslide-html {
	background-color: #000;
	margin: 0;
	padding: 0;
}


.borderless-html .highslide-html .highslide-html-content {
	background-color: #000;
	margin: 0;
	padding: 0;
}
.borderless-html .highslide-html .highslide-html-content .movie {
	margin: 0;
	padding: 0;
}

/* gallery controlbar */
.borderless-html .large-dark .highslide-controls, 
.borderless-html .large-dark .highslide-controls ul, 
.borderless-html .large-dark .highslide-controls a {
	background-image: url(js/highslide/graphics/controlbar-black-border.gif);
}
.borderless-html .highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 105px !important;
}
.borderless-html  .highslide-controls .highslide-move {
	display: none;
}
.borderless-html  .highslide-controls .highslide-full-expand {
	display: none;
}
.borderless-html  .highslide-controls .highslide-close {
	display: none;
}


/* footer - caption */
.borderless-html  .highslide-footer {
	display: none;
}
.borderless-html .highslide-caption {
	color:#f8f8f8;
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 10px;
}


