
#progZoomer{
    position : absolute;
    top : 0px;
    right : 0px;
    width : 180px;
    height : 40px;
    background : rgb(200,213,253);
    border-left : 1px solid black;
    border-bottom : 1px solid black;
    opacity : 0.8;
    filter : alpha(opacity=80);
    z-index : 4;
}

#progZoomer_tableText{
    margin : auto;
    width : 165px;
    height : 20px;
}

#progZoomer_tableText .td1{
    text-align : center;
	font-size : 11px;
	color : rgb(100,100,100);
}

#progZoomer_table{
    margin : auto;
	width : 143px;
	height : 11px;
}

.progZoomer_imgPLUSMINUS{
	border : 1px solid rgb(172,172,172);
}

.progZoomer_td_support{
	width : 130px;
}

#progZoomer_support {
	border : 1px solid rgb(172,172,172);
	background : url(images/support.gif);
	background-repeat : repeat;
	height : 9px;
	width : 130px;
}


#progZoomer_slider{
	background : url(images/slider.gif);
	border : 1px solid rgb(172,172,172);
	width : 8px;
	height : 19px;
	cursor : pointer;
}

