.highslide-wrapper {
background:#ffffff;
}
.highslide-wrapper .highslide-html-content {
width: 400px;
padding: 5px;
}
/* IE7 hack to remove scroll bar by declaring height */
*:first-child+html .highslide-wrapper .highslide-html-content {
width: 400px;
padding: 5px;
height:260px;
}
/* IE6 hack to remove scroll bar by declaring height */
* html .highslide-wrapper .highslide-html-content {
width: 400px;
padding: 5px;
height:260px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
margin: 0;
padding: 0;
text-align: right;
}
.highslide-wrapper .highslide-header ul li {
display: inline;
padding: 0 0 0 0;
}
.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:85%;
text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
color: #76b900;
text-decoration: underline;
}
.highslide-wrapper .highslide-header .highslide-move a {
}
.highslide-wrapper .highslide-footer {
height: 6px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
float: right;
height: 11px;
width: 11px;
}
.highslide-wrapper .highslide-body {
font-size:93%;
}
.highslide-move {
cursor: move;
}
.highslide-close a {
background:url(../images/close.gif) left no-repeat;
padding: 10px 0 10px 30px;
cursor:pointer;
}
.highslide-resize {
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
 display: block;
}
.highslide-display-none {
 display: none;
}

