
/* CSS Document */
$(document).ready(function (){
	$(".content_list_box:odd").css("background","#ffffff");
});


