// JavaScript Document

$(document).ready(function(){
	$("#contMiniNews").carouFredSel({
		width :296,
		height : 130,
		circular :true,
		infinite :true,
		direction : "left",
		items :{
			visible:1,
			width:"variable",
			height:"variable"
		},
		scroll : {
			effect			: "easeOutBounce",
			duration		: 1000,							
			pauseOnHover	: true
		},
		prev : {	
			button	: "#news_prev",
			key		: "left"
		},
		next : { 
			button	: "#news_next",
			key		: "right"
		}		
	});		
})
