@charset "UTF-8";

.container {
background: #dee9fa none;
border: 1px solid #72e300;
height: 34px;
width: 640px;
}
 
.container .wrap {
width: 620px;
left: 13px;
top: 10px;
overflow: hidden;
position: relative;
line-height: normal;
font-size-adjust: none;
}
 
ul.stockTicker {
font-family: Verdana, Arial, Helvetica, San-serif;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
 
ul.stockTicker li {
margin: 0 10px 0;
float:left;
}

#content {
	width:				640px;
	height:				315px;
	padding:			3px;
	background:			black;
}

.panelwrappers {
	overflow:			hidden;
}


