@CHARSET "UTF-8";

.slider_container {
	border: 1px solid #aaa;
	margin: 2px;
	height: 36px;
	width: 535px;
	background-color: white;
	-moz-border-radius: 4px /*{cornerRadius}*/;
	-webkit-border-radius: 4px /*{cornerRadius}*/;
	padding: 6px;
}

.slider_container .ui-slider-left {
	background-image: url(images/rating_on_left.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: 0px 0px;
	width: 27px;
	height: 46px;
	float: left;
}

.slider_container .ui-slider-right {
	background-image: url(images/rating_off_right.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: 0px 0px;
	width: 35px;
	height: 46px;
	float: left;
}

#edit-rating-slider.ui-slider-horizontal {
	background-image: url(images/rating_off_mid.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: 0px 0px;
	width: 371px;
	height: 46px;
	border: none;
	float: left;
}

#edit-rating-slider .ui-slider-handle {
	background: none;
	background-image: url(images/rating_slider.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 26px;
	margin-left: -18px;
	border: none;
	margin-top: 1px;
}

#edit-rating-slider .ui-slider-range-min {
	background-image: url(images/rating_on_mid.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: 0px 0px;
	height: 36px;
}

.slider_container p {
	padding-top: 10px;
	padding-left: 440px;
}