@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          tflexcrollstyles.css
 Summary :            module styles
 Created :            2010-05-31
 Last Update :        2010-05-31
===================================================================*/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 17px;
	background: transparent url(../../images/parts/img_scrollbase.gif) left top repeat-y;
}

.vscrollerbar {
	padding: 15px;
	z-index: 2;
}

.vscrollerbarbeg {
	background: transparent url(../../images/parts/img_scrollbar.gif) repeat-y;
	width: 17px;
	height: 100% !important;
}

.vscrollerbasebeg {
	background: transparent url(../../images/parts/img_scrolltop.gif) left top no-repeat;
	height: 15px;
	width: 17px !important;
}

.vscrollerbaseend {
	height: 15px;
	width: 17px;
	background: transparent url(../../images/parts/img_scrollbottom.gif) left bottom no-repeat;
}
