.content{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

.highslide-wrapper {
    background-color: white;
	position:relative; 
}
/* Set 400px as the default width for expanders */
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
/* The list of controls */
.highslide-wrapper .highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-wrapper .highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
/* Hide the previous and next links */
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-wrapper .highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
    color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
    cursor: move;
}
.highslide-wrapper .highslide-footer {
    height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
    cursor: nw-resize;
    float: right;
    height: 11px;
    width: 11px;
    background: url(graphics/resize.gif);
    position: relative;
    top: 3px;
    left: 3px;
}
.highslide img {
	border: 0;
	cursor: url(graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide:hover img {
	border: 0;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-heading {
	display: none;
	padding: 10px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	cursor: default !important;
}
.highslide-caption {
	display: none;
	border-top: none;
	padding: 5px;
	background-color: white;
	text-align: justify;
}
.highslide-dimming {
	background: black;
	position: absolute;
	width: 100%;
	visibility: hidden;
}
.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.control:hover {
	color: black !important;
}

.highslide-move {
	cursor: move;
}

.highslide-resize {
	cursor: nw-resize;
}
.highslide-previous-next a {
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 0 20px;
}
.thumbwrapper{
	/*float:left;*/
	/*height:130px;*/
	/*width:130px;*/
	/*padding:5px;*/
	/*background-color:#f0eee0;*/
	/*margin:1px;*/
	/*border:1px solid #afab8e;*/
}
.highslide-overlay {
	display: none;
}

.controlbar{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("graphics/controlbar4.gif");
	background-position:0 0;
	background-repeat:repeat;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:34px;
	margin-top:-10px;
	width:175px;
}

.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 27px;
}

.controlbar a:hover {
	background-image: url(graphics/controlbar4-hover.gif);
}

.controlbar .previous {
	width: 50px;
}

.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}

.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}

.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

.highslide-white {
	background-color: white;
}

.highslide-white .highslide-image {
	border: 5px solid white;
}

.highslide-white .highslide-caption {
	background-color: white;
}

.highslide-white .control, .highslide-white .control * {
	color: #666;
}

.highslide-white .highslide-html {
	border: 2px solid white;
}
.highslide-no-border {
	background-color: black;
}

.highslide-no-border .highslide-image {
	border: none;
}

.highslide-no-border .highslide-html {
	border: none;
}

.highslide-no-border .highslide-caption {
	border: none;
	color: white;
	font-weight: bold;
	position:absolute;
	padding: 1em 0 0 0;
	background: none;
}

.highslide-no-border .highslide-caption code {
	color: white;
}

.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer; /* w3c */
	background: url(graphics/close.png);
}
body {
  /*text-align:left;  */
}

.borderless .highslide-image {

	border: none;

}

.borderless .highslide-caption {

	border-bottom: 1px solid white;

	border-top: 1px solid white;

	background: silver;

}





