$(document).ready(function(){
	/*$("div.pub").carousel({ effect: "fade",nextBtn:"",prevBtn :""});*/
	/* ,nextBtn:"",prevBtn :"",autoSlide: true,autoSlideInterval: 5000 */
		
	/*$('#carousel').jcarousel({
        auto: 2,
        wrap: 'last'
    });*/
	
	$("#carousel").simplecarousel({
        slidespeed: 1,
        auto: 5000,
        width: 180,
        height: 288
    });

	$("#carousel").hover(
	function () {

	},
		function () {

	}
	
);

});
