$(document).ready(function(){

$(function(){
  $('#featured-list').bxSlider({
    auto: true,
	controls: false,
	pause: 5000
  });
}); 

$(".map-view").colorbox({width:"80%", height:"80%", iframe:true});

});
