.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
	
}

.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}

.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
    height: 200px;
}

.simply-scroll-list li {
    padding: 5px 0;
    margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}


/* Custom class modifications - override classees

.simply-scroll is default

*/

.news-ticker { /* Customisable base class for style override DIV */
	
}

.news-ticker-container {
	position: relative;
	overflow: hidden;
}

.news-ticker-inner {
	position: relative;
	overflow: hidden;
}


.news-ticker .simply-scroll-clip {
	height: 200px;
}

.news-ticker .simply-scroll-list {
	list-style: none;
	
}

.news-ticker .simply-scroll-list li {
	padding: 5px 0;
	margin: 0;
    border-bottom: 1px dotted #ddd;
}

a.news-ticker-out:link,
a.news-ticker-out:active,
a.news-ticker-out:visited {
	color: #114e79 !important;
	font-size: 12px;
	text-decoration: underline;
    font-weight: bolder;
}

a.news-ticker-out:hover {
	color: #006699 !important;
}

.news-ticker-source {
	color: #c40000;
	font-weight: normal;
    font-size: 11px!important;
}