div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width:300px;	
	height:207px;
	margin:0;
	background:#01265e url(../../../images/gallery/gallery-bot-bg.png) no-repeat 0 100%;
	}

div.scrollable.genome-med{
	background:#2b2b2b url(../../../images/gallery/gall-gm-bot-bg.png) no-repeat 0 100%;
		}	
	
	body.genome-bio div.scrollable {
		background:#2b2b2b url(../../../images/gallery/gall-bio-bot-bg.png) no-repeat 0 100%;
		}
	body.physmath-central div.scrollable {
		background:#01265e url(../../../images/gallery/gall-phys-bot-bg.png) no-repeat 0 100%;
		}
	
div.scrollable div#thumbs {	
	width:20000em;	
	position:absolute;
	clear:both;
	}
div.scrollable div#thumbs div {
	float:left;
	text-align:left;
	width:300px;
	}
div.scrollable div#thumbs div p {
	color:#FFF;
	font-size:1.5em;
	padding:5px 13px ;
	}
	div.scrollable div#thumbs div p a {
		color:#FFF;
		text-decoration: none;
		}
		div.scrollable div#thumbs div p.small {
			font-size: 15px;
			font-weight: bold;
		}
div.scrollable div#thumbs div.active {

	}