/*  --------------------------------------------------------------------------  */
/*  ------------------ For landscape smart phones (480 wide - 20 for scrollbar) */
/*  --------------------------------------------------------------------------  */



@media screen and (max-width: 567px){

h1{
    padding: 0 0 20px;
    font-size: 19pt;
}

h2{
    font-size: 15pt;
}

#container, #footercontainer{
    width: 460px;
}

.vehicledetail, .carouselgallery{
    width: 100%;
    }
.carouselgallery .theme-roxy2 .nivo-controlNav{
    width: 465px;
    }
.carouselgallery .theme-roxy2 .nivo-controlNav .nivo-control{
    margin: 0 5px 0 0;
    width: 150px !important;
    height: 81px;
}

.homelink a {
    padding: 130px 0 0;
    width: 135px;  
    font-size: 13pt;
}

 
    
/*  ---end---  */
}