/**handles:home-rotator-css**/
@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{ position:relative; width:1200px; height:205px; margin:0 auto;  background:#bbb; padding:0; overflow:hidden; }
.jThumbnailScroller .jTscrollerContainer{position:absolute;}
.jThumbnailScroller .jTscroller{position:relative; height:100%; float:none; width:auto; margin:0; left:0; top:0; display:inline;}
#home-rotator { text-align:left !important; }

.jThumbnailScroller .jTscroller a { float:left; display:block;  margin:0; background:#fff; min-width:269px; }
.jThumbnailScroller .jTscroller a:hover {border-color:#fff;}
.jThumbnailScroller .jTscroller a:first-child {  }
.jThumbnailScroller .jTscroller a img {border:none; float:left; display:inline; height:205px;    }
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1{width:95%;}
.jThumbnailScroller#tS2{margin:0 auto;}
.jThumbnailScroller#tS2 .jTscroller a {  }
.jThumbnailScroller#tS2 .jTscroller a:hover{}
.jThumbnailScroller#tS2 .jTscrollerNextButton{margin:-20px 10px 0 10px; right:0; top:50%;}
.jThumbnailScroller#tS2 .jTscrollerPrevButton{margin:-20px 10px 0 10px; left:0; top:50%;}
/* a vertical scroller */
.jThumbnailScroller#tS3{position:absolute; left:40px; top:322px; width:122px; height:400px; margin:0; background:#eee;}
.jThumbnailScroller#tS3 .jTscroller{height:auto; margin-bottom:40px;}
.jThumbnailScroller#tS3 .jTscroller a{display:block; margin:0 6px 10px 6px; width:100px; overflow:hidden; opacity:0.7;}
.jThumbnailScroller#tS3 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS3 .jTscroller a:first-child{margin-top:50px;}
.jThumbnailScroller#tS3 .jTscrollerNextButton{margin:10px 0 10px -20px; bottom:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}
.jThumbnailScroller#tS3 .jTscrollerPrevButton{margin:10px 0 10px -20px; top:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}

.jThumbnailScroller .jTscrollerPrevButton { width:40px; height:40px; background:url('https://smart-business-events.com/coaching-training-camp/wp-content/themes/event-manager/images/jarrows.png') no-repeat 0 0;  position:absolute; top:90px; left:10px; display:none;  }
.jThumbnailScroller .jTscrollerPrevButton:hover { background:url('https://smart-business-events.com/coaching-training-camp/wp-content/themes/event-manager/images/jarrows.png') no-repeat 0 bottom; cursor:pointer;  }
.jThumbnailScroller .jTscrollerNextButton { width:40px; height:40px; background:url('https://smart-business-events.com/coaching-training-camp/wp-content/themes/event-manager/images/jarrows.png') no-repeat right 0 ;  position:absolute; top:90px; right:10px;  display:none;  }
.jThumbnailScroller .jTscrollerNextButton:hover { background:url('https://smart-business-events.com/coaching-training-camp/wp-content/themes/event-manager/images/jarrows.png') no-repeat right bottom;  cursor:pointer; }