/* @group media rotator */
#mediaRotator {
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    padding: 20px;
    margin-top: -320px;
    margin-left: -320px;
    z-index: 200;
    overflow: hidden;
    display: none;
}
.mediaRotatorMainImage,
.mediaRotatorMainImage div {
    width: 500px;
    height: 650px;
}
.mediaRotatorMainImage {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}
.mediaRotatorMainImage div {
    position: absolute;
    width: 500px;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 550px;
}
.mediaRotatorMainImage div img {
    vertical-align: middle;
}
.mediaRotatorTinyImage {
    overflow: hidden;
    display: inline-block;
}
.mediaRotatorTinyImage div {
    clear: none;
    float: left;
    margin: 10px;
}
#productMainMedia {
    height:260px;
    line-height:260px;
}
#productMainMedia ul li a img {
    vertical-align: middle;
}
#productMainMedia ul li a {
    text-align: center;
    display: inline-block;
}
#productMainMedia ul li {
    list-style: none;
    padding-left: 5%;
    position: absolute;
}
#mediaRotatorSep {
    background: transparent url("/images/rotatorShadow.png") no-repeat scroll 0 0;
    height: 24px;
}
/* @end */
