$(document).ready(function() {
/*	
	$('a[rel=gallery]').colorbox();
	
	 $('a[rel=gallery]').hover(
  function () {
    $(this).children("img").before($("<div class='bb'></div>"));
  }, 
  function () {
    $(this).children(".bb").remove();
  }
);
	*/
/*	jQuery('#client_carousel').jcarousel();*/


	
	(function ($) {
$.fn.vAlign = function() {
return this.each(function(i){
var h = $(this).height();
var oh = $(this).outerHeight();
var mt = (h + (oh - h)) / 2;
$(this).css("margin-top", "-" + mt + "px");
$(this).css("top", "50%");
$(this).css("position", "relative");
});
};
})(jQuery);

$(".jcarousel-skin-tango .jcarousel-item a").vAlign();

  $(".slider-inner").jCarouselLite({
    btnNext: ".next",
    btnPrev: ".prev",
	visible: 6,
	speed:400
});

});
