﻿/* DRAGDEALER DEMOS */

.dragdealer {
	width: auto;
	position: relative;
}
	.dragdealer .handle {
	
	}

/* Scroll bar */

#scroll-bar {
	width: 30px;
	height: 124px;
}
#scroll-bar .handle {
	width: 30px;
	height: 50px;
}
#scroll-mask {
	width: 300px;
	height: 124px;
	overflow: hidden;
	margin: 0px;
	position: relative;
}
#scroll-content {
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	width: 300px;
}
#scroll-content dt{
	padding: 0 0 0 16px;
	background: url("../../img/icon_window.gif") left Top no-repeat;
	color: #FF9900;
}
#scroll-content dl {
	padding: 0px;
	margin: 0px;
}
#scroll-content dd{
	z-index: 100;
}
#scroll-content dd a{
	color: #CCCCCC;
	text-decoration: none;
}
#scroll-content dd a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.dragdealer2 {
	width: auto;
}
#scroll-bar2 {
	width: 30px;
	height: 114px;
}
#scroll-bar2 .handle {
	width: 30px;
	height: 50px;
}
.dragdealer2 .handle {
}
#scroll-mask2 {
	width: 302px;
	height: 114px;
	overflow: hidden;
	margin: 0px;
	background-color: #151514;
}
#scroll-content2 {
	padding: 0px 0px 0px 6px;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	width: 296px;
}
