/* horizontal slider */

.horizslidertrack { 
	position: absolute; 
	bottom: 0px;
	width:100%; 
	height:19px; 
	overflow: hidden; 
	background: white url(/images/widgetScrollerMid.gif) repeat-x; 
}
.slider-left-end {
	position: absolute;
	height:19px; 
	left: 0;
	top: 0;
	width:100%; 
	background: url(/images/widgetScrollerL.gif) no-repeat;
}

.slider-right-end {
	position: absolute;
	height:19px; 
	right: 0;
	top: 0;
	width:100%; 
	background: url(/images/widgetScrollerR.gif) no-repeat right 0;
}

.horizsliderhandle { 
	position: absolute; 
	width: 90px; 
	height: 19px; 
	cursor: pointer; 
	z-index: 155; 
}

.horizsliderhandleimage { 
	position: absolute; 
	width: 90px; 
	height: 19px; 
	background: url(/images/scroller.gif) no-repeat; 
	cursor: pointer; 
	z-index: 5; 
}

/* end horizontal slider */

/* vertical slider */

.vertslidertrack {
	position: absolute; 
	top: 0px;
	right: 0;
	width:19px; 
	height:100%; 
	overflow: hidden; 
	background: white url(/images/VwidgetScrollerMid.gif) repeat-y; 
}


.slider-top-end{
	position: absolute;
	height:100%; 
	left: 0;
	top: 0;
	width:19px; 
	background: url(/images/VwidgetScrollerT.gif) no-repeat;
}

.slider-bottom-end {
	position: absolute;
	height:100%; 
	left: 0;
	bottom: 0;
	width:19px; 
	background: url(/images/VwidgetScrollerB.gif) no-repeat 0 bottom;
}

.vertsliderhandle { 
	position: absolute; 
	width: 19px; 
	height: 90px; 
	cursor: pointer; 
	z-index: 155; 
}

.vertsliderhandleimage { 
	position: absolute; 
	width: 19px; 
	height: 90px; 
	background: url(/images/VwidgetScroller.gif) no-repeat; 
	cursor: pointer; 
	z-index: 5;
}
/* end vertical slider */

.scrollArea {
	width:100%;
	height:100%;
	overflow: hidden;
	position: absolute;
}


.widgetvert .scrollArea {
	width: 94%;
}

.widgethoriz .scrollArea {
	height: 90%;
}