
/* WP-Stock-Ticker CSS */
/* =================== */

.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;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}
.simply-scroll { /* Customisable base class for style override DIV */
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0px;
  height: 23px;
  overflow: hidden;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 74%, rgba(234,234,234,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  background: linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
}

.simply-scroll .simply-scroll-list li {
	float: left;
	padding-right:15px;
}
.ticker-stocks-container {
  width: 100%;
  height: 23px;
  margin: 0 auto;
  padding: 0px 0px;
  overflow: hidden;
}
.stocks, .stocksTickerWidget {
  position: relative;
  left:0;
  margin: 0;
  padding: 0;
}
.stocks li, .stocksTickerWidget li {
  float: left;
  font-size: 13px;
  line-height: 22px;
  padding-right: 20px;
  color: #000;
  list-style-type: none;
}
.stockdown {
  color: red;
  padding-left: 5px;
}
.stockup {
  color: green;
  padding-left: 5px;
}
.currency {
  color: blue;
  padding-left: 5px;
}
.stocks-chart, .stocks-intf-chart {
	z-index:900;
	height:205px;
	width:350px;

	background:#f6f4f4;
	display:none;
	
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:10px;
	
	padding:10px;
	border:#9d9fa1 1px solid;
}
/*for static */
.static-stocks-container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  overflow: hidden;
}
.static-stocks {
  float:left;
  margin: 0;
  padding: 0;
}
.static-stocks li {
  font-size: 13px;
  line-height: 22px;
  margin:0;
  padding-right: 20px;
  color: #000000;
  list-style:none;
}
.static-stocks-chart-by-shortcode, .static-stocks-chart-by-interface{
  float:left;
  width:360px;
  overflow:hidden;
}
