/********************************************************
/*  ARTWEB SCROLLBAR
/********************************************************/
.artWebGalleryLeftSide
{
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 1001;
	background-image: url('../images/gallery/blank.gif');
}
.artWebGalleryRightSide
{
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 1001;
	background-image: url('../images/gallery/blank.gif');
}
.artWebGalleryPrevious
{
	position: absolute;
	left: -35px;
	width: 80px;
	height: 80px;
	background-image: url('../images/gallery/gallery_previous.png');
	z-index: 1002;
	visibility: hidden;
}
.artWebGalleryNext
{
	position: absolute;
	right: -35px;
	width: 80px;
	height: 80px;
	background-image: url('../images/gallery/gallery_next.png');
	z-index: 1002;
	visibility: hidden;
}
.artWebGalleryClose
{
	cursor: pointer;
	position: absolute;
	width: 45px;
	height: 45px;
	background-image: url('../images/gallery/gallery_close.png');
	z-index: 1002;
	display: none;
}