body{margin:0;padding:0;}
.wide-bannercontainer {
    width: 1200px !important;
    position: relative;
    padding: 0;
    max-height: 200px !important;
	overflow:hidden;
}
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}



.tp-bullets.simplebullets.round .bullet {
    width: 30px;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /*background:url(../../images/slide/banner-ico.png) no-repeat;*/
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
   /*background:url(../../images/slide/selected.png) no-repeat;*/
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}