$( document ).ready( function(){
	$('.blink')
		.focus(function(){
			if( $(this).attr('value') == $(this).attr('title') ) {
				$(this).attr({ 'value': '5' });
			}
		})
		.blur(function(){
			if( $(this).attr('value') == '' || typeof($(this).attr('value')) == 'undefined') {
				$(this).attr({ 'value': $(this).attr('title') })
			}
		});
		
	$('#slider-holder ul').jcarousel({
		scroll: 1,
		wrap: 'both',
		initCallback: _init_carousel,
		buttonNextHTML: null,
		buttonPrevHTML: null,
		auto : true,
		
	});
	
	
	$('.tabs a').slide({
		'slide_selector' : '.tab-content'
	})
});
function _init_carousel(carousel) {
	$('#slider-nav .next').bind('click', function() {
		carousel.next();
		return false;
	});
	
	$('#slider-nav .prev').bind('click', function() {
		carousel.prev();
		return false;
	});
};














$( document ).ready( function(){
	$('.blink')
		.focus(function(){
			if( $(this).attr('value') == $(this).attr('title') ) {
				$(this).attr({ 'value': '5' });
			}
		})
		.blur(function(){
			if( $(this).attr('value') == '' || typeof($(this).attr('value')) == 'undefined') {
				$(this).attr({ 'value': $(this).attr('title') })
			}
		});
		
	$('#slider-holderl ul').jcarousel({
		scroll: 1,
		wrap: 'both',
		initCallback: _init_carousell,
		buttonNextHTML: null,
		buttonPrevHTML: null,
		auto : true,
		
	});
	
	
	$('.tabs a').slide({
		'slide_selector' : '.tab-content'
	})
});
function _init_carousell(carousell) {
	$('#slider-navl .nextt').bind('click', function() {
		carousell.next();
		return false;
	});
	
	$('#slider-navl .prevv').bind('click', function() {
		carousell.prev();
		return false;
	});
};






$( document ).ready( function(){
	$('.blink')
		.focus(function(){
			if( $(this).attr('value') == $(this).attr('title') ) {
				$(this).attr({ 'value': '5' });
			}
		})
		.blur(function(){
			if( $(this).attr('value') == '' || typeof($(this).attr('value')) == 'undefined') {
				$(this).attr({ 'value': $(this).attr('title') })
			}
		});
		
	$('#slider-holderr ul').jcarousel({
		scroll: 1,
		wrap: 'both',
		initCallback: _init_carouselr,
		buttonNextHTML: null,
		buttonPrevHTML: null,
		auto : true,
		
	});
	
	
	$('.tabs a').slide({
		'slide_selector' : '.tab-content'
	})
});
function _init_carouselr(carouselr) {
	$('#slider-navr .nextt').bind('click', function() {
		carouselr.next();
		return false;
	});
	
	$('#slider-navr .prevv').bind('click', function() {
		carouselr.prev();
		return false;
	});
};







$( document ).ready( function(){
	$('.blink')
		.focus(function(){
			if( $(this).attr('value') == $(this).attr('title') ) {
				$(this).attr({ 'value': '5' });
			}
		})
		.blur(function(){
			if( $(this).attr('value') == '' || typeof($(this).attr('value')) == 'undefined') {
				$(this).attr({ 'value': $(this).attr('title') })
			}
		});
		
	$('#slider-holders ul').jcarousel({
		scroll: 2,
		wrap: 'both',
		initCallback: _init_carousels,
		buttonNextHTML: null,
		buttonPrevHTML: null,
		
	});
	
	
	$('.tabs a').slide({
		'slide_selector' : '.tab-content'
	})
});
function _init_carousels(carousels) {
	$('#slider-navs .next').bind('click', function() {
		carousels.next();
		return false;
	});
	
	$('#slider-navs .prev').bind('click', function() {
		carousels.prev();
		return false;
	});
};
