/* Author:

*/

$(function(){
  $('#slider').bxSlider({
    auto: true,
		controls: false,
		pager: true,
		pause: 6000,
		speed: 1000
  });
});

//  $(document).ready(function(){
//  	$(".video").fitVids();
//  });

$(".home .instagram div").before('<h2>Instagram</h2>');
$(".home .instagram a:nth-child(even)").css('margin-right','0px');
$(".home .instagram div").after('<a href="#" class="button">View more photos</a>');
$(".tour-sold-out:contains('1')").html('<div>Sold Out</div>');

$(".twtr-widget").attr('style', 'font: normal 16px Hevletica Neue, Helvetica, sans-serif !important;');
$("a.tweet-url").attr('style', 'color: #888 !important');



//	$('#slider') 
//	.cycle({ 
//	    fx:     'scrollHorz', 
//	    timeout: 100, 
//	    pager:  '#slider-nav ul li', 
//	   	before: function(){
//	           $(this).parent().find('img.current').removeClass();
//	    },
//	    after: function(){
//	           $(this).addClass('current');
//	    },
//	   cssBefore: {
//	   		left: 960
//	   	}
//	 
//	
//	});
//	


//  $('#slider').elastislide({
//  	imageW 	: 960
//  });

//  jQuery('#slider').jcarousel({
//  	auto: 1,
//  	wrap: 'circular'
//  }); 

