

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#lower .feedburnerFeedBlock {
	/* required settings */
	position: relative;
	overflow: hidden;
	left: 0px;
	top: 20px;
	width: 820px;
	height:320px;
	

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#lower .feedburnerFeedBlock ul {
	/* this cannot be too large */
	position: absolute;
	width:2600px;
	height:281px;
	top: 20px;
	clear:both;
}

/* single scrollable item */
#lower .feedburnerFeedBlock ul li{
	position: relative;
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:0px;
	cursor:pointer;
	width:190px;
	height:261px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#lower .feedburnerFeedBlock ul li img{
float: left;
position: relative;
width:190px;
height:251px;

-moz-border-radius:5px;
-webkit-border-radius:5px;
	
}


#lower #creditfooter{
	float: right;
	height: 1px !important;
	visibility: hidden;
	display: none;

}

#lower .feedburnerFeedBlock .headline{
	float: right;
	height: 1px !important;
	visibility: hidden;
	display: none;
}

#lower .feedburnerFeedBlock .headline a:link{
	color: #b43b57;
} 

#lower .feedburnerFeedBlock .headline a:visit{
	color: #b43b57;
}

#lower .feedburnerFeedBlock .headline a:hover{
	color: #333;
}
