﻿@charset "utf-8";

/* partners carousel */
#partners{
    width: 280px;
    height: 280px;
    overflow:hidden;
    position: relative;
}

/* quotes carousel */
#quotes{
    width: 235px;
    height: 245px;
    overflow:hidden;
    position: relative;
}

/* banner carousel */
#banner{
    width: 930px;
    height: 369px;
    overflow: hidden;
    position: relative;
}
