.scrollBar .bar{
	width:20px;
	height:20px;	
	display:none;
}

.scrollBar .button{
	width:20px;
	height:20px;
	/*background-color:#FFB119;*/
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background-image:url('../images/templates/barra_rolagem/arrow-up.gif');
}

.scrollBar .button.bottomButton{
	background-image:url('../images/templates/barra_rolagem/arrow-down.gif');
}

.scrollBar .button.leftButton{
	background-image:url('../images/templates/barra_rolagem/arrow-left.gif');
}

.scrollBar .button.rightButton{
	background-image:url('../images/templates/barra_rolagem/arrow-right.gif');
}

.scrollBar .button.active{
	background-position:bottom center ;
}

.scrollBar .scrollable{
	cursor:pointer;
	background-image:url('../images/templates/barra_rolagem/stripe.jpg');
	background-repeat:no-repeat;		
	background-position:8px 2px;
}

#blocoDireitaCinema .scrollBar .scrollable{
	cursor:pointer;
	background-image:url('../images/templates/barra_rolagem/stripe_cinema.jpg');
	background-repeat:no-repeat;		
	background-position:8px 2px;
}

.scrollBar .knob{
	
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;	
}

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}

.scrollBar .knobHorizontalTip{
	width:12px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobHorizontalTip{
	background-position:right center;
}

.scrollBar .leftTip{
	left:0;
	background-image:url('../images/templates/barra_rolagem/knob-left.gif');
}

.scrollBar .rightTip{
	right:0;
	background-image:url('../images/templates/barra_rolagem/knob-right.gif');
}

.scrollBar  .knobHorizontalFill{
	/*background-color:#FFB119;*/
	background-position:top center;
	background-repeat:repeat-x;
	background-image:url('../images/templates/barra_rolagem/horizontal-knob.gif');
	margin:0 12px;
}

.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
}

/*.scrollBar .knobVerticalTip{
	height:12px;
	background-position:top center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobVerticalTip{
	background-position:bottom center;
}*/

.scrollBar .knobVerticalFill{
	background-position:2px center;
	background-repeat:no-repeat;
	background-image:url('../images/templates/barra_rolagem/vertical_knob.png');
	position:absolute;	
	top:7px;	
}

.scrollBar .active .knobVerticalFill{
	/*background-position:right center;*/
}

.scrollBar .topTip{
	background-image:url('../images/templates/barra_rolagem/knob-top.gif');
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
	background-image:url('../images/templates/barra_rolagem/knob-bottom.gif');
}

.scrollBar .knob.active{
	border:none;
}

.scrollBar .corner{
	background:#FFB119 url('../images/templates/barra_rolagem/corner.gif') center center no-repeat;
}
.scrollBar{border:1px solid red;z-index:2;}
