.rondellContainer {
margin:0 auto;
  width:940px !important;
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 12px;
  text-align:center;
}
.rondellContainer.initializing {
  background: url("../images/loader.gif") no-repeat 50% 50%;
}
.rondellContainer.initializing * {
  display: none;
}

.rondellItem {
  position: absolute;
  display: block;
  /*border: 1px solid #ccc;*/
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  top: 0;
  left: 0;
  opacity: 1;
}
.rondellItem a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.rondellItem .crop {
  border-radius: inherit;
  -o-border-radius: inherit;
  -moz-border-radius: inherit;
  -webkit-border-radius: inherit;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.rondellItem img {
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}
.rondellItem img.resizeable {
  width: 100%;
  height: 100%;
}
.rondellItem:hover {
  border-color: #bbb;
}
.rondellItem:hover, .rondellItem:hover div, .rondellItem:hover p {
  text-decoration: none;
}

.rondellItemFocused, .rondellItemFocused a {
  cursor: auto;
}
.rondellItemFocused img.rondellCropped {
  width: 100% !important;
  height: 100% !important;
}

.rondellCaption {
  position: absolute;
  margin: 5px;
  padding: 5px;
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
}
.rondellCaption a {
  text-decoration: underline;
}
.rondellCaption p {
  margin: 4px 0;
}
.rondellCaption.overlay {
  top: auto;
  position: absolute;
  padding: 3px 8px;
  display: none;
  color: #fafafa;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.rondellControl {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 4px 8px;
  display: block;
  text-decoration: none;
  background: #f5f5f5;
  text-shadow: 0 1px 1px #ccc;
  opacity: 0;
}
.rondellControl:hover {
  background: #fafafa;
  text-decoration: none;
}

/* rondell scrollbar  */
.rondell-scrollbar {
  width: 100%;
  height: 20px;
  position: absolute;
}
.rondell-scrollbar.rondell-scrollbar-bottom {
  bottom: 10px;
}
.rondell-scrollbar .rondell-scrollbar-background {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 10px;
  background-color: #eee;
  height: 1px;
}
.rondell-scrollbar .rondell-scrollbar-left,
.rondell-scrollbar .rondell-scrollbar-right {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #ccc;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
  background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb);
  background-image: -ms-linear-gradient(top, #cccccc, #bbbbbb);
  background-image: -o-linear-gradient(top, #cccccc, #bbbbbb);
  background-image: linear-gradient(top, #cccccc, #bbbbbb);
}
.rondell-scrollbar .rondell-scrollbar-left:active,
.rondell-scrollbar .rondell-scrollbar-right:active {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #cccccc, #dddddd);
  background-image: -moz-linear-gradient(top, #cccccc, #dddddd);
  background-image: -ms-linear-gradient(top, #cccccc, #dddddd);
  background-image: -o-linear-gradient(top, #cccccc, #dddddd);
  background-image: linear-gradient(top, #cccccc, #dddddd);
}
.rondell-scrollbar .rondell-scrollbar-inner {
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/arrows.png") no-repeat 0 0;
}
.rondell-scrollbar .rondell-scrollbar-left {
  left: 6px;
}
.rondell-scrollbar .rondell-scrollbar-left .rondell-scrollbar-inner {
  background-position: 0 -16px;
}
.rondell-scrollbar .rondell-scrollbar-right {
  right: 6px;
}
.rondell-scrollbar .rondell-scrollbar-control,
.rondell-scrollbar .rondell-scrollbar-left,
.rondell-scrollbar .rondell-scrollbar-right {
  cursor: pointer;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.rondell-scrollbar .rondell-scrollbar-control {
  left: 50%;
  top: 4px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background-color: #c00;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, red, #bb0000);
  background-image: -moz-linear-gradient(top, red, #bb0000);
  background-image: -ms-linear-gradient(top, red, #bb0000);
  background-image: -o-linear-gradient(top, red, #bb0000);
  background-image: linear-gradient(top, red, #bb0000);
}
.rondell-scrollbar .rondell-scrollbar-control:active {
  background: #d00;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ee0000, #dd0000);
  background-image: -moz-linear-gradient(top, #ee0000, #dd0000);
  background-image: -ms-linear-gradient(top, #ee0000, #dd0000);
  background-image: -o-linear-gradient(top, #ee0000, #dd0000);
  background-image: linear-gradient(top, #ee0000, #dd0000);
}
.rondell-scrollbar .rondell-scrollbar-control.rondell-scrollbar-dragging, .rondell-scrollbar .rondell-scrollbar-control:hover {
  top: 3px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
}

.boxshadow.rgba .rondell-scrollbar-control {
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.boxshadow.rgba .rondell-scrollbar-control:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.boxshadow.rgba .rondell-scrollbar-control:active {
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}
.boxshadow.rgba .rondell-scrollbar-left,
.boxshadow.rgba .rondell-scrollbar-right {
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.boxshadow.rgba .rondell-scrollbar-left:hover,
.boxshadow.rgba .rondell-scrollbar-right:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.boxshadow.rgba .rondell-scrollbar-left:active,
.boxshadow.rgba .rondell-scrollbar-right:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}

/* themes */
/* default theme */
.boxshadow.rgba .rondellTheme_default .rondellControl {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.boxshadow.rgba .rondellTheme_default .rondellControl:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.boxshadow.rgba .rondellTheme_default .rondellItem {
  border: 0;
  /*-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);*/
}

.rondellTheme_default .rondellControl,
.rondellTheme_default .rondellItem,
.rondellTheme_default .rondellItem img {
  /*border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
}
.rondellTheme_default .rondellControl {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f9f9f9);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
  background-image: -ms-linear-gradient(top, #fcfcfc, #f9f9f9);
  background-image: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
  background-image: linear-gradient(top, #fcfcfc, #f9f9f9);
}
.rondellTheme_default .rondellControl:hover {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: linear-gradient(top, #fafafa, #f5f5f5);
}
.rondellTheme_default .rondellControl:active {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: -moz-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: -ms-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: -o-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: linear-gradient(top, #f5f5f5, #fafafa);
}

/* light theme */
.rondellTheme_light .rondellContainer {
  background: #fff;
}
.rondellTheme_light .rondellItem {
  border: 0;
}
.rondellTheme_light .rondellItem, .rondellTheme_light .rondellItem img {
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.boxshadow.rgba .rondellTheme_light .rondellItem {
  border: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.boxshadow.rgba .rondellTheme_light .rondellItem:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* dark theme, good for preset 'products' */
.rondellTheme_dark {
  background: #333;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #666666, #111111);
  background-image: -moz-linear-gradient(top, #666666, #111111);
  background-image: -ms-linear-gradient(top, #666666, #111111);
  background-image: -o-linear-gradient(top, #666666, #111111);
  background-image: linear-gradient(top, #666666, #111111);
}
.rondellTheme_dark .rondellItem {
  border: 0;
  background: transparent;
}
.rondellTheme_dark .rondellCaption {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
  font-size: 12px;
}
.rondellTheme_dark .rondellControl {
  font-size: 0;
  color: transparent;
  padding: 0;
  width: 28px;
  height: 28px;
}
.rondellTheme_dark .rondellControl.rondellShiftLeft, .rondellTheme_dark .rondellControl.rondellShiftRight {
  background: url("../images/buttons.png") no-repeat 0 0;
}
.rondellTheme_dark .rondellControl.rondellShiftLeft {
  background-position: 0 -28px;
}

.boxshadow.rgba .rondellTheme_dark {
  border: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
}
.boxshadow.rgba .rondellTheme_dark .rondellControl {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* page theme, good for preset 'pages' */
.rondellTheme_page {
  border: 1px solid #ccc;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.rondellTheme_page .rondellItem {
  border: 0;
}
.rondellTheme_page .rondellItem, .rondellTheme_page .rondellItem img {
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.rondellTheme_page .rondellControl {
  font-size: 0;
  padding: 0;
  color: transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #bbc;
}
.rondellTheme_page .rondellControl.rondellShiftLeft, .rondellTheme_page .rondellControl.rondellShiftRight {
  background: #ccccdd url("../images/arrows.png") no-repeat 2px 2px;
  border-radius: 0 3px 0 6px;
  -o-border-radius: 0 3px 0 6px;
  -moz-border-radius: 0 3px 0 6px;
  -webkit-border-radius: 0 3px 0 6px;
}
.rondellTheme_page .rondellControl.rondellShiftLeft {
  background-position: 2px -14px;
  border-radius: 3px 0 6px 0;
  -o-border-radius: 3px 0 6px 0;
  -moz-border-radius: 3px 0 6px 0;
  -webkit-border-radius: 3px 0 6px 0;
}

.boxshadow.rgba .rondellTheme_page {
  border: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.boxshadow.rgba .rondellTheme_page .rondellControl {
  border: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* slider theme */
.rondellTheme_slider {
  border: 1px solid #aaa;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.rondellTheme_slider .rondellItem {
  border: 0;
}
.rondellTheme_slider .rondellItem, .rondellTheme_slider .rondellItem img {
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.rondellTheme_slider .rondellCaption {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
  font-size: 14px;
}
.rondellTheme_slider .rondellCaption.overlay {
  background: transparent;
}
.rondellTheme_slider .rondellControl {
  font-size: 0;
  color: transparent;
  padding: 0;
  width: 15px;
  height: 30px;
  background-color: #666;
  background-color: rbga(50, 50, 50, 0.2);
  border: 1px solid #555;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #666666, #555555);
  background-image: -moz-linear-gradient(top, #666666, #555555);
  background-image: -ms-linear-gradient(top, #666666, #555555);
  background-image: -o-linear-gradient(top, #666666, #555555);
  background-image: linear-gradient(top, #666666, #555555);
}
.rondellTheme_slider .rondellControl:hover {
  background-color: #888;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #777777, #555555);
  background-image: -moz-linear-gradient(top, #777777, #555555);
  background-image: -ms-linear-gradient(top, #777777, #555555);
  background-image: -o-linear-gradient(top, #777777, #555555);
  background-image: linear-gradient(top, #777777, #555555);
}
.rondellTheme_slider .rondellControl.rondellShiftLeft {
  border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
}
.rondellTheme_slider .rondellControl.rondellShiftRight {
  border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
}

.boxshadow.rgba .rondellTheme_slider {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.boxshadow.rgba .rondellTheme_slider .rondellCaption {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.boxshadow.rgba .rondellTheme_slider .rondellControl {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}
