// Browser Check and Custom CSS Includes
if (is_ie5up && !is_ie6up) { // This is IE 5 or higher but not IE6 or higher
	includeCSSfile("/cms/assets/templates/modern/css/ie5.css");
}
// Browser Check and Custom CSS Includes
if (!is_ie5up || !is_ie6) { // This is IE 5 or IE6
	includeCSSfile("/cms/assets/templates/modern/css/scrollbar.css");
}