﻿/// <reference path="../jQuery/jquery.js" />
/// <reference path="../jQuery/jquery.innerfade.js" />
/// <reference path="../jQuery/jquery.stylish-select.min.js" />

$().ready(function() {
    $('#StartPageImageSlide').innerfade({
        speed: 2000,
        timeout: 5000,
        type: 'sequence',
        containerheight: '357px'
    });

    $('.CategorySelect').sSelect();

    $('.HousingCategorySelect').sSelect();
});

