// JavaScript Document

$(document).ready(function() {

	/*Rounded Corners for homepage browse*/
	$("#browse #browseTab li").corner("3px; top;");

	/*Delete right margin on last-child*/
	$("#bottomPromo .contPromo:last-child").css({marginRight:"0"})
		
	$("#bottomPromo .contOpt:last-child").css({marginRight:"0"})
	
	/*Browse slider*/
	$("#slider").easySlider({
		auto: false, 
		continuous: false
	});
});
