#content #leftColumn #galleryBox {
	height: 436px;
	width: 626px;
}
#content #galleryMenu {
	position: absolute;
	left: 680px;
	top: 140px;
	bottom: 60px;
	height:280px;
	overflow: auto;
	right: 48px;
	z-index: 22;
	font-size:12px;
}
#content #galleryMenu table {
margin-left: 8px;

}

#content #galleryMenu table td {
padding: 4px;

}
/*Alternate for custom scroll bars*/

#content #galleryMenuAlt {
	position: absolute;
	left: 680px;
	top: 140px;
	bottom: 60px;
	height: 280px;
	right: 48px;
	z-index: 22;
	font-size:12px;
}
#content #galleryMenuAlt div#wn {
	position:relative;
	height: 280px;
	width: 230px; 
	overflow:hidden;
}
#content #galleryMenuAlt div#scrollbar {
	position:relative;
	width:38px;
	height:280px;
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment in older browsers */

}
#content #galleryMenuAlt div#track {
	position:absolute;
	left:0;
	top:12px;
	width:38px;
	height:210px;
	background: url(images/scrollbar/track.png) repeat-y center;
	margin-top: 36px;
}
/*END Alternate for custom scroll bars*/
