
.jqueryslider .arrowonleft, .jqueryslider  .arrowonright{
	display: inline-block;
	border: none;
	padding-bottom: 10px;
	margin: 0px;
	width: 6px;
	height: 12px;
	position: absolute; 	
}

	.jqueryslider .arrowonleft input, .jqueryslider  .arrowonright input{
		display: inline-block;
		border: none;
		border-width: 0px;
		margin: 0px;
		position: absolute;
	}

.jqueryslider .rangehightext,.jqueryslider .rangelowtext {margin-top:-3px;}

/* this is for the button implementation in chrome */
.jqueryslider  .arrowonleft button, .jqueryslider  .arrowonright button{
	border: none;
	border-width: 0px;
	margin: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
}

.jqueryslider  .bars{
	overflow: visible;
	margin-right: 6px;
	margin-left: 6px;
}

.jqueryslider img{
	margin: 0px;
	display: inline;
}

.jqueryslider  .bars:hover, .jqueryslider  input:hover, .jqueryslider  button:hover, .jqueryslider  .button:hover{
	cursor: pointer;
}

.jqueryslider  .slider{
	position: relative;
	margin-top: 1px;
	overflow: visible;
}

.jqueryslider  .slider span{
	margin-top: 4px;
	position: absolute;
}

.jqueryslider{
	font-size: 10px;
	overflow: visible;
}

.jquerysliderclosebutton, .jquerysliderupdatebutton{
	display: inline-block;
	text-align: center;		
	color: #949694;
	text-decoration: none;	
	cursor: pointer;
}
	.jquerysliderclosebutton{
		margin-left:10px;
		margin-top:5px;
	}

.jquerysliderupdatebutton {
	width: 44px;
	height: 19px;
	background-image: url('/images/fromprojects/slider/sliderupdatebutton.gif');
	vertical-align: middle;
	margin-bottom:4px;
}