﻿div.dragger
{
    border:1px dashed #888;
    position:relative;
    z-index:50;
    padding:0px;
    background-color: #ccc;    
    background-size: 100%;
    
    /* Text Properties */
    text-align: center;        
}

div.area 
{
    background: #ccc;
    height: 16px;
    width: 300px;
    background: url('../../assets/images/misc/slider_bg.gif');     
}
 
div.knob
{
    height: 16px;
    width: 22px;
    background: url('../../assets/images/misc/handle.gif');
    margin-top: 1px;    
}

#reverseDraggables 
{
    position: relative;
}

#faceDraggables 
{
    position: relative;
}

.drag
{
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    cursor: move;
    position: absolute;
    border:1px dashed #888;
    background-color: #ccc;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
    /* for Mozilla */
    -moz-opacity:0.8;    	    
}

.draglabel
{
    margin: 0;
    padding: 0;	
    cursor: move;
    position: absolute;
    border:1px dashed #888;
    background-color: #fff;     	    
}

