.sliderMainCtrl
{
	/*position:relative;	*/
	/*top:80px;				*/
	/*left:20px;			*/
}
.sliderContainer
{
	margin:1px;
	padding:4px;
	color:#333333;
	font-family:Arial;
	/*background-color:#e8eadc;*/
}
.sliderHorizontalContainer
{
	width:188px;
	height:auto;
	text-align:left;
}
.sliderVerticalContainer
{
	width:39px;
	height:auto;
	text-align:center;
}
.sliderHorizontalLineal
{
	margin:0px;
	padding:0px;
	height:10px;
	width:auto;
	background-image:url(icon-epdb-lineal-large-hor.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.sliderValue
{
	width:38px;
	text-align:right;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	border:solid 1px #868144;
	background-color:#e8eadc;
	clear:right;
	cursor:default;
}
.sliderHorizontalValue
{
	position:relative;
	margin:4px 0px 0px 3px;
}
.sliderVerticalValue
{
	position:relative;
	left:0px;
	margin:0px;
}
.sliderLabel
{
	font-size:11px;
	font-weight:bold;
}
.sliderHorizontalLabel
{
	width:140px;
}
.sliderVerticalLabel
{
	width:11px;
	height:140px;
	float:left;
}
.sliderHorizontalLabelLineal
{
	background-image:url(icon-epdb-lineal-small-hor.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.sliderVerticalLabelLineal
{
	background-image:url(icon-epdb-lineal-large-ver.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.sliderLabelMin
{
	float:left;
	text-align:left;
	cursor:default;
}
.sliderLabelMax
{
	text-align:right;
	cursor:default;
}
.sliderVerticalLabelMin
{
	margin-top:2px;
	margin-right:2px;
	margin-bottom:4px;
	margin-left:11px;
	width:29px;
	max-width:22px;
	text-align:center;
	clear:both;
}
.sliderVerticalLabelMax
{
	margin-top:0px;
	margin-right:2px;
	margin-left:11px;
	margin-bottom:2px;
	width:29px;
	max-width:22px;
	text-align:center;
}
.sliderTrack
{
	border-width:0px;
}
.sliderHorizontalTrack
{
	float:left;
}
.sliderVerticalTrack
{
	float:right;
}
.sliderInput
{
}

