/* 2011-01-25 01 Serge >>>>>>>>>>>>>>>> */

/* Diz Begin >>>>>>>>>>>>>>>>>>>>>>>>>> */
	.contentslider {
		position: relative;
		height: 318px;
	}
	.contentslider .color, .contentslider .left-top, .contentslider .right-top, .contentslider .right-bottom, .contentslider .left-bottom {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: -3;
	}
	.contentslider .color {
		background-color: #a4c703;
	}
	.contentslider .left-top {
		background: url(left-top.gif) no-repeat;
	}
	.contentslider .right-top {
		background: url(right-top.gif) 100% 0% no-repeat;
	}
	.contentslider .right-bottom {
		background: url(right-bottom.gif) 100% 100% no-repeat;
	}
	.contentslider .left-bottom {
		background: url(left-bottom.gif) 0% 100% no-repeat;
	}
	.contentslider .right-top-text {
		position: absolute;
		width: 152px;
		height: 153px;
		right: -10px;
		top: -10px;
		background: url(right-top-text.png) 100% 0% no-repeat;
		z-index: 1;
	}
	
	
	
	.cs_leftBtn, .cs_rightBtn {
		position: absolute;
		bottom: 11px;
		margin-top: -28px;
		width: 38px;
		height: 46px;
		z-index: 100;
	}
	.cs_leftBtn {
		left: -8px;
	}
	.cs_rightBtn {
		right: -8px;
	}
	
  .contentslider .posone {
      position: relative;
      float: left;
      margin-top: 11px;
  }
  .contentslider .cs_article a {
      position: relative;
      display: block;
      width: 233px;
      height: 300px;
      left: 0px;
      top: 0px;
      z-index: 1;
      background: url(pos-fon.png) no-repeat;
  }
  .contentslider .cs_article img {
      position: absolute;
      width: 233px;
      height: 300px;
      left: 0px;
      top: 0px;
      z-index: -1;
  }
/* Diz End >>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.contentslider {
	width: 100%; 
  position: relative;
}
.cs_wrapper {
  position:relative;
  display:block;
  height:100%;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
}
.cs_article {
  float:left;
}
