.c-container	{
	float: left;
	display: inline;
	position: relative;
	width: 588px;
	background-image: url(../images/shell/bg-scroller.gif);
	background-repeat: no-repeat;
	}
div.scrollable {
	position: relative;
	overflow:hidden;
	width: 584px;
	margin: 0 2px;	 
	height: 225px;
	}
/* prev, next, prevPage and nextPage buttons */
.c-container a.next, .c-container a.nextPage {
	position: absolute;
	bottom: 16px;
	right: 8px;
	z-index: 100;
	width:24px;
	height:21px;
	margin-right: 2px;
	background:url(../images/shell/forward.gif) no-repeat;
	cursor:pointer;
	}
.c-container a.prev,.c-container a.prevPage {
	position: absolute;
	bottom: 16px;
	right: 33px;
	z-index: 100;
	/* display:block; */
	width:24px;
	height:21px;
	margin-left:2px;
	background:url(../images/shell/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: 260px;
	/*  margin: 0 0 0 280px;  */
	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/shell/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:569px;
	margin: 0 2px;
	color:#333;
	padding: 5px 10px 0 10px; 
	}
#thumbs div img.thumb-featured {
	float: left; 
	margin: 8px 10px 0 0;
	width: 250px;
	height: 160px;
	}
#thumbs div.imageonly .whereitsits {
	float: left; 
	margin: 8px 0 0 0;
	width: 560px!important;
	height: 160px;
	}
#thumbs div.imageonly .whereitsits a {
	margin: 130px 30px 0 20px;
	}
#thumbs div.textonly span	{
	float: left;
	width: 560px;
	height: 160px;
	padding-right: 9px;
	}	
#thumbs div.reverse img.thumb-featured {
	float: right; 
	margin: 8px 5px 0 10px;
	width: 250px;
	height: 160px;
	}
#thumbs div span	{
	float: left;
	position: relative;
	top: 10px;
	width: 295px;
	height: 150px;
	/* z-index: 1000; */
	}
#thumbs div span h2	{
	margin-bottom:3px;
	}
#thumbs div.reverse span	{
	float: left;
	position: relative;
	top: 10px;
	width: 295px;
	height: 150px;
	/* z-index: 1000; */
	}
/*  .hideme	{
	visibility: hidden;
	}
.hideme-bg	{
	background-image: none;
	}  */

	
	
	
	
	
	
	