
@charset "utf-8";
div#rotator {
    height: 330px;
    margin-left: 50px;
    position: relative;
}
div#rotator ul li {
    float: left;
    list-style: none outside none;
    position: absolute;
}
div#rotator ul li img {
    border: 5px solid #EDEDED;
}
div#rotator ul li.show {
    z-index: 500;
}
#phoneCarousel {
    height: 390px;
    margin: 30px auto 10px;
    position: relative;
    width: 800px;
    z-index: 1;
}
#phoneCarousel .arrow {
    background: url("../images/arrowsssss.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 44px;
    left: 0;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 44px;
}
#phoneCarousel .next {
    background-position: right top;
    left: auto;
    right: 0;
}
#phoneCarousel .arrow:hover {
    background-position: left bottom;
}
#phoneCarousel .next:hover {
    background-position: right bottom;
}
#stage {
    height: 100%;
    left: 50%;
    position: absolute;
}
#stage img {
    display: none;
}
#stage .default {
    display: block;
    left: 50%;
    margin-left: -135px;
    position: absolute;
}
#stage .animationReady {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
