#scrollContainerR {
    /*position:relative;
    right: 0px;*/
	width: 15px;
	float:right;
	margin-left: 5px;
}
#scrollContainerL {
	width: 15px;
	float:left;
	margin-right: 5px;
}
#scrollContainerL:hover, #scrollContainerR:hover {
	background-image:url(images/scroll_hover.gif);
	background-repeat:no-repeat;
}
#upR {
position: relative; top: 0px; left: 0px; width: 15px; height: 24px; z-index: 1;
}
#downR {
position: relative; top: 303px; left: 0px; width: 15px; height: 24px; z-index: 2;
}
#handleR {
position: relative; top: 0px; left: 0px; width: 15px; height: 15px; z-index: 4; cursor:move;
}
#barR {
position: relative; top: 0px; left: 0px; width: 15px; height: 0px; z-index: 3;
}
#upL {
position: relative; top: 0px; left: 0px; width: 15px; height: 24px; z-index: 1;
}
#downL {
position: relative; top: 303px; left: 0px; width: 15px; height: 24px; z-index: 2;
}
#handleL {
position: relative; top: 0px; left: 0px; width: 15px; height: 15px; z-index: 4; cursor:move;
}
#barL {
position: relative; top: 0px; left: 0px; width: 15px; height: 0px; z-index: 3;
}
#scrollableContent {
text-align:center;
overflow:hidden;
height: 370px;
}
