.c-large-container	{
	float: left;
	width: 670px;
	background-image: url(/images/shell/bg-240-scroll-top-blank.jpg);
	background-repeat: no-repeat;
	}
/*  the style below shows the disabled arrows if more than one item is shown  */
.c-large-container.morethanone	{
	float: left;
	width: 670px;
	background-image: url(/images/shell/bg-240-scroll-top.jpg);
	background-repeat: no-repeat;
	}	
div.scrollable {
	float:left;	
	position: relative;
	background-image: url(/images/shell/bg-240-scroll-btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow:hidden;
	width: 670px;	 
	height:265px;
	}
.c-slider a.next {
	float: right;
	display: inline;
	z-index: 100;
	width:26px;
	height:17px;
	margin: -12px 10px 0 0;
	background:url(/images/shell/forward.gif) no-repeat;
	cursor:pointer;
	}
.c-slider a.prev {
	float: right;
	display: inline;
	z-index: 100;
	width:26px;
	height:17px;
	margin: -12px 0 0 0;
	background:url(/images/shell/backward.gif) no-repeat;
	cursor:pointer;
	}
a.disabled {
	visibility:hidden !important;		
	}
div.navi {
	margin: 5px 0 0 325px;
	width:200px;
	height:6px;
	clear: both;
	overflow:hidden;
	}
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;	
	}
div.navi a:hover {
	background-position:0 -8px;      
}
div.navi a.active {
	background-position:0 -16px;     
	} 
img.thumb-flex	{
	float: left;
	border: 0;
	margin: 5px 15px;
	/*  border: 1px solid #727272;  */
	}
img.thumb-240	{
	float: left;
	width: 240px;
	height:240px;
	border: 0;
	margin: 5px 15px;
	/*  border: 1px solid #727272;  */
	}
#thumbs240 {	
	position:absolute;
	width:20000em;	
	clear:both;
	}
a.prev, a.next {
	z-index: 200;
	}
#thumbs240 div {
	float:left;
	width:670px;
	height:250px;
	color:#333;
	margin-right: 1px; 
	cursor:pointer;
	}
#thumbs240 div span	{
	float: left;
	position: relative;
	top: 10px;
	width: 380px;
	}
#thumbs240 div h3, #thumbs240 div p {
	margin: 0 10px;		
	font-family: arial;
	font-size:12px;
	color:#666;	
	}
#thumbs240 div h3 {
	font-family: arial;
	margin: 0 0 5px 0;
	font-size: 14px;
	}
#thumbs240 div p {
	font-family: arial;
	color: #666;
	margin: 0 0 10px 0;
	font-size: 12px;
	}
	
.hideme {visibility: hidden;}
.hideme-bg {background-image: none;}
