﻿/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	width:30px;
	height: 100%;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: -38px;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.png);				
	background-repeat: no-repeat;
	background-position: right center;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	width: 30px;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: -38px;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.png);
	background-position: left center;
	background-repeat: no-repeat;
	

}

/* 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.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
	/*background-color:#f1f0f0;*/
}

div.scrollItem
{
	background: url(../images/bottom_cloud.png) no-repeat;
	height: 130px;
	width: 127px;
	text-align: center;
	margin: 6px 30px 0 30px !important;
	padding: 15px 0 0 0px !important;
	float: left;
}

#WrapperHolder
{
	background: url(../images/sliderOverlayer.png) no-repeat;
	width: 650px;
	height: 155px;
	margin-left:-39px;
	margin-top:20px;
}

.WrapperShadowLeft
{
	background: url(../images/wrapperShadowLeft.png) no-repeat;
	width: 6px;
	height: 123px;
	float:left;
	position: absolute;
	z-index: 99;
	margin-top:16px;
}
.WrapperShadowRight
{
	background: url(../images/wrapperShadowRight.png) no-repeat;
	width: 6px;
	height: 123px;
	position: absolute;
	right: 0px;
	z-index: 99;
	margin-top:16px;
}

.WrapperHolderLine
{
	margin-top:-4px;
	position:absolute;
	width: 650px;
}