jQuery(document).ready(function($){
	$('.toTop').click(function() {
	$.scrollTo('#headerwrap', 1000);
	return false
	});
	$('.gotocomments').click(function() {
		$.scrollTo('#respond', 1000);
		return false
	});
	$('.opacity_8').css({
	'filter' : 'alpha(opacity=80)',
	'-moz-opacity' : '0.8',
	'-khtml-opacity' : '0.8',
	'opacity' : '0.8'
	});
});
jQuery(function($) {
	$('a[rel=lightbox]').lightBox({
		overlayBgColor: '#000000',
		overlayOpacity: 0.7,
		imageLoading: 'http://epicalex.com/wp-content/themes/epicalex/images/loading.gif',
		imageBtnClose: 'http://epicalex.com/wp-content/themes/epicalex/images/close.gif',
		imageBtnPrev: 'http://epicalex.com/wp-content/themes/epicalex/images/prevlabel.gif',
		imageBtnNext: 'http://epicalex.com/wp-content/themes/epicalex/images/nextlabel.gif',
		containerResizeSpeed: 450
	});
});