@charset "utf-8";
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.vscrollerbase {
visibility: visible !important;
}
.scrollgeneric {
position: absolute;
top: 0; left: 0;
}

.content {

}

.vscrollerbase {
	width: 9px;
	background: url(../Slike/skrolerBase.png) repeat-y;
}
.vscrollerbar {
	width: 9px;
	background: url(../Slike/skroler.png) repeat-y;
}
.vscrollerbar:hover {
	width: 9px;
	background: url(../Slike/skroler.png) repeat-y;
}
.hscrollerbase {
	height: 0;
	background-color: #646464;
}
.hscrollerbar {
	height: 0;
	background-color: #BED63A;
}
