/**
 * C5: Rotating Marketing Hero Component
 */

/* Set image dimensions */
.nikon-rotating-hero .rotater_image,
.nikon-rotating-hero .rotater_image img,
.nikon-rotating-hero {
     height:250px;
     width:960px;
}
.nikon-rotating-hero {
    margin: 0 auto;
    overflow:hidden;
    position:relative;
}
.nikon-rotating-hero * {
    background:none;
    border:none;
    list-style:none;
    margin:0px;
    padding:0px;
}
.nikon-rotating-hero > ul {
    z-index: 1;
}
.nikon-rotating-hero > ul li {
    #background: #000;  /* IE7 */
    background: #000\9; /* IE8 */
    float: left;
}
.nikon-rotating-hero > ul li:first-child {
    display:block;
}

.nikon-rotating-hero .bottom {
    background:url(/static/images/backgrounds/bg_carousel_bottom.png) 0px bottom no-repeat;
    bottom:0px;
    height:5px;
    left:0px;
    position:absolute;
    width:960px;
    z-index: 3;
}
.nikon-rotating-hero .couscous {
    bottom:20px;
    overflow:hidden;
    position:absolute;
    right:22px;
    z-index: 10;
}
.nikon-rotating-hero .couscous .icon {
    background:url(/static/images/icons/rotating_hero/couscous.png) 0px 0px no-repeat;
    cursor:pointer;
    float:left;
    height:13px;
    margin:0px 0px 0px 7px;
    width:13px;
}
.nikon-rotating-hero .couscous .icon:hover {
    background-position:0px -26px;
}
.nikon-rotating-hero .couscous .icon.active {
    background-position:0px -13px !important;
    cursor: default;
}
.nikon-rotating-hero .couscous .icon.waiting {
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
    opacity: 0.75;
}
.nikon-rotating-hero .couscous .icon.loading {
    background:url(/static/images/icons/icon_loading_circle.gif) 0px 0px no-repeat;
}
.nikon-rotating-hero .rotater_image {
    filter: alpha(''); /* IE */
    overflow: hidden;
}
.nikon-rotating-hero .rotater_image a {
    background:none repeat scroll 0 0 transparent;
    padding:0px;
}
.nikon-rotating-hero .rotater_image img {
}
