<!-- Resize code for IE browsers < IE 7 -->
<!-- Found here: http://www.alistapart.com/articles/conflictingabsolutepositions/ -->




#gallery #horizontalScrollBox {
	width:expression(document.body.clientWidth-540);
}

#gallery #horizontalScrollBoxVideo {
	width:expression(document.body.clientWidth-540);
}