﻿  
    .ihaAdRotator
    {
        width:100%;
        height:100%;
    }
    
    .ihaAdImageInitialState
    {
        display: none;
    }
    
    .ihaAdControls
    {
        text-align:center;
    }

    .ihaAdImageContainer
    {
        font-size:0px!important;
    }
    
    .ihaAdImageContainer img
    {
        border:none;
        /*width:100%;
        height:auto;*/
    }
        
    #IHA_MobileContainer .ihaAdImageContainer img
    {
        width:100%;
        height:auto;
    }
        
    .ihaAdControlsContainer img
    {
        border:none;
        border-width:0px;
    }
    
    .ihaAdImageDot,
    .ihaAdImagePreviousButton,
    .ihaAdImageNextButton
    {
        display:inline-block;
    }
    
    .ihaAdImageDot img,
    .ihaAdImagePreviousButton img,
    .ihaAdImageNextButton img
    {
        padding:2px;
    }
    
    .ihaAdImagePreviousButton
    {
        margin-right:8px;
    }

    .ihaAdImageNextButton
    {
        margin-left:8px;
    }
