#ticker {
    width: 900px;
    height: 35px !important;
    float: left;
    font-family: Helvetica, arial, sans-serif;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    background: url(../images/ticker-shadow-homepage.png) no-repeat left bottom !important;
    }
   
#ticker.mobile {
	width: 100%;
	background: none;
	height: 22px;
	overflow: visible;
	border-top: 1px dotted #c0c9ac;
	border-bottom: 1px dotted #c0c9ac;
	}   

#ticker.interior {
	width: 690px;
	height: 30px;
    background: url(../images/ticker-shadow-interior.png) no-repeat;
	}

#ticker a {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
	}

#ticker a:hover {
	text-decoration: underline;
	}

#ticker a.previous, #ticker a.next {
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 10px;
	height: 11px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	text-indent: -9999px;
	background: url(../images/ticker-button-left.png) no-repeat;
	}

#ticker a.next {
	background: url(../images/ticker-button-right.png) no-repeat;
	}

#ticker a.previous:hover, #ticker a.next:hover {
	background-position: 0 -11px;
	}

#ticker a.inactive {
	color: #666666;
	cursor: default;
	background-position: 0 -22px;
	}

#ticker a.inactive:hover {
	background-position: 0 -22px;
	}

#ticker .tickerCount {
	float: left;
	font-size: 11px;
	color: #333333;
	position: relative;
	height: 12px;
	line-height: 12px !important;
	}

#ticker .tickerItem {	
	float: left;
	height: 12px;
	position: absolute;
	}

#ticker.mobile .tickerItem {
	height: auto;
	padding-top: 3px;
	padding-bottom: 5px;
	}

#ticker .tickerItem img {
	float: left;
	margin-right: 5px;
	}

