﻿/* 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%;
	z-index:0;
	
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100px;
	z-index:0;
}

#StoreScrollheader {
	font-family: "Carta Marina", Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	z-index:6;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 22px;
	display: block;
}
	
#StoreScrollpromo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffe49d;
	position: absolute;
	z-index:6;
	list-style-type: none;
	margin-top: 106px;	
	margin-left: 30px;
	display: block;
}
	
#StoreScrollsubCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	position: absolute;
	z-index:6;
	list-style-type: none;
	margin-top: 145px;
	margin-left: 22px;
	text-align: center;
	display: block;
	line-height: 18px;
}
	
#StoreScrollLeftFader {
	width: 270px;
	height: 205px;
	position: absolute;
	background-image: url(../images/store/store_banner_LeftFader.png);
	background-position: left;
	z-index:5;
}
	
#StoreScrollRightFader {
	width: 71px;
	height: 205px;
	position: absolute;
	background-image: url(../images/store/store_banner_RightFader.png);
	background-position: right center;
	z-index:5;
	margin-left: 785px;
}
	
#StoreScrollBackground {
	width: 856px;
	height: 205px;
	position: absolute;
	background-image: url(../images/store/STORE_Banner.jpg);
	background-position: left;
	z-index: 0;
}
	
#ImageScroll {
	width: 855px;
	height: 205px;
	position: absolute;
}
  
#ImageScroll div.scrollableArea a img{
	float: left;
	display: block;
	padding-top: 25px;
	margin-left: 30px;
	
}