.newsComponent {
    width: 99%;
    display : block;
    padding : 15px 0px 5px 0px;
}

.newsComponent ul {
    list-style-image : url("http://www.cytric.info/images/bullet1.gif");
    display: block;
    padding : 5px 0px 5px 0px;
    margin: 0px 0px 0px 15px;
}

.newsComponent ul .textInUL {margin-left: -15px !important; margin-bottom: 0px !important; display: block; clear: both; }

.newsComponent li {
    padding : 0px 20px 0px 0px;
}

.newsTitle {
    color: #04B4EF;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font : bold 14px Arial Narrow,Helvetica,Geneva;
}

.titleInText {
    font-weight : bold;
}

.date {
	font-weight : bold;
}

.divider {
	border-bottom: 2px solid #cccccc;
	display : block;
    width: 100%; 
    float: none; 
}

.leftArrow{
	background-image: url("http://www.cytric.info/images/leftArr.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
   padding : 2px 0px 2px 0px;
   margin: 0px 0px 0px 0px;
}

.topSpace0 {margin-top: 0px !important; padding: 0px !important; }
.bottomSpace0 {margin-bottom: 0px !important; padding: 0px !important; }