.c-container	{
	float: left;
	position: relative;
	width: 410px;
	background-image: url(/images/shell/module-top-disabled-bg.jpg);
	background-repeat: no-repeat;
	}
/* this makes it possible to add next button beside scrollable */
div.scrollable {
/*  	float:left;	  */
	position: relative;
	/* z-index: 1; */
	background-image: url(/images/shell/module-btm-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow:hidden;
	width: 410px;	 
	height: 134px;
}
/* prev, next, prevPage and nextPage buttons */
.c-container a.next, .c-container a.nextPage {
	position: absolute;
	top: 9px;
	right: 8px;
	z-index: 100;
	/* display:block; */
	width:26px;
	height:17px;
	margin-right: 2px;
	background:url(/images/shell/forward.gif) no-repeat;
	cursor:pointer;
}
.c-container a.prev,.c-container a.prevPage {
	position: absolute;
	top: 9px;
	right: 36px;
	z-index: 100;
	/* display:block; */
	width:26px;
	height:17px;
	margin-left:2px;
	background:url(/images/shell/backward.gif) no-repeat;
	cursor:pointer;
}
/* mouseover state */
/* div.scrollable 
{background-position:0px -26px;		
}
 */
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
/* a.next, a.nextPage {
	background-image:url(forward.gif);
} */

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin: 0 0 0 200px;
	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;
	}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	/* margin-top: 55px; */	
	z-index: 200;
}

/* single item */
#thumbs div {
	float:left;
	width:390px;
	height:127px;
	color:#333;
	padding: 5px 10px 0 10px; 
	/*  cursor:pointer;  */
/* 	background-image: url(module-bg.jpg);
	background-repeat: no-repeat; */
}
#thumbs img.thumb-featured {
	float: left; 
	margin: 0 10px 0 0;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
	}
#thumbs div span	{
	float: left;
	position: relative;
	top: 10px;
	width: 255px;
	/* z-index: 1000; */
	}
#thumbs div h3, #thumbs div p {
	margin: 0 10px;		
	font-size:12px;
	/* width: 300px; */
}
#thumbs div h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	}
#thumbs div p {
	margin: 0;
	font-size: 11px;
	}
/*  #thumbs div a.cta	{
	text-decoration: none;
	display: block;
	}
	
#thumbs div a.cta:link, #thumbs div a.cta:visited	{
	color: #b01a24!important;
	float: right;
	margin-top: 5px;
	line-height: 20px;
	padding: 0 15px 0 0;
	background-image: url(/images/shell/arrow-search.gif); 
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	}
#thumbs div a.cta:hover	{
	text-decoration: underline;
	}  */
	
	.hideme               {
                visibility: hidden;
                }
.hideme-bg        {
                background-image: none;
                }

	
	
	
	
	
	
	
