/**

"Corporate Blue"" skin for jQuery newsticker
 
Design & code by Studio 164a

**/ 
#ticker {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:-17px;
	width:90%;
	}
 
.newsticker_wrapper {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	line-height: 2.2em;
	color: #fff;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	height: 34px;
	margin-bottom:5px;
	background-color: #FF6666;
} 

.newsticker a {
    color: #fff46f;
}

.newsticker {
    height: 22px;
    margin: 0px;
    padding: 0px;    
}

.newsticker li {
    margin-left: 10px;
	margin-right: 10px;
    list-style-type: none;
    list-style-image: none;
} 

.newsticker_controls {
	position: absolute;
	right: 15px;
	top: 0;
	list-style-type: none;
	list-style-image: none;
	background-color: #FF6666;
	z-index: 30;
	margin: 0;
	padding-left: 15px;
}

.newsticker_controls li {
	float: left;
	height: 35px;
	background-repeat: no-repeat;
	background-color: #FF6666;
	cursor: pointer;
}

.newsticker_controls .previous,
.newsticker_controls .next {
    width: 12px;
}

.newsticker_controls .pause,
.newsticker_controls .resume {
    width: 13px;
    padding: 0 15px;
    background-position: center;
}

.newsticker_controls .pause {
	background-image: url(../_raga_images_aac/_newsticker/pause.png);
}

.newsticker_controls .resume {
    background-image: url(../_raga_images_aac/_newsticker/resume.png);       
}

.newsticker_controls .previous {
    background-image: url(../_raga_images_aac/_newsticker/previous.png);   
    background-position: left center;
}

.newsticker_controls .next {
    background-image: url(../_raga_images_aac/_newsticker/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: 0px;
    padding: 0;
}

.newsticker_scroller {
    margin-left: 18px;
}

	
@media only screen and (min-width: 980px) {

#ticker {
	width:70%;
	}
 
.newsticker_wrapper {
	line-height: 2.5em;
	margin-bottom:5px;
} 
.newsticker {
    margin: 3px;
	width:70%;
	font-size: 1.1em;
	line-height: 1.8em;
	}
}


