/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
	$(document).ready( function() {
		$("a[rel='mp5']").colorbox(  { maxHeight:'100%', width:"75%", photoScaling:true}  );
		$("a[rel='img2000']").colorbox(  { maxHeight:'100%', width:"75%", photoScaling:true}  );
		$("a[rel='br6000']").colorbox(  { maxHeight:'100%', width:"75%", photoScaling:true}  );
		$("a[rel='pmb1']").colorbox(  { maxHeight:'100%', width:"75%", photoScaling:true}  );
		$("a[rel='zp300']").colorbox(  { maxHeight:'100%', width:"75%", photoScaling:true}  );

		$(".colorbox").colorbox();
		$(".prox_pack_video").colorbox( {

			height:'550',
			width:'650',
			photo:false,
			onComplete:function(){
				$('a.media').media( {width:600, height:470, autoplay:false, title:true } );
			}
		} );
	});