﻿/* BEGIN: High Res */
#showcase
{
    height: auto !important;
    width: 650px;
    margin: 0 0 15px 0;
    border: solid 1px #CCC;
    border-radius: 4px;
}

#showcase .carousel-wrap img
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#showcase .carousel-wrap li
{
    width: 650px;
    height: 250px;
}

#showcase .carousel-control
{
    text-align: right;
    padding: 0 5px;
}
/*END: High Res*/

