.contentslide{
border: 2px solid #fff;
border-bottom-width: 16px;
padding: 8px;
width: 400px;
height: 300px;
overflow: hidden;
}
.contentslide .contentdiv{
display: none;
text-align:justify ;
direction:rtl;
}

.pagination{
width: 416px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align:right;
background-color:#ccc;
border: 10px solid #CCCCCC;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;

/*filter:alpha(opacity=50);
-moz-opacity:.50;*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
width: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color:#CC0000;
background-color: white;

}

.pagination a:hover, .pagination a.selected{
color: #CC0000;
background-color: #fff;
text-align:center;
}
.flexcontentitemtitle{
text-align:right;
font-size:12px;
font-weight:bold;
height:10px;

}
.tashilgostar{
float:left;
direction:ltr;
}
