div.scrollable {
        position:relative;
        overflow:hidden;
        width: 306px;
        height: 190px;
}
#thumbs {
        position:absolute;
        width:20000em;
        clear:both;
        border:0px;
}
#thumbs div {
        float:left;
        width:306px;
        height:190px;
        color:#fff;
        cursor:pointer;
}
#thumbs div.hover {
        background-color:#444;
}
#thumbs div.active {
        background-color:#066;
        cursor:default;
}
#thumbs h3, #thumbs p, #thumbs span {
        margin:13px;
        font-family:"bitstream vera sans";
        font-size:13px;
        color:#fff;
}
#thumbs h3 em {
        font-style:normal;
        color:yellow;
}
div.scrollable2 {  
	position:relative;
	overflow:hidden;	
	height: 461px;	 
	width: 100%;	
}
div.scrollable2 div.items {	
	position:absolute;
	height:20000em;	
	margin-top: 27px;
}
div.scrollable2 div.items div {
	float:none;
	margin:10px 0px;
}
div.scrollable2 div.items div {
	float:left;		
	/* text/font settings */
	color:#999;
	text-align:left;
	width:94%;
	height:2px;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:10px;
	font-size:12px;
	margin-right:5px;	
	cursor:pointer;
}
div.scrollable2 div.items div:hover {	
	background-position:-178px 0px;
}
div.scrollable2 div.items div:active {	
	background-position:-356px 0;
}
div.scrollable2 div.items div.active {	
	background-position:-534px 0;
	cursor:default;
}

