$(document).ready(function(){
	
	if ( ! $.browser.msie ) {

		$(function() {
			
			$("#images").cycle({ 
				fx: 'blindX' 
			});
		
		});
	
	}

});