.c-container	{
	float: left;
	display: inline;
	position: relative;
	width: 570px;
	background-image: url(/images/givesback/bg-scroller.gif);
	background-repeat: no-repeat;
	/*  overflow: hidden;  */
	}
div.scrollable {
	position: relative;
	overflow:hidden;
	width: 570px;
	margin: 0; 
	height: 200px;
	}
/* prev, next, prevPage and nextPage buttons */
.c-container a.next, .c-container a.nextPage {
	position: absolute;
	bottom: 14px;
	right: 0;
	z-index: 100;
	width:26px;
	height:17px;
	margin-right: 2px;
	background:url(/images/givesback/forward.gif) no-repeat;
	cursor:pointer;
	}
.c-container a.prev,.c-container a.prevPage {
	position: absolute;
	bottom: 14px;
	right: 26px;
	z-index: 100;
	/* display:block; */
	width:26px;
	height:17px;
	margin-left:2px;
	background:url(/images/givesback/backward.gif) no-repeat;
	cursor:pointer;
	}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
	}
/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	position: absolute;
	bottom: 22px;
	left: 230px;	
	width:200px;
	height:6px;
	clear: both;
	overflow:hidden;
	padding: 5px 0 5px 0;
	}
/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background-image:url(/images/givesback/navigator.png);
	background-repeat: no-repeat;
	background-position: 0 0;     
	cursor:pointer;	
	}
/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
	}
/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
	} 
/* root element for the whole scrollable setup */
img	{
	border: 0;
	}
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	}
/* single item */
#thumbs div {
	float:left;
	display: inline;
	width: 570px;
	margin: 0;
	color:#333;
	padding: 0;
	}
#thumbs div.imageonly img.thumb-featured {
	float: left; 
	margin: 8px 0 0 0;
	width: 570px!important;
	height: 155px;
	}


/*  .hideme	{
	visibility: hidden;
	}
.hideme-bg	{
	background-image: none;
	}  */