/*
********************************
**	(c)2008 R3 WEBMOTION	  **
**	contact: info@r3.com.br	  **
********************************
*/

$(document).ready(function () {
	
	$("#imgrotate ul li:not(.view)").hide();
	$("#imgrotate ul li.view").changeImg();
	
});
