
/*ticker */
#newsticker-demo { 
/*width:250px;  
padding:5px; 
font-family:Trebuchet MS;
font-size:12px;
margin:20px auto;*/
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #717171;
	padding-left:10px;
}

#newsticker-demo a { 	
	text-decoration: none;
	color: #717171; 
}

#newsticker-demo img { border: 1px solid #FFFFFF; }

#newsticker-demo .title, #container .title {

font-size:14px;
font-weight:bold;
padding-left:20px;
margin-bottom:5px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }



/*POLL */
#container{
	/*width:400px;
	border:1px solid #eee;
	margin:100px auto;*/
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #717171;	
}

#container a { 	
	text-decoration: underline;
	color: #717171; 
}

#container h1{
	margin:0; padding:5px; 
	font-size:1.4em; font-family:Georgia, serif;
	font-weight:normal; color:#333;
}
#container p{
	margin:0; line-height:2em;
}
#pollcontainer{
	margin:5px; border:1px solid #f3f3f3;
	background:#f9f9f9; padding:5px;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size:0.85em; }
.bar{ height:10px; background:#3399cc; }
.yourvote{ background:#113399; }
