/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #600e10;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.11, #ffffff), color-stop(0.56, #cccccc));  
	background-image: -webkit-linear-gradient(center bottom, #ffffff 11%, #cccccc 56%);  
	background-image: -moz-linear-gradient(center bottom, #ffffff 11%, #cccccc 56%);  
	background-image: linear-gradient(center bottom, #ffffff 11%, #cccccc 56%);  
	-webkit-box-shadow: 0 0 65px #ffffff inset, 0 0 20px #cccccc inset;  
	-moz-box-shadow:    0 0 65px #ffffff inset, 0 0 20px #cccccc inset;  
	box-shadow:         0 0 65px #ffffff inset, 0 0 20px #cccccc inset;  
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.bloc {  
    position: relative;  
    vertical-align: top;  
    width: 100%;  
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.11, #ffffff), color-stop(0.56, #cccccc));  
    background-image: -webkit-linear-gradient(center bottom, #ffffff 11%, #cccccc 56%);  
    background-image: -moz-linear-gradient(center bottom, #ffffff 11%, #cccccc 56%);  
    background-image: linear-gradient(center bottom, #ffffff 11%, #cccccc 56%);  
    -webkit-box-shadow: 0 0 65px #ffffff inset, 0 0 20px #cccccc inset;  
    -moz-box-shadow:    0 0 65px #ffffff inset, 0 0 20px #cccccc inset;  
    box-shadow:         0 0 65px #ffffff inset, 0 0 20px #cccccc inset;  
}
.bloc:after, .bloc:before {  
	content: " ";  
	position: absolute;  
	width: 50%;  
	height: 100px;  
	z-index: -10;  
}  
.bloc:before { background: green;}  
.bloc:after { background: red; }  
.curve:before {  
	top: 95px;  
	left: 5px;  
	transform: rotate(-3deg);  
	box-shadow: 17px 16px 15px #333;  
}  
.curve:after {  
	top: 95px;  
	right: 5px;  
	transform: rotate(3deg);  
	box-shadow: -17px 16px 15px #333;  
}  
.curve2:before {  
	top: 28px;  
	left: 5px;  
	transform: rotate(-3deg);  
	box-shadow: 17px 16px 15px #333;  
}  
.curve2:after {  
	top: 28px;  
	right: 5px;  
	transform: rotate(3deg);  
	box-shadow: -17px 16px 15px #333;  
}  
