
.spotlight {
    background: none repeat scroll 0 0 #255F97;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
}
.spotlight-title {
    background: url("images/side-title-spotlight_new.png") no-repeat scroll right center #255F97;
    color: #FFFFFF;
    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    padding: 2px 40px 1px 10px;
    text-transform: uppercase;
}
.spotlight-title span {
    display: block;
    float: left;
    margin: 7px 5px 0 0;
}
.tickercontainer {
    float: left;
    height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 949px;
	line-height:23px;
}

.tickercontainer .mask {
    left: 10px;
    overflow: hidden;
    position: relative;
    top: 5px;
    width: 949px;
}
ul.newsticker {
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsticker li {
    background: url("images/spotlight-arrow.png") no-repeat scroll 0 50% transparent;
    display: block !important;
    float: left;
    margin: 0 60px 0 0;
    padding: 0 0 0 12px;
}

ul.newsticker a {
    color: #FFFFFF !important;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
	font-weight:normal;
}
ul.newsticker a:hover {
     color: #FFFFFF;
    text-decoration: underline;
}

ul.newsticker span {
    margin: 0 10px 0 0;
}
