
#opacityController{
    position : absolute;
    top : 0px;
    left : 0px;
    width : 180px;
    height : 40px;    
    background : rgb(200,213,253);
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    opacity : 0.8;
    filter : alpha(opacity=80);
    z-index : 4;
}

#opacityController_tableText{
	margin : auto;
	width : 165px;
	height : 20px;
}

#opacityController_tableText .td1{
	text-align : left;
	font-size : 11px;
	color : rgb(100,100,100);
}

#opacityController_tableText .td2{
	text-align : right;
	font-size : 11px;
	color : rgb(100,100,100);
}

#opacityController_table{
	margin : auto;
	width : 143px;
	height : 11px;
}

.opacityController_imgPLUSMINUS{
	border : 1px solid rgb(192,192,192);
}

#opControl_support{
	position : relative;
	margin : auto;
	width : 130px;
	height : 9px;
	background : url(images/support.gif);
	border : 1px solid rgb(172,172,172);
}

#opControl_dragger{
	margin:0px;
	padding:0px;
	width : 8px;
	height : 19px;
	font-size : 1px;
	background : url(images/slider.gif);
	border : 1px solid rgb(172,172,172);
	cursor : pointer;
}