/*#ticker {
    bottom: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1000;
    left: 0;
}*/

/*#ticker-close {
    background-color: #f5f5f5;
    height: 40px;
    width: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 11px;
    color: #C4C4C4;
    font-weight: normal;
    z-index: 4000;
    padding: 2px 0 0 5px;
}*/

.ticker_logo {
    background-color: #f5f5f5;
    position: fixed;
    left: 10px;
    z-index: 3100;
    padding: 10px 10px 0 10px;
    height: 40px;
}

.newsticker_wrapper {
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;
    /*border: 1px solid #000;*/
    line-height: 30px;
    height: 43px; /*ticker height*/
    background-color: #f5f5f5;
    /*background-position: bottom right;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#000), color-stop(0.5, #464648), to(#000));
    background-image: -webkit-linear-gradient(left, #000, #464648 50%, #000); 
    background-image: -moz-linear-gradient(left, #000, #464648 50%, #000);
    background-image: -ms-linear-gradient(left, #000, #464648 50%, #000); 
    background-image: -o-linear-gradient(left, #000, #464648 50%, #000); 
    -webkit-text-size-adjust: none;*/
}

    .newsticker_wrapper h4 {
        color: #4c4c4c;
        height: 100%;
        overflow: hidden;
        padding: 0 14px 0 11px;
        margin: 0 11px 0 0;
        font-style: italic;
        background-color: #f5f5f5;
    }

.newsticker a {
    color: #4c4c4c;
}

.newsticker {
    height: 30px;
    margin: 0;
    padding: 0;
}

    .newsticker li {
        padding: 0 15px;
        list-style-type: none;
        list-style-image: none;
    }

.newsticker_controls {
    position: absolute;
    right: 15px;
    top: 8px;
    list-style-type: none;
    list-style-image: none;
    background-color: #f5f5f5;
    z-index: 30;
    margin: 0;
    padding-left: 10px;
}

    .newsticker_controls li {
        float: left;
        height: 30px;
        background-repeat: no-repeat;
        background-color: #f5f5f5;
        cursor: pointer;
    }

    .newsticker_controls .previous,
    .newsticker_controls .next {
        width: 12px;
    }

    .newsticker_controls .pause,
    .newsticker_controls .resume {
        width: 13px;
        padding: 0 10px;
        background-position: center;
    }

    .newsticker_controls .pause {
        background-image: url('dark/pause.png');
    }

    .newsticker_controls .resume {
        background-image: url('dark/resume.png');
    }

    .newsticker_controls .previous {
        background-image: url('dark/previous.png');
        background-position: left center;
    }

    .newsticker_controls .next {
        background-image: url('dark/next.png');
        background-position: right center;
    }

.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Reveal */
.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Scroll */
.newsticker_style_scroll .newsticker li {
    margin-right: 80px;
    padding: 0;
}

.newsticker_scroller {
    margin: 0 10px;
}



/*
THE MARKUP:

<div class="newsticker_wrapper">
	<h4>The Latest</h4>
	<ul class="newsticker">
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
	</ul>
</div>
*/
 #ticker-close:hover {
  color: #eee;
  text-shadow: 0 0 1px #666;
  text-decoration: none;
  box-shadow: 0 0 3px #222 inset;
  opacity: 1;
  font-weight: bolder;
}

#ticker {
  bottom: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
}

#ticker-close {
  background-color: #f5f5f5;
  height: 40px;
  width: 10px;
  position: fixed;
  bottom: 25px;
  left: 0;
  font-size: 11px;
  color: #C4C4C4;
  font-weight: normal;
  z-index: 4000;
  padding: 0px 0 0 3px;
  height: 10px;
  border-radius: 6px;
  font-size: 10px;
  color: black;
  line-height: 9px;
  box-shadow: 1px 1px 2px #000;
  background: #cccbbb;
  position: fixed;
  left: 0;
}