div.orbit-wrapper {
    width: 1px;
    height: inherit;
    /*position: relative; */}

div.slides {
    width: 1px;
    /*height: 1px;*/
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }



.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
display: none;
z-index:1; }

.orbit>div:first-child {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

