// JavaScript Document

$(document).ready(function()
{
    $("#showcase").awShowcase(
    {
    	width:  250,
		height: 200,
		interval: 6000,
		auto: true,
		arrows: false,
		buttons: false,
		continuous: true,
		transition: 'hslide'
    });
});
