
.vpos-button{
    padding:3px;
    margin:0px;
    font: 11px tahoma,arial,helvetica,sans-serif;
    visibility:visible;
	width:120px;
	text-align:center;
	height: 15px;
    background: white;
    margin:5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    cursor:pointer;
    white-space:nowrap;
    border-radius:3px;
    background:url(../images/controls/button/btn-sprite.gif) repeat-x center -42px;
 	/*
    url(../images/controls/button/btn-sprite.gif) no-repeat right -21px,
    url(../images/controls/button/btn-sprite.gif) no-repeat left 0px,
    url(../images/controls/button/btn-sprite.gif) repeat-x center -42px ;
	*/
}

.vpos-button-up {
    
    background:url(../images/controls/button/btn-sprite.gif) repeat-x center -42px;
    /*
    url(../images/controls/button/btn-sprite.gif) no-repeat right -21px,
    url(../images/controls/button/btn-sprite.gif) no-repeat left 0px,
    url(../images/controls/button/btn-sprite.gif) repeat-x center -42px ;
    */
}

.vpos-button-down {
    
	background:url(../images/controls/button/btn-sprite.gif) repeat-x center -126px;
	/*
    url(../images/controls/button/btn-sprite.gif) no-repeat right -84px,
    url(../images/controls/button/btn-sprite.gif) no-repeat left -63px,
    url(../images/controls/button/btn-sprite.gif) repeat-x center -126px ;
    */
}

.vpos-button-up-hovering {
	
	background:url(../images/controls/button/btn-sprite.gif) repeat-x center -105px;
	/*
    url(../images/controls/button/btn-sprite.gif) no-repeat right -84px,
    url(../images/controls/button/btn-sprite.gif) no-repeat left -64px,
    url(../images/controls/button/btn-sprite.gif) repeat-x center -105px ;
    */
}

.vpos-button-down-hovering {
    
	background:url(../images/controls/button/btn-sprite.gif) repeat-x center -126px;
	/*
    url(../images/controls/button/btn-sprite.gif) no-repeat right -21px,
    url(../images/controls/button/btn-sprite.gif) no-repeat left 0px,
    url(../images/controls/button/btn-sprite.gif) repeat-x center -126px ;
    */
}

.vpos-button-up-disabled {
	/*background:green;
	color:gray!important;
	cursor:default!important;
	*/
}

.vpos-button-down-disabled {

    background:green;
    
	/*
	color:gray!important;
	cursor:default!important;
	*/
	
}


