/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 280px;
	height: 290px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 280px;
	height: 290px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 276px;
	height: 300px;
}

.rssRow
{
        height: 49px;
        vertical-align:middle;
	background-image: url("/_images/changingPricesTableBackGradient.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	font-family: Arial;
}

.rssRowImage
{
        vertical-align:middle;
	height:31px;
	width:88px;
}

.rssRowAction
{
        font-size:10px;
        padding-left:10px;
        white-space:nowrap;
	font-family:Arial;
	color: #3f3f3f;
}

.rssRowItem
{
        white-space:nowrap;
        overflow:hidden;
}

.rssRowProduct
{
	font-size:12px;
        padding-left:7px;
        font-weight:bold;
	font-family: Arial;
	color: #8d8988;
}

#scrollerParent
{
	position:absolute;
	top:76px;
	left:12px;
}
#scrollerLoad
{
	position:absolute;
	left:110px;
	top:40px;
	z-index:5;
	display:block;
	width:50px;
	height:50px;
	background-color: white;
	text-align:center;
}

