
/* rotator header text style */
#rotator-toggler { cursor: pointer; padding-left: 2px; font: 14pt Arial, sans-serif; color: #333; }
/* rotator + slide styles */
#rotator-container { font: Arial, sans-serif; }
.rotator-slide { display: none; width: 220px; height: 159px; background: transparent url("http://assets.styleguidence.com/scripts/images/rotatorbg.png") no-repeat; color: #fff; font-size: 11pt !important; }
.rotator-slide h2 { margin: 10px 0px 0px 8px; color: #fff; font-size: 12pt !important; }
.rotator-slide-content { padding: 10px 0px 0px 10px; width: 180px; font-family:Arial,Helvetica,sans-serif; font-size:11pt !important; font-weight: normal;}
.rotator-slide-content a { color:#d9effc !important; font-size: 11pt !important; text-decoration:underline; }

/* rotator control button styles */
#rotator-controls { display:none; padding-left: 5px; }
.rotator-control { cursor: pointer; width: 24px; height: 24px; float: left; margin-top: 4px; }
.rotator-control-prev { background: transparent url("http://assets.styleguidence.com/scripts/images/rotatorbg.png") no-repeat -26px -164px; }
.rotator-control-next { background: transparent url("http://assets.styleguidence.com/scripts/images/rotatorbg.png") no-repeat -104px -164px; }


/* rotator pager button styles */
#rotator-pager { cursor: pointer; float: left; margin-top: 4px; }
#rotator-pager .pager-control a { color: #cc6600; }
#rotator-pager .pager-control { float: left; width: 24px; height: 24px; padding-top: 5px; margin-top: -px; background: transparent url("http://assets.styleguidence.com/scripts/images/rotatorbg.png") no-repeat -52px -164px; text-align: center; }
#rotator-pager .activeSlide { width: 24px; height: 24px; background: transparent url("http://assets.styleguidence.com/scripts/images/rotatorbg.png") no-repeat -52px -164px; color: #333; font-weight: bold; font-size: 15px;}




