$(document).ready(function(){
	$("a.cbox").colorbox({
        'iframe'        : 'true',
    	'opacity'		: '0.5',
        'scalePhotos'   : 'true',
        'scrolling'		: 'false',
        'width'         : '430',
        'height'		: '176'
    });
	    
	$("a[rel='cbox'], a[rel='gal']").colorbox({ 'maxWidth': "95%", 'maxHeight': "95%", 'photo': true, 'scalePhotos': true, 'scrolling' : false });
	
	$(".popup").colorbox({
		'iframe' : true,
		'width' : '300',
		'height' : '400',
		'opacity' : '0.3',
		'scrolling' : false
	})
})
