$(function(){
			

		$('.accordion1').hSlides({
			totalWidth: 777, 
			totalHeight: 342, 
			minPanelWidth: 174, 
			maxPanelWidth: 429,
			midPanelWidth: 259,
			sensitivity: 1,   
			interval: 50,
			timeout: 100,
			eventHandler: 'hover'
			});
	}
);


$(document).ready( function(){
//  $('.rounded').corners('8px');
	
});