/* CSS Document */
	.ui-rnsslider-wrapper {
	
	}
	
	.ui-rnsslider {
		position: 	absolute;
		z-index:	1;		
		border:     solid 1px #808080;
		padding:    1px 4px;
	}	
	
	.ui-rnsslider-top {
		top: 		0px;
		left:	    0px;
		width:		99%; 	
		border-top: 0px;		
	}	
	
	.ui-rnsslider-bottom {
		bottom: 	0px;
		left:	    0px;
		width:		99%; 	
		border-bottom: 0px;			
	}	
	
	.ui-rnsslider-left {
		top:		0px;
		left: 		0px;		
		height:		99%; 
		border-left: 0px;
	}	
	
	.ui-rnsslider-right {
		top:		0px;
		right: 		0px;		 
		height:		99%;
		border-right: 0px;	
	}	


