/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
padding: 0px;
	width: 850px;
	height: 263px;
margin-left: 10px;
	/* custom decorations */
	border:0px solid #000000;
	background-color: #082A39;
}

/*
	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.
*/
.scrollable .items {
	/* this cannot be too large */
	width:40000em;
	position:absolute;
	position:relativecenter;
	clear:both;
}
.scrollable .items .thing{    
float: left;
	margin: 10px 12px 10px 12px;
	width: 850px;
	
}
.scrollable .thing p{
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
    font-size: 11px;
    color: #87C0C0;

}
.scrollable .thing strong{
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	
}
/* single scrollable item */
.scrollable img {
	
float: left;
	margin: 0px 0px 0px 0px;
	padding:1px;
	border:0px solid #000000;
	cursor:pointer;
	width:820px;
	height:241px;
	
//	-moz-border-radius:4px;
//	-webkit-border-radius:4px
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.scrollable-title{
background:url(http://graceforus.org/scrollable/Scrollable_Title_Background.png) repeat-x;
margin-left: 530px;
padding: 6px;
margin-top: 20px;
position: absolute;
width: 250px;
height: 100px;
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eee;
	
}
.scrollable-description{
background:url(http://graceforus.org/scrollable/Scrollable_Title_Background.png) repeat-x;
margin-left: 530px;
margin-top: 150px;
position: absolute;
width: 250px;
height: 100px;

padding: 6px;
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #87C0C0;
}
.FrontPage-Special-Title{
background:url(http://graceforus.org/scrollable/Scrollable_Title_Background.png) repeat-x;
margin-left: 20px;
padding: 6px;
margin-top: 20px;
position: absolute;
width: 250px;
height: 100px;
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eee;	
}
.FrontPage-Special-description{
background:url(http://graceforus.org/scrollable/Scrollable_Title_Background.png) repeat-x;
margin-left: 20px;
padding: 6px;
margin-top: 150px;
position: absolute;
width: 250px;
height: 100px;
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #eee;	
}
.clickforinfo{
/*background:url(http://graceforus.org/scrollable/Scrollable_Title_Background.png) repeat-x;*/
margin-left: 10px;
padding: 6px;
margin-top: 200px;
position: absolute;
width: 250px;
height: 40px;
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #eee;	
}
.visitors-text{
	position: absolute;
	margin-top: 50px;
	margin-left: 22px;
	width:  350px;
	height: 30px;
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
        z-index: 2;
}
.visitors-text.table{
	
}
/* overlay theme */
div.overlay {
	background:url(/images/light_blue.png) no-repeat;
	padding:40px;	
	width:576px;  
	display:none;
}

div.overlay div.close {
	background:url(/images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player { 		
	display:block;
	height:480px;	

}