@charset "utf-8";
/* CSS Document */
/*INITIAL STYLES SET FOR LATEST VIDEOS HP BRIGHTCOVE SET*/
.ScrollerBox {display:block;width:762px;height:90px;background-color:#303030;overflow:hidden;}
.mouseWheelButtons {display:block;overflow:hidden;width:100%;position:relative;}
.carousel_holder {display:block;margin:0;padding:0;height:90px;width:725px;float:left;position:relative; z-index:2; overflow:hidden;}

.ul_carousel {margin:0;padding:0;float:left;list-style:none; overflow:hidden;}

.ul_carousel li {
	float:left;
	padding:0;
	margin-left:15px;
	margin-top:15px;
	margin-right:3px;
	position:relative;
	overflow:hidden !important;
	background:url(../images/carousel/divider.gif) right no-repeat;
	
}

*html .ul_carousel li {margin-left:10px; }
.ul_carousel li a {border:3px solid #707070;float:left; position:relative;}
.ul_carousel li a:hover {border:3px solid #CC0000;}
.ul_carousel li a img {width:72px;height:54px;float:left;border:0; position:relative;}
.ul_carousel li .carousel_txt {display:block;width:110px;height:60px;margin-left:5px;margin-right:20px;float:left;font:bold 12px Arial, Helvetica, sans-serif;color:#fff;}
*html .ul_carousel li .carousel_txt {width:100px;}
.ul_carousel li .carousel_txt .carousel_date {font:10px Arial, Helvetica, sans-serif;color:#707070;display:block;margin-top:3px;float:left;}

.ScrollerBox .next, .ScrollerBox .prev, .dis_next, .dis_prev {outline:none;display:block;height:90px;margin-top:1px;}
.ScrollerBox .next {background:url(../images/carousel/button_scrollerL.gif) no-repeat left;width:19px;float:left;}
.ScrollerBox .prev {background:url(../images/carousel/button_scrollerR.gif) no-repeat left;width:18px;float:right;}

.ScrollerBox .dis_next {background:url(../images/carousel/button_disableL.gif) no-repeat left;width:19px;float:left;}
.ScrollerBox .dis_prev {background:url(../images/carousel/button_disableR.gif) no-repeat left;width:18px;float:right;}

.ScrollerBox .next:hover, .ScrollerBox .prev:hover {background-position:right;}

/*TEAM CAROUSEL*/
#ProfileSports .ScrollerBox, #CoachCorner .ScrollerBox{ width:735px; background-color:#2a2a2a;margin-top:24px;}


#ProfileSports .ul_carousel li, #CoachCorner .ul_carousel li{background:none;margin-left:17px;position:relative;left:3px;}
*html #ProfileSports .ul_carousel li, *html #CoachCorner .ul_carousel li{margin-left:8px;margin-right:12px;}

#ProfileSports .ul_carousel li a, #CoachCorner .ul_carousel li a {border:2px solid #2a2a2a;}
#ProfileSports .ul_carousel li a:hover, #CoachCorner .ul_carousel li a:hover{border:2px solid #fff;}
#CoachCorner .ul_carousel li a img, #ProfileSports .ul_carousel li a img { width:60px;height:60px;}

.ul_carousel li.coach a{ border:2px solid #cf5b0d; }
#CoachCorner .ul_carousel li.new_log a{ border:2px solid #48a6d9; }

