$(document).ready(function(){
	var options = {
        title: false,
	    zoomType: 'reverse',
     zoomWidth: 569,
	    zoomHeight: 410,
        xOffset: 1,
        yOffset: 0,
       position: "right",
   imageOpacity: 0.4,
    preloadText: 'Riot'
};
	
 //      showEffect: 'fadein',
 //    fadeinSpeed: 'slow',
 //     hideEffect: 'fadeout',
 //   fadeoutSpeed: 'slow',
 
 $(".zoom").jqzoom(options);

//	$( 'a.zoomth' ).click( function() {
//	 $( 'a#gal_main' ).attr( 'href', $( this ).attr( 'href' ) );
//	 $( 'a#gal_main img' ).attr( 'src', $( this ).attr( 'small' ) );

//		//$( 'ul#zoomy-thumbs li' ).removeClass( 'cur' );
//		//$( this ).parent().addClass( 'cur' );
//		return false;
//	});

});


