/*
Theme Name: Artiste
Version: 1.0
Author: seven media
Author URI: http://www.seven-media-gallery.com/artiste.index.html

This theme was designed and built by seven media,
http://themeforest.net/user/sevenmedia
in Themeforest
*/

/* Scrollbar */

#scrollbar1 {
	width: 660px;
	margin: 20px 0px 10px 40px;
	
}
#scrollbar1 .viewport {
	width: 625px;
	height: 322px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 625px;
}
#scrollbar1 .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 15px;
}
#scrollbar1 .track {
	height: 100%;
	width:13px;
	position: relative;
}
#scrollbar1 .thumb {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 100%;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -16px;
}
#scrollbar1 .disable {
	display: none;
}
