#slider_container 
{
    height: 76px;   
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    background-color: transparent;
    background-image:url("../images/dbslide_intern_bg.gif");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-x-position: center;
    background-y-position: center;
}


/*#slider_clip_left 
{
    background: white;
}


#slider_clip_right 
{
    background: white;
}*/

#slider_clip_right,
#slider_clip_left 
{
	background-color: transparent;	
    background-image:url("../images/dbslide_intern_bg2.gif");
	background-repeat: repeat-x;	
	background-attachment: scroll;
	background-x-position: center;
	background-y-position: center;
}


#slider_handle_min 
{
    height: 100%;
}


#slider_handle_max
{
    background-color: transparent;
    background-image: url(/images/slider_handle.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
}


#slider_hack_left
{
    background-image:url(../images/slider_moins.gif);
    background-repeat: no-repeat;
    background-position: top right;
    width: 45px;
    height: 76px;
    left: -33px;
    top: 4px;
    cursor: e-resize;
    
}

#slider_hack_left:hover
{
	background-image:url(../images/slider_moins_hover.gif);
    background-repeat: no-repeat;
    background-position: top right;
}



#slider_hack_right,
#slider_hack_left
{
		color: #F1AF42;
		font-weight: bold;
}


#slider_hack_right
{
    background-image:url(../images/slider_plus.gif);
    background-repeat: no-repeat;
    width: 45px;
    height: 76px;
    left: 0px;
    top: 4px;
    cursor: w-resize;
    
}
#slider_hack_right:hover
{
	background-image:url(../images/slider_plus_hover.gif);
    background-repeat: no-repeat;
}

