﻿.scr_content 
{
    width: 100% !important;
}

.scr_track
{
	background: #888;
	margin: 2px;
}

.scr_trackH {
	height: 5px;
}

.scr_trackV {
	width: 5px;
}

.scr_drag {
	background: #eee;
}

.scr_trackH .scr_drag {
	height: 5px;
	display: none;
}

.scr_trackV .scr_drag {
	width: 5px;
}

.scr_hover {
	background: #fff;
}

.scr_moving {
	background: #cd3a3a;
}