.newstape a
{
    color: #333333;
    font-size:12px;
    font-weight:200;
    text-decoration:none;
}


.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape 
{
  width:100%;
  color: #fff;
  height: 220px;
  overflow: hidden;
  margin:0px auto;
  
  

}

.newstape-content 
{
  width:100%;
  position: relative;
  margin:0px auto;
}

.newstape-drag { cursor: ns-resize; }

.news-block
{
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    height: 67px;
    padding: 5px 0px;
    margin: 0px auto;
    margin-bottom: 5px;
    position:relative;
    box-sizing:border-box
}

.news-image
{
      border:1px solid #dddddd;
    border-radius:3px;
    background-color:#ffffff;
    padding:2px;
    width:48px;
    height:48px;
    float:right;
    margin-right:5px;
    margin-left:10px;  
}

.news-image img
{
    width:100%;
    height:100%;
}


.news-block h5
{
        margin:0px;
    padding:0px;
    direction: rtl;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-bottom:4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-block p
{
    margin:0px;
    padding:0px;
    direction: rtl;
    text-align: right;
    font-size: 12px;
    font-weight: 200;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}