/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.vscrollerbase {
visibility: hidden;
}
.scrollgeneric {
position: absolute;
top: 0; left: 0;
}

.content {
	padding: 1px;
}

.vscrollerbase {
width: 9px;
background-color: #D3D3D3;
background-image: url(../slikke/home/skrolerBela.png);
}
.vscrollerbar {
width: 9px;
background-color: #F8F8F8;
background-image: url(../slikke/home/skrolerSiva.png);
}
.hscrollerbase {
height: 0px;
background-color: #333;
}
.hscrollerbar {
height: 0px;
background-color: #666;
}

.scrollerjogbox {
width: 5px;
height: px;
bottom: 0px; right: 0px;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 700px;
	height: 337px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right: 15px;
}