/* Styles for scrolling layers
	 Specify width and height in hold and wn, and in clip for wn */
#project_thumbs_rootroot { position: relative; height: 100px; }
#project_thumbs_root { position: relative; overflow: hidden; width: 550px; height: 80px; z-index: 100; }
#project_thumbs_clipped { position:absolute; left:0px; top:0px; width:550px; height:80px; clip:rect(0px, 550px, 80px, 0px); overflow:hidden; z-index:1; }
#project_thumbs_scroller { position: absolute; visibility: hidden; left: 0px; top: 0px; z-index:1; }
#project_thumbs_scrolllinks { position: absolute; left: 0px; bottom: 0px; width: 550px; z-index: 1; }
	#gproject_thumbs_scrolllinks div { padding: 0px 4px 4px 4px; }
