﻿ jQuery(document).ready(function() {
	jQuery(".tmon").easySlider({
		auto: true,
		continuous: true,
		vertical: true,
		controlsShow: false,
		speed: 700,
		pause: 20000
	});
});	
