.newsWrapper {

}
.newsTitle{
    text-align:left;
    font-weight:bold;
    font-size: 20px;
    margin: 6px 0 2px 50px;
}
.newsDate {
    color:#6e6e6e;
    font-size: 10px;
    text-align:left;
    margin: 5px 0 5px 50px;
    float: left;
}
.newsContainer{
    background-color: #f3f3f3;
    min-height: 190px;
    border-bottom: 1px solid #a3a3a3;
    padding: 20px 0 20px 0;
    margin: 5px 0 5px 0;
    position: relative;
}
.newsContent {
    text-align:left;
    font-size: 14px;
    float: left;
    width: 630px;
    position: relative;
}
.newsHeader {
    font-weight: bold;
}
.newsImg {
    float: left;
    margin: 0 10px 0 10px;
    width: 200px;
    height: 200px;
}
.pagintorContent{
    color: #fff;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.pagintorContent div{
    float: left;
    margin: 1px 10px 0 0;
}
.pagintorContent img{
    margin: 3px 0 0 0;
}
#galleryPaginator{
    bottom: 0px !important;
    right: 108px; 
}
