div.livetickerBand {
	background: url(/images/liveticker-band/ltb_kf_bg.jpg);
	border: 1px solid #cccccc;
	height: 77px;
	margin-bottom: 10px;
	width: 918px;
}

div.livetickerBand div.livetickerBandHead {
	color: #535353;
	height: 27px;
	line-height: 27px;
	margin-left: 10px;
}

div.livetickerBand div.livetickerBandContent {

}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentConferenceElement {
	cursor: hand;
	cursor: pointer;
	float: left;
	height: 76px;
	padding-left: 10px;
	width: 83px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentConferenceElement div.livetickerBandContentConferenceElementGameday {
	color: #444444;
	font-size: 11px;
	margin-top: 7px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentConferenceElement div.livetickerBandContentConferenceElementDivision {
	color: #444444;
	font-size: 11px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentConferenceElement div.livetickerBandContentConferenceElementTitle {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement {
	border-right: 1px solid #cccccc;
	cursor: hand;
	cursor: pointer;
	float: left;
	height: 72px;
	padding-top: 5px;
	width: 101px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElementActive {
	background: url(/images/liveticker-band/ltb_kf_bg_active.jpg);
	color: #ffffff;
	height: 72px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElementActiveConference {
	background: url(/images/liveticker-band/active_bg_conference.png);
	height: 77px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementKickoff {
	color: #444444;
	font-size: 11px;
	text-align: center;
	width: 101px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElementActive div.livetickerBandContentGameElementKickoff {
	color: #ffffff;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementEvent {
	color: #444444;
	font-size: 11px;
	text-align: center;
	width: 101px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElementActive div.livetickerBandContentGameElementEvent {
	color: #ffffff;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementStatus {
	color: #444444;
	font-size: 11px;
	line-height: 12px;
	margin-top: 1px;
	text-align: center;
	width: 101px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElementActive div.livetickerBandContentGameElementStatus {
	color: #ffffff;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementStatus span.livetickerBandContentGameElementStatusLive {
	background: #eb9b22;
	display: block;
	line-height: 12px;
	margin: auto;
	width: 50px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementStatus span.livetickerBandContentGameElementStatusLiveActive {
	background: #f4c987;
	display: block;
	line-height: 12px;
	margin: auto;
	width: 50px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementIcons {
	margin-top: 2px;
	width: 101px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementIcons div.livetickerBandContentGameElementIconsTeam {
	float: left;
	text-align: center;
	width: 35px;
}

div.livetickerBand div.livetickerBandContent div.livetickerBandContentGameElement div.livetickerBandContentGameElementIcons div.livetickerBandContentGameElementIconsScore {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	width: 31px;
}


div.livetickerBandCl {
    float: left;
	overflow-x: hidden;
    overflow-y: hidden;    
    width: 852px;
}
div.livetickerBandContentCl {
    width: 1918px;
}

div.livetickerBandContentCl .rows {
    float: left;
}

div.livetickerBand div.next {
    background: url("/images/gallery/next.png");
    cursor: pointer;
    float: left;
    height: 23px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 29px;
    width: 21px;
}
div.livetickerBand div.previous {
    background: url("/images/gallery/previous.png") no-repeat;
    opacity: .3;
    float: left;
    height: 23px;
    margin-left: 8px;
    margin-top: 29px;
    width: 21px;
}