﻿.votesContainer {
	width: 400px;
	height: 22px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.votesContainer .minusicon
{
	float:left;
	overflow:hidden;
	width:12px;
	height:12px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position: center center;
	background-image: url('SliderSkin/menos.png');	
	margin-top: 16px;
}
.votesContainer .plussicon
{
	float:right;
	overflow:hidden;
	width:12px;
	height:12px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url('SliderSkin/mas.png');
	margin-top: 16px;
	
}
.votesContainer .sliderBar
{
	width:191px;
	height:6px;
	position:relative;
	background-color:Transparent;
	background-color:Gray;
	background-repeat: repeat-x;
	background-position:left top;	
	background-image: url('SliderSkin/Fondobarra.png');	
}

.votesContainer .sliderLegend
{
	background-color: #3c3c3c;
	width: 50px;
	height: auto;
	color: #66cc00;
	font-size:20px;
	font-weight:bold;
	line-height: 24px;
	text-align: center;
	left:112px;
}

.votesContainer .sliderBar .handle
{
	width:19px;
	height:19px;
	position:absolute;
	top:-7px;
	background-color:Transparent;
	background-repeat: no-repeat;
	background-position:left top;	
	background-image: url('SliderSkin/cosito2.png');
	cursor:pointer;	
}
