// SLIDESHOW
$(document).ready(function() {
	$('.slideshowright').cycle({
		fx: 'scrollLeft', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		pause: true, // pause on mouseover
		timeout: 7500  // milliseconds between slide transitions (0 to disable auto advance) 
	});
});

$(document).ready(function() {
	$('.slideshowright2').cycle({
		fx: 'scrollLeft', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		pause: true, // pause on mouseover
		timeout: 6500  // milliseconds between slide transitions (0 to disable auto advance) 
	});
});

//  POPUP 
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
// ROUNDED CORNERS 
$('#slideshw').corner("5px");
$('#rndcrnr').corner();
$('#rndcrnr2').corner();
