﻿			$(document).ready(function(){
			    //Examples of how to assign the ColorBox event to elements
			    $(".OrderBasket").colorbox({width:"840px", height:"95%", iframe:true});
			    $(".EditUsers").colorbox({width:"80%", height:"80%", iframe:true});
			    $(".MessageBoxShow").colorbox({width:"80%", height:"80%", iframe:true});
			    $(".ViewTiket").colorbox({width:"80%", height:"80%", iframe:true});
			    $(".ViewBasket").colorbox({ width: "785px", height: "80%", iframe: true });
			    $(".ViewGalleryProduct").colorbox({  });
			});

