/*
  
  RollBar - jQuery ScrollBar Plugin
  -----------------------------------------------
  
  @author   flGravity
  @created  4.4.12
  @version  1.0
  @site     http://codecanyon.net/user/flGravity
  
*/

/* rollbar paths style */

.rollbar-path-vertical, .rollbar-path-horizontal {
	position: absolute;
	background-color: none;	 
	z-index: 100;
}

#content-slider-2 .rollbar-path-vertical, #content-slider-2 .rollbar-path-horizontal {
	background-color: none;
	background-image: url(../../../skins/kolektiv/images/scrollbar.png);
	background-position: top center;
	background-repeat: no-repeat; 
	left: 290px;
}

#bigphotos .rollbar-path-vertical, #bigphotos .rollbar-path-horizontal {
	position: absolute;
	background-color: #000000;	 
	z-index: 100;
	width: 2px;
	right: 25px;
}

.rollbar-path-horizontal {
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
}

.rollbar-path-vertical {
	right: 5px; 
	top: 0; 
	height: 100%; 
	width: 10px;
}


/* rollbar handle style */
 
.rollbar-handle{
	position: relative;
	top: 0;
	left: 0;
	background-color: #none; 
}

#content-slider-2 .rollbar-handle{
	background-color: #8F7D6E;
	width: 16px;
	height: 16px;
	cursor: move;
	left: -3px;
} 

.rollbar-path-horizontal .rollbar-handle {
	width: 20%;
	height: 100%;
	left: -3px;
}

#bigphotos .rollbar-handle{
	background-color: #8F7D6E;
	width: 16px;
	height: 16px;
	cursor: move;
	left: -7px;
}  



