$(function(){
			
			enterFunction = function(){
				//$(this).html('ACTIVE');
			}
			leaveFunction = function(){
			//	$(this).html('inactive');
			}
		$('.accordion1').hSlides({
			totalWidth: 777, 
			totalHeight: 342, 
			minPanelWidth: 174, 
			maxPanelWidth: 429,
			midPanelWidth: 259,
			sensitivity: 1,   
			interval: 50,
			timeout: 100,
			onEnter: enterFunction,
			onLeave: leaveFunction,

			
		/*	
				totalWidth: 786, 
				totalHeight: 400, 
				minPanelWidth: 262, 
				maxPanelWidth: 350,
				midPanelWidth: 262,
*/
				activeClass: 'defaultOpen',
				eventHandler: 'hover'
			});
	}
);


$(document).ready( function(){
//  $('.rounded').corners('8px');
	
});