//Style last item in tabs list
$(document).ready(function(){
$("body.home .box ul li:last").addClass("no-image");
//Open all links with rel="external" in new window
$('a[rel="external"],a[rel="nofollow external"]').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });


getTwitters('tweet', { 
  id: 'petesnodden', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '%text%<br /><a href="http://twitter.com/%user_screen_name%/statuses/%id%/"><span class="twitter_time">%time%</span></a>'
});

$('#gallery_category').sSelect(); 

$('.description_active').click(function(){  
	$(this).removeClass('description_active').val('');  
	});  


 });
