/* Author: Vision Video Interactive (JC)

*/

$(document).ready(function(){
	
		$(".ic_container").capslide({
                    caption_color	: 'white',
                    caption_bgcolor	: '#000',
                    overlay_bgcolor : '',
                    border			: '',
                    showcaption	    : true
		});
	
	
});























