.highslide
{
   color: #777D02;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
   position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.title
{
   float: left;
   width: 300px;
   height: 20px;
   padding-top: 1px;
   font-weight: bold;
   font-size: 13px;
   background: none;
}
.highslide-body
{
   padding: 0px 0px 0px 0px;
   background: none;
   float: left;
}


.buttons
{
   height:20px; 
   padding-top: 1px;
   padding-right: 3px;   
   text-align: right;
   background: none;
}


.control {
   /*position: relative;*/
   padding-left: 12px;
   margin: 0px;
   font-size: 12pt;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   
   color: #999;
   width: 18px;
   background: url("./images/close.png") no-repeat;         
}
.control:hover {
   color: #F20000 !important;
   width: 18px;                                         
   background: url("./images/close_hover.png") no-repeat;
}


.previous{
   /*position: relative;*/   
   padding-left: 12px; 
   margin: 0px;
   font-size: 12pt;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   
   color: #999;
   width: 18px;
   background: url("./images/previous.png") no-repeat;         
}
.previous:hover {
   color: #F20000 !important;
   width: 18px;                                         
   background: url("./images/previous_hover.png") no-repeat;
}



.next {
   /*position: relative;*/  
   padding-left: 12px;
   margin: 0px;
   font-size: 12pt;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   
   color: #999;
   width: 18px;
   background: url("./images/next.png") no-repeat;         
}
.next:hover {
   color: #F20000 !important;
   width: 18px;                                         
   background: url("./images/next_hover.png") no-repeat;
}

.empty {
   /*position: relative;*/
   padding-left: 12px;
   margin: 0px;
   width: 18px;
   background: url("./images/none.png") no-repeat;         
}



.highslide-move {
    cursor: move;
}