@charset "utf-8";
/* CSS Document */

/* start jquery scrollable */
#tiles {
border:#000 solid 1px;
border:#000 solid 0px;
border-bottom:none;
background-color:#f5f5dc;
height:255px;
height:150px;
margin:0;
overflow:hidden;
padding:0px 5px 6px 0px;
width:672px;
width:500;
}
#tiles h2 { padding:15px 0 5px 0; width:272px; margin: 0px; }
#tiles p { background:#f5f5dc; z-index:1; line-height: 14px;font-size:10px; }
#tiles img{ width:390px; height: 262px;margin:-59px -5px 0px 0px;}
#tiles img{ width:93px; height: 140px;margin:-5px -5px 0px 0px;}
#tiles img{ width:93px; height: 140px;margin:0px 0px 0px 0px;}
/*#tile12 img{top:-81px;}*/
#tiles-bg {
	background-color: #f5f5dc;	
}
#tile-single {
	padding-left: 10px;
        	
}

#tileimages {
	margin: 0px;
	background-color: #f5f5dc;
	border:#000 solid 1px;
	border:#000 solid 0px;
	border-top:none;
	width:677px;
	width:377;
	width:480;
} 
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width:660px;	
	width:480px;	
	height:98px;	
	/* custom decorations */
	margin: 0px;
	padding-left:10px;	
	padding-left:5px;	

	background-color:#f5f5dc;				
}

div.scrollable img {
	height:87px;
	width:auto;
	margin:4px 8px 8px 8px;
	border:#000 solid 1px;
	border:#000 solid 0px;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	/* decoration */
	margin-left:5px;
	margin-right:5px;
	
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	padding:0px;
	background-color: #f5f5dc;
	margin-right: 10px;		
}

/* active item */
div.scrollable div.items div.active {
	background-color:#982e07;
}

div.scrollable div.items div.active a, div.scrollable div.items div.active a:active {
	outline: none;
}

/* end jquery scrollable */


