.ill-quotes-navpag-wrapper { position: relative; }
.ill-quotes-rotator-wrapper { width: 100%; clear: both; overflow: hidden; }
.ill-quotes-rotator-wrap { clear: both; overflow: hidden; }
.ill-quotes-quote { width: 100%; float: left; opacity: 0; }
.ill-quotes-quote.active { opacity: 1; }
.ill-quotes-pagination { clear: both; overflow: hidden; margin: 20px auto; width: 100%; text-align: center; }
.ill-quotes-pagination ul { list-style: none; display: inline-block; text-align: center; margin: 0; padding: 0; }
.ill-quotes-pagination ul li { list-style: none; display: inline-block; text-align: center; margin: 0 5px; padding: 0; font-size: 0; width: 15px; height: 15px; border: 1px solid #000; border-radius: 100%; cursor: pointer; }
.ill-quotes-pagination ul li.active, .ill-quotes-pagination ul li:hover { background-color: #000; }
.ill-quotes-navigation {  clear: both;  }
.ill-quotes-navigation .previous, .ill-quotes-navigation .next { clear: both; position: absolute;  top: 50%; width: 20px; font-size: 30px; height: 30px; line-height: 100%; z-index: 9; transition: .35s all; }
.ill-quotes-navigation .previous { left: 30px; text-align: left; }
.ill-quotes-navigation .next { right: 30px; text-align: right; }
.ill-quotes-navigation .previous:hover { left: 20px; padding-right: 10px; }
.ill-quotes-navigation .next:hover { right: 20px; }