#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

#imageslider {
	width: 300px;
	height: 250px;
	overflow: auto;
	position: relative;
	background-color: #E7EADE;
	margin: 0.3em auto;
	padding: 15px;
	text-align: left;
}

#imageslider2 {
	width: 340px;
	height: 250px;
	overflow: auto;
	position: relative;
	background-color: #D5EADE;
	margin: 0.3em auto;
	padding: 15px;
}


.fixedwidth {
	width: 500px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 15px;
	background-color: white;
}

.vscrollerbar {
	width: 15px;
	background-color: black;
}

.hscrollerbase {
	height: 15px;
	background-color: white;
}

.hscrollerbar {
	height: 15px;
	background-color: black;
}

.hscrollerbar {
	background: #99CBCB url(images/imageslider2.png) 0px -30px repeat-x;
}

.vscrollerbar {
	background: #99CBCB url(images/imageslider1.png) -15px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}

.vscrollerbarbeg {
	background: url(images/imageslider1.png) -45px -30px no-repeat;
	width: 15px;
	height: 15px !important;
	cursor:pointer;
}

.vscrollerbarend {
	background: url(images/imageslider1.png) -45px 0px no-repeat;
	width: 15px;
	height: 15px;
	cursor:pointer;
}

.hscrollerbarbeg {
	background: url(images/imageslider1.png) -60px -15px no-repeat;
	height: 15px;
	width: 15px !important;
	cursor:pointer;
}

.hscrollerbarend {
	background: url(images/imageslider1.png) -30px -15px no-repeat;
	height: 15px;
	width: 15px;
	cursor:pointer;
}

.scrollerjogbox {
	background: #4E727C url(images/imageslider2.png) 0px 0px;
	width: 15px;
	height: 15px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	cursor:pointer;
}

.vscrollerbase {
	background: #D7EBDF url(images/imageslider1.png) 0px 0px repeat-y;
	cursor:pointer;
}

.vscrollerbasebeg {
	background: url(images/imageslider1.png) -30px -30px no-repeat;
	width: 15px;
	height: 15px !important;
	cursor:pointer;
}

.vscrollerbaseend {
	background: url(images/imageslider1.png) -60px -30px no-repeat;
	height: 15px;
	width: 15px;
	cursor:pointer;
}

.hscrollerbase {
	background: #D7EBDF url(images/imageslider2.png) 0px -15px repeat-x;
	cursor:pointer;
}

.hscrollerbasebeg {
	background: url(images/imageslider1.png) -60px 0px no-repeat;
	height: 15px;
	width: 15px !important;
	cursor:pointer;
}

.hscrollerbaseend {
	height: 15px;
	width: 15px;
	background: url(images/imageslider1.png) -30px 0px no-repeat;
	cursor:pointer;
}

.scrollerjogbox:hover {
	background: #5E828C url(images/imageslider1.png) -45px -15px;
	cursor:pointer;
}

