﻿//colcrbox
$(document).ready(function(){
	//Links popups/
	$(".Box1").colorbox();
	$(".Box2").colorbox({iframe:true, innerWidth:370, innerHeight:250});
	$(".Box3").colorbox({iframe:true, innerWidth:"80%", innerHeight:"70%"});
	$(".Box4").colorbox({iframe:true, innerWidth:900, innerHeight:600});
	$(".Box5").colorbox({iframe:true, innerWidth:600, innerHeight:250});
	$(".Box6").colorbox({iframe:true, innerWidth:400, innerHeight:270});
	$(".Box7").colorbox({iframe:true, innerWidth:500, innerHeight:400});
	$(".Vedio1").colorbox({iframe:true, innerWidth:360, innerHeight:203});
	$(".Vedio2").colorbox({iframe:true, innerWidth:525, innerHeight:295});
	$(".Vedio3").colorbox({iframe:true, innerWidth:660, innerHeight:380});
	$("a[rel='img']").colorbox({slideshow:true});
	//$('#news').innerfade({ animationtype: 'slide', speed: 900, timeout: 5000, type: 'random', containerheight: 'auto' }); 

});
