.banner { 
    position:relative;
    height: 149px;
    margin-bottom: 30px;
}
.nivoSlider {
    position:relative;
    width:100%;
    height:100%;
    overflow: hidden;
    background:url(http://billabongthane.com/images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
    display:none;
}
.nivoSlider a {
    display:block;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-controlNav {
    position: absolute;
    right: 6px;
    bottom: 5px;
    z-index: 9;
}
.nivo-controlNav a {
    display: inline-block;
    width:6px;
    height:6px;
    background:url(http://billabongthane.com/images/bullets.png) no-repeat;
    text-indent:-9999px;
    margin: 0 2px;
    cursor:pointer;
}
.nivo-controlNav a.active {
    background-position:0 -6px;
}
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    display:block;
    width:30px;
    height:30px;
    background:url(http://billabongthane.com/images/arrows.png) no-repeat;
    text-indent:-9999px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.slider-wrapper:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption a {
    color:#fff;
    display:inline !important;
}
.nivo-caption p {
    padding:5px;
}
.nivo-html-caption {
    display:none;
}