#scrollThumbs 
{
	height: 140px;	
	width: 970px;	
	overflow: auto;
	background-color:#383838;
	padding: 2px 0 2px 0;
	margin: 10px 5px 10px 5px;
}

.galleryShift{
    position: relative;
    left: 5px; /*Number should match -left shadow depth below*/
    top: 5px; /*Number should match -top shadow depth below*/
    margin: 10px;
}

.galleryShadow{
    width: 250px; /* container width*/
    background-color: #d1cfd0;
}

.galleryShadow .region{
/* Add container height here if desired */
    background-color: white;
    border: 1px solid gray;
    padding: 6px;
    position: relative;
    left: -5px; /*shadow depth*/
    top: -5px; /*shadow depth*/
    color:#000000;
	font-size: 14px;
	font-weight: bold;
}

.galleryShadow .region .location{
    padding: 0 0 0 10px;
}

.galleryShadow .region .location a {
	font-size: 14px;
	font-weight: bold;
}
