// JavaScript Document
$(document).ready(function(){
	$('#box_gsxc').scrollHorizontal(30);
	//$('.myimg').css('opacity','0.6');
	//$('.myimg').hover(
//		function () {
//			$(this).animate({opacity:'1'},300);
//		},
//		function () {
//			$(this).animate({opacity:'0.6'},300);
//		}
//	);
	
	
});
