﻿$(document).ready(function(){	
	$("#slider1").easySlider({
		controlsBefore:	'<p id="controls">',
		controlsAfter:	'</p>',								 
		auto: true,
		continuous: true,
		vertical: false,
		prevId: 'prevBtn',
		prevText: '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
		nextId: 'nextBtn',	
		nextText: '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
		
	});
		
    $("#slider2").easySlider({
	        controlsBefore:	'<p id="controls2">',
	        controlsAfter:	'</p>',
	        auto: true, 
	        continuous: true,
	        speed: 1000,
	        pause:8000,
	        vertical: false,
	        prevId: 'prevBtn2',
	        prevText: 'Previous',
	        nextId: 'nextBtn2',	
	        nextText: 'Next'
    		
    });
		
    $("#slider3").easySlider({
	        controlsBefore:	'<p id="controls3">',
	        controlsAfter:	'</p>',
	        auto: true, 
	        continuous: true,
	        speed: 1000,
	        pause:10000,
	        vertical: false,
	        prevId: 'prevBtn3',
	        prevText: '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
	        nextId: 'nextBtn3',	
	        nextText: '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    		
    });
		
    $(".test3").hrzAccordion({containerClass     : "container3",
		    listItemClass      : "listItem3",					
		    contentStartClass  : "contentStart3",
		    contentEndClass    : "contentEnd3",
		    contentWrapper     : "contentWrapper3",
		    contentInnerWrapper: "contentInnerWrapper3",
		    handleClass        : "handle3",
		    handleClassOver    : "handleOver3",
		    handleClassSelected: "handleSelected3",
		    customHandleClass  : "custom"
    });
	
$(function() {
	// Use this example, or...
	$('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
	// This, or...
});	
});	
