#newsticker-demo
{
    width: 270px;
    height: 150px;
    overflow: hidden;
    padding: 0px;
}
#newsticker-demo .title
{
    font-size: 11px;
    padding: 5px;
    font-family: verdana;
    color: #FFFFFF;
}
#newsticker-demo p
{
    margin: 0px;
    padding: 10px 0px 0px 20px;
}
#newsticker-demo ul
{
}
#newsticker-demo li
{
    list-style: none;
    display: block;
    padding: 7px 0px;
    border-bottom: 1px solid #dddddd;
    height: 60px;
    font-family: Arial;
    font-size: 12px;
}
#newsticker-demo li a
{
    color: #4D8412;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
    width:300px;
   
}
.des
{
    padding-left: 20px;
    
}


/********************************************************************/

.previous
{
    outline: none;
    cursor: pointer;
    margin-left: 145px;
    vertical-align: bottom;
}
.next
{
    outline: none;
    cursor: pointer;
    margin-left: 145px;
    vertical-align: top;
}

.marqueInner
{
    position: relative;
    float: left;
    height: 100%;
    width: 20%;
    padding-left: -50px;
}
.marqueDate
{
    background-color: #24BBDA;
    text-align: center;
    width: 50px;
    height: 30px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    behavior: url(border-radius.htc);
}
.buttonMarq
{
    background: url(../images/button.png) no-repeat 0 0;
    float: none;
    width: 50px;
    height: 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
    text-align: center;
    font-size: 11px;
}
.buttonMarq:hover
{
    background: url(../images/button.png) no-repeat 0 -22px;
}
.marqueNews
{
    position: relative;
    width: 190px;
    text-align: left;
}
.News
{
    color: White;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    text-align: justify;
    width: 300px;
}
.marqueHref
{
    color: Black;
    float: right;
    text-decoration: none;
    font-size: 10px;
}



#newsticker-demo1
{
    width: 200px;
    height: 118px;
    overflow: hidden;
    padding: 0px;
}
#newsticker-demo1 .title
{
    font-size: 11px;
    padding: 5px;
    font-family: verdana;
    color: #FFFFFF;
}
#newsticker-demo1 p
{
    margin: 0px;
    padding: 10px 0px 0px 20px;
}
#newsticker-demo1 ul
{
}
#newsticker-demo1 li
{
    list-style: none;
    display: block;
    padding: 7px 0px;
    border-bottom: 1px solid #dddddd;
    height: 104px;
    font-family: Arial;
    font-size: 12px;
}
#newsticker-demo1 li .nhead
{
    color: White;
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    padding-left: 0px;
}
