﻿/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

div.scrollingHotSpotLeft {
	background: url(images/scroll-lft-btn.png) 50% 50% no-repeat;
	position: absolute;
	left: 0;
	width: 12px;
	height: 13px;
	padding: 5px;
	z-index: 200;
	display: block!important;
}
div.scrollingHotSpotLeftVisible {
}

div.scrollingHotSpotRight {
	background: url(images/scroll-rit-btn.png) 50% 50% no-repeat;
	position: absolute;
	right: 0;
	width: 12px;
	height: 13px;
	padding: 5px;
	z-index: 200;
	display: block!important;
}


/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.view-content {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.views-view-grid {
	position: relative;
	width: auto;
	height: 100%;
}
