﻿.highslide-html {
background-color:#fff; 
    
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.Scroll_Bar
{
SCROLLBAR-FACE-COLOR: #1F232C; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #dee3e7; SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
SCROLLBAR-ARROW-COLOR: #006699; SCROLLBAR-TRACK-COLOR: #efefef; SCROLLBAR-DARKSHADOW-COLOR: #98aab1; ;

}
.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:2px;
	left:0px;
	background:#000000;
	float:left;
}


.ag-track{
	height:10px;
	width:20px;
	background:#000000;
	float:left;
}

.ag-handle{
	height:50px;
	width:5px;
	background:#666666;
	cursor:pointer;
}

