@charset "utf-8";
/* CSS Document */
#newsticker_holder{
	float:left;
}

.vticker{
	width: 600px;
}
.vticker ul{
	padding: 0;
	
}
.vticker li{
    background-color: #FFFFFF;
    border-bottom: 1px solid #f0f0f0;
    list-style: none outside none;
    opacity: 0.8;
    padding: 12px 0px 12px 0px;
}

.vticker a{
	color:inherit;
	text-decoration:none;
}

.vticker li:hover{
	color:#FFF;
	text-decoration:none;
	opacity:1;
	background-color: #000000;
}

.vticker img{
	float:left;
}

.vticker h1{
    margin: 0;
    padding: 0;
	font-size:16pt;
}


.vticker div{
	height: 100px;
	padding-left: 115px;
	width: auto;
}

.vticker p {
	margin:0;
	padding:0;
    font-size: 10pt;
    font-weight: 100;
    line-height: 12pt;
    margin: 0;
}

#vticker_blackcontrols {
    background-color: #000000;
    height: 25px;
    width: 80px;
	float:right;
}

#vticker_blackcontrols img {
	float:right;
	margin:5px;
}