/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 900px;	 
	height:45px;
}

/* 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:100px;
}

/* single item */
#thumbs div {
	float:left;
	width:60px;
	height:45px;
	cursor:pointer;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	font-size:11px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
