.RadRotator {
  visibility: hidden;
  /* For vertical carousel, not set, width defaults to auto */
  /* Note if you explicitly set width to auto, this might cause */
  /* problems with Safari */
  /* Fix button right position in Safari and Chrome */ }
  .RadRotator .rrRelativeWrapper {
    position: relative;
    margin: 0 !important;
    /*MUST BE 0 for proper rendering*/ }
  .RadRotator .rrClipRegion {
    width: 100%;
    height: 100%;
    /* We change the width and height from the code, and then this setting becomes active! */
    overflow: hidden;
    position: absolute;
    border: 1px solid;
    /*================== The list ========================*/ }
    .RadRotator .rrClipRegion .rrItemsList {
      float: left;
      padding: 0;
      margin: 0;
      list-style: none !important; }
    .RadRotator .rrClipRegion .rrItemsList li {
      float: left; }
  .RadRotator ul.rrVerticalList {
    padding: 0;
    margin: 0;
    list-style: none !important; }
  .RadRotator .rrVerticalList li {
    float: none;
    margin-bottom: 0px;
    /* Force the LI to respect the HEIGHT specified */
    overflow: hidden;
    display: block;
    /* Needed because IE cannot position vertical LI items properly. In addition to this css, the UL's width needs to be EXPLICITLY set from code if IE or Safari */
    _float: left !important; }
  .RadRotator .rrButton {
    font-size: 1px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    /*Button size is defined here, we use margins to position them too */
    height: 20px;
    width: 20px;
    line-height: 20px;
    /* Very important for the layout!*/
    display: none;
    outline: none;
    /* Fix button right position in Safari and Chrome */ }
    .RadRotator .rrButton:hover {
      filter: alpha(opacity=100);
      opacity: 1;
      -moz-opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .RadRotator .rrButton.rrButtonUp {
      background-position: 0 0;
      top: -20px;
      left: 50%;
      margin-left: -10px; }
    .RadRotator .rrButton.rrButtonUp:hover {
      background-position: -20px 0; }
    .RadRotator .rrButton.rrButtonRight {
      background-position: 0 -20px;
      margin-top: -10px;
      right: -21px;
      top: 50%;
      _right: -19px; }
    .RadRotator .rrButton.rrButtonRight:hover {
      background-position: -20px -20px; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .RadRotator .rrButton .rrButtonRight {
        margin-right: -17px; } }
    .RadRotator .rrButton.rrButtonDown {
      background-position: 0 -40px;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      margin-top: 1px;
      _margin-top: -1px; }
    .RadRotator .rrButton.rrButtonDown:hover {
      background-position: -20px -40px; }
    .RadRotator .rrButton.rrButtonLeft {
      background-position: 0 -60px;
      margin-top: -10px;
      left: -20px;
      top: 50%; }
    .RadRotator .rrButton.rrButtonLeft:hover {
      background-position: -20px -60px; }
    .RadRotator .rrButton.rrButtonDisabled {
      opacity: .2;
      filter: alpha(opacity=20);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadRotator .rrRelativeWrapper::-webkit-scrollbar {
      width: 16px;
      height: 16px; } }
  .RadRotator.rrNoBorder .rrClipRegion {
    border-width: 0 !important; }


.RadRotator_EHB {
  /*================== The list ========================*/
  /* For vertical carousel, not set, width defaults to auto */
  /* Note if you explicitly set width to auto, this might cause */
  /* problems with Safari */
  /* When LoadOnDemand */ }
  .RadRotator_EHB .rrClipRegion {
    border-color: #b8cbde; }
  .RadRotator_EHB .rrButton {
    background-image: url('Rotator/RotatorButtons.gif');
    background-repeat: no-repeat; }
  .RadRotator_EHB .rrLoadingSign {
    background: url('Common/loading_small.gif') no-repeat center; }
  .RadRotator_EHB .rrButton.rrButtonUp {
    top: -19px; }
  .RadRotator_EHB .rrButton.rrButtonRight {
    right: -21px;
    _right: -19px; }
  .RadRotator_EHB .rrButton.rrButtonLeft {
    left: -19px; }

