$(document).ready(function(){
				//hide list. Will be displayed by carousel
				$('ul.list').css({'display':'none'});
				//call they carousel
				$('ul.list').Carousel({
					display_num:7,
					speed: 400,     
					margin_right:-34,   
					off_center_multiplier:0.9,
					height_diff:18,
					ul_margin_left:-9,
					max_width:195,
					max_height:117,
					carousel_height:175,
					carousel_width:937,
					controls:false,
					next_text:'next',
					prev_text:'previous',
					next_image:'',
					prev_image:'',
					hover_zones:true,
					hover_over_height:215,
					hover_over_width:300,
					carousel_top_padding:0,
					hoverBox_height:120,
					hoverBox_width:119,
					hoverBox_marginTop:0,
					hoverBox_marginLeft:50,
					right_item_hover_margin_left:0
					
				});

				
			});
