/* Author:

*/

$('.thumbs').delegate('a','click', function(){
	$('#mainpic').attr('src',$(this).attr('rel'));
});






