/* ==========================================================================
		Slider core styles
===========================================================================*/
 
.slider-container {
  position: relative;
  overflow: hidden;
 
 height:400px;
 
 
  width: 100%;
  margin: 0px;
}

.slider {
  position: relative;

  width: 9999px;
 
}
.slider:before,
.slider:after {
  display: table;

  content: ' ';
}
.slider:after {
  clear: both;
}
.slider .slide {
  position: relative;

  float: right;

  margin: 0;
  padding: 0;
}
.slider .slide img {
max-width: 100%;
  
  
}
.act,
#prev > span,
#next > span,
#slider-nav > a {
  background: url(../images/arrows.png) no-repeat;
}
#next > span,
#prev > span {
  display: block;
  width: 16px;
  height: 24px;
}
/* Arrows */
#next > span {
  background-position: -20px 0;
}
#prev > span {
  background-position: 0 0;
}
#next,
#prev {
  position: absolute;
  top: 35%;
  margin-top: -20px;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  border-radius: 5px;
  background: rgba(0, 0, 0, .39);

  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
       -o-user-select: none;
}
#prev {
  left: 10px;
}
#next {
  right: 10px;
}
.caption {
  width: 100%;
  direction:rtl;
  
  padding:6px;
  text-align:justify;
  font-size:18px; 
  color: #5b6167;
 
  
}
.caption a {
  display: block;

  color: #fff;
 
  
}

.tit{color:#060; font-size:20px ; width:auto; padding:5px; margin:5px; border-bottom:3px solid #060; font-weight:bold}
.date{ left:10px; bottom:10px; float:left; position:absolute; width:100px ; color:#030; font-size:14px}
