@charset "UTF-8";
/***!  Style Declaration  !***/

.hot-images-scroller.bottom_scroller .scroll-container{width:calc((465px + 40px) * 6);background:#fff}.hot-images-scroller.bottom_scroller .scroll-parent{width:calc((465px + 40px) * 6);height:450px}.hot-images-scroller.bottom_scroller .scroll-element{right:0%}.hot-images-scroller.bottom_scroller .scroll-element img{width:465px}.hot-images-scroller.bottom_scroller .scroll-primary{animation:scroll-primarybottom_scroller 30s linear infinite}.hot-images-scroller.bottom_scroller .scroll-secondary{animation:scroll-secondarybottom_scroller 30s linear infinite}@keyframes scroll-primarybottom_scroller{from{right:0%}to{right:-100%}}@keyframes scroll-secondarybottom_scroller{from{right:100%}to{right:0%}}
