.jqImageRotator {
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit browsers */
}
	
.jqImageRotatorTop {
     background-image: url("/CMS/media/img/v5/program-tv/topBackground.png");
     height: 140px;
     width: 219px;
	 text-align: center;
	 vertical-align: middle;
}

.jqImageRotatorTop img {
     max-height: 140px;
     max-width: 219px;
}

.jqImageRotatorBottom {
     background-color: #F0F0F0;
     height: 60px;
     width: 219px;
}

.jqImageRotatorBottomLeftArrow {
     background: url("/CMS/media/img/v5/program-tv/leftArrow.png") no-repeat scroll center center transparent;
     float: left;
     height: 60px;
     width: 20px;
}

.jqImageRotatorBottomThumbs {
     float: left;
     height: 60px;
     overflow: hidden;
     width: 179px;
}

.jqImageRotatorBottomThumbsImages {
    width: 10000000px;
	margin-top: 5px;
}

.jqImageRotatorBottomThumbs img {
     float: left;
    margin-right: 10px;
	height: 50px;
}

.jqImageRotatorBottomRightArrow {
     background: url("/CMS/media/img/v5/program-tv/rightArrow.png") no-repeat scroll center center transparent;
     float: left;
     height: 60px;
     width: 20px;
}

.jqImageRotatorBottomLeftArrow,
.jqImageRotatorBottomRightArrow,
.jqImageRotatorBottomThumbsImages img {
	cursor: pointer;
}

.jqImageRotatorBottomThumbsImages img {
    margin-top: 5px;
}

.jqImageRotatorBottomThumbsImagesSelected {
	border: 2px solid orange !important;
}