	#tic {
  	/* enter any styles for the ticker below */
		background-image:url(images/boxbottom.gif);
		background-position:bottom;
  	font-size:0.85em;
  	padding:10px;
  	width:142px;
  	line-height:13px;
	}
	#tic * {
  	/* this will hide all children tags */
  	font-size: 1em;
  	margin:0px;
  	padding:0px;
  	display:none;
	}
	#tic a {
  	/* add more tags to this list if you wish to display them inside the children */
  	display:inline;
	}
/* avoids flickering at the beginning */
	 #boxes {
	 position:absolute;
	 	right:20px;
		top:20px;
		width:164px;
		z-index: 10;
	}
#box1,#box2 {
margin-bottom:20px;
background-image:url(../images/boxbottom.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box1 h3,#box2 h3 {
background:#FF0000;
text-align:right;
padding:23px 30px 9px 0;
margin:0 0 0 -1px;
background:url(../images/boxtop.gif) top no-repeat;
font-weight:600;
font-size:14px;
color:#0099FF
}
#box1 p {
color:#FFF;
padding:9px 19px 24px 12px;
margin:0;
} 
