$('.intro span:first-child').css({ 'background' : 'url(images/ornament-left.png) no-repeat left center'});
$('ul#features li:last-child, body.club ul#features li:last-child').css({ 'border-bottom' : 'none' });	
/* SLIDERS */
$('#iphone-slider').anythingSlider({
	width : 214,
	height: 304,
	buildArrows : false,
	hashTags : false,
  theme : 'minimalist-round',
  delay : 4000, 
  animationTime : 800,    	
	easing : 'easeOutExpo'
});

$('#wp7-slider').anythingSlider({
	width : 206,
	height: 348,
	buildArrows : false,
	hashTags : false,
  theme : 'minimalist-round',
  delay : 4000, 
  animationTime : 800,    	
	easing : 'easeOutExpo'
});

$('#android-slider').anythingSlider({
	width : 206,
	height: 324,
	buildArrows : false,
	hashTags : false,
  theme : 'minimalist-round',
  delay : 4000, 
  animationTime : 800,    	
	easing : 'easeOutExpo'
});

$('#ipad-slider').anythingSlider({
	width : 430,
	height: 315,
	buildArrows : false,
	hashTags : false,
  theme : 'minimalist-round',
  delay : 4000, 
  animationTime : 800,    	
	easing : 'easeOutExpo'
});

$('.anythingControls a.start-stop').remove();

/*
$('.anythingSlider').delegate('.arrow', 'click', function(){
	if ( $(this).hasClass('back') ) {
		$('.slider').data('AnythingSlider').goBack(); 
	}
	else {
		$('.slider').data('AnythingSlider').goForward(); 
	}
	return false;
});

var back = $('<a href="#" class="arrow back">').hide(),
    forward = $('<a href="#" class="arrow forward">').hide();

$('#iphone-slideshow .anythingSlider, #android-slideshow .anythingSlider, #wp7-slideshow .anythingSlider').append( forward );
$('#iphone-slideshow .anythingSlider, #android-slideshow .anythingSlider, #wp7-slideshow .anythingSlider').append( back );


$('.anythingSlider').live('hover', function(e) {
	if (e.type == 'mouseover') {
		$('.arrow').fadeIn(700);
	}
	else { 
		$('.arrow').fadeOut(700);
	}
});
*/

$('.anythingWindow').click(function(){ 	
	$('.slider').data('AnythingSlider').goForward(); 
	return false;
});

// TWEET

$("#tweets").tweet({
  username: "kamasutra",
  join_text: "auto",
  count: 5,
  auto_join_text_default: "", 
  auto_join_text_ed: "",
  auto_join_text_ing: "",
  auto_join_text_reply: "",
  auto_join_text_url: "",
	loading_text: "loading tweets..."
});


 $('#contact').contactable({
  subject: 'A Feeback Message'
 });
















