#bg-switcher{
	background: #000;
	width: 155px;
	padding: 20px 10px 20px 15px;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 9999;
	-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.5);
  	-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.5);
  	box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#bg-switcher h4{
	margin: 0 0 10px 0;
	padding: 0 0 10px;
	color: #fff;
	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid #333;
}

#bg-switcher a#bg-switcher-toggle{
	display: block;
	position: absolute;
	height: 40px;
	width: 30px;
	top: 20px;
	right: -30px;
	background: #000 url(images/toggle.png) center center no-repeat;
	-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.5);
  	-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.5);
  	box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#bg-switcher #bg-options{
}
#bg-switcher #bg-options a{
	display: block;
	float: left;
	height: 39px;
	width: 39px;
	background-repeat: repeat;
	background-color: #fff;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 2px solid #000;
}

@media only screen and (max-width: 959px) {
	#bg-switcher{ display: none; } /* hide on responsive layouts */
}


/*scroll bar*/
#bg-switcher .scrollbar .content{
	position: absolute;
}
#bg-switcher .scrollbar {
	overflow:hidden;
	position: absolute;
}
#bg-switcher .scrollbar.grab{
	cursor: url(../cursors/openhand.cur) , move !important;
	cursor: -moz-grab;
	cursor: move;
}
#bg-switcher .scrollbar.grabbing{
	cursor: url(../cursors/closedhand.cur) , move !important;
	cursor: -moz-grabbing;
	cursor: move;
}
#bg-switcher div.scrollbar_dragger {
	position: relative;
}
#bg-switcher div.scrollbar_dragger.vertical {
	float:right;
}
#bg-switcher div.scrollbar_dragger *{
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
}
#bg-switcher div.scrollbar_dragger .back{
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	
	cursor:pointer;
	position:absolute;
	
	background-color:#E6E6E6;
}
#bg-switcher div.scrollbar_dragger .back.over{
	background-color:#CCCCCC;
}
#bg-switcher div.scrollbar_dragger .dragger{
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	
	cursor:pointer;
	
	position:absolute;

	height:100px;
	
}
#bg-switcher div.scroll_button{
	height:30px;
	width:30px;
	
	position: relative;
	margin:5px 0px;
	margin-right:3px;
	float:right;
	
	cursor:pointer;
}
#bg-switcher div.scroll_button span.hover{
	height:30px;
	width:30px;
	position: absolute;
	cursor:pointer;
}