// Written by 301 Design.
// This function uses the jquery library.
$(function() {

	//Utils for homepage movies, show/hide panels and add/remove 'selected' class.

	// Remove the bottom border from the top level li tag when selected
	$("div#navcol li:first").css("border-top-style","none");

});







