#special {
	position: relative;
	text-align: left;
}
#special > .wrapper {
	height: 300px;
	text-align: center;
}
#special > .wrapper > .arrow {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 30px;
	opacity: 1;
	position: absolute;
	text-decoration: none;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	bottom: 20px;
	transition: all 200ms linear;
	width: 10px;
	z-index: 40;
}
#special > .wrapper > .arrow:hover {
	opacity: 1;
}
#special > .wrapper > .arrow:after, #special > .wrapper > .arrow:before {
	bottom: -20px;
	content: '';
	height: 70px;
	left: -20px;
	opacity: 0.2;
	position: absolute;
	width: 50px;
}
#special > .wrapper > .arrow:after {
	background-color: #ffffff;
	z-index: -2;
}
#special > .wrapper > .arrow:before {
	background-color: #740606;
	opacity: 0;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: -1;
}
#special > .wrapper > .arrow:hover:before {
	opacity: 0.5;
}
#special > .wrapper > .arrow.left {
	background-image: url(/images/previous.png);
	left: 20px;
}
#special > .wrapper > .arrow.right {
	background-image: url(/images/next.png);
	right: 20px;
}
#special > .wrapper > .blocks {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	line-height: 0;
	position: relative;
}
#special > .wrapper > .blocks > .block {
	font-size: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}
#special > .wrapper > .blocks > .block.active {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}
#special > .wrapper > .blocks > .block > .element {
	color: #fff;
	display: inline-block; *zoom:1; *display:inline;
	height: 100%;
	position: relative;
	vertical-align: top;
	width: 100%;
}
#special > .wrapper > .blocks > .block > .element:first-child {

}
#special > .wrapper > .blocks > .block > .element > a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 30;
}
#special > .wrapper > .blocks > .block > .element > .title {
	background: rgb(234,78,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,78,82,1) 0%, rgba(217,61,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,78,82,1)), color-stop(100%,rgba(217,61,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,78,82,1) 0%,rgba(217,61,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,78,82,1) 0%,rgba(217,61,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,78,82,1) 0%,rgba(217,61,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,78,82,1) 0%,rgba(217,61,65,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4e52', endColorstr='#d93d41',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
	padding: 20px 25px 22px;
	position: relative;
	margin: 30px auto 0 30px;
	text-shadow: 0px 0px 3px #000000;
	text-transform: uppercase;
	width: 460px;
	z-index: 20;
}
#special > .wrapper > .blocks > .block > .element > .content-lite {
	background: rgb(217,61,65); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(217,61,65,1) 0%, rgba(204,48,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,61,65,1)), color-stop(100%,rgba(204,48,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,61,65,1) 0%,rgba(204,48,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,61,65,1) 0%,rgba(204,48,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,61,65,1) 0%,rgba(204,48,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,61,65,1) 0%,rgba(204,48,52,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93d41', endColorstr='#cc3034',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	padding: 0 25px 25px;
	position: relative;
	margin: 0 auto 0 30px;
	text-shadow: 0px 0px 3px #000000;
	width: 460px;
	z-index: 20;
}
#special > .wrapper > .blocks > .block > .element > .image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
#special > .wrapper > .blocks > .block > .element > .image img {
	width: 100%;
	height: 100%;
}
#special > .wrapper > .blocks > .block > .element > .link {
	position: relative;
	height: 40px;
	overflow: hidden;
	padding: 0 5px;
	vertical-align: middle;
}
#special > .wrapper > .blocks > .block > .element > .link a {
	border-bottom: 1px solid transparent;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-shadow: 0px 0px 3px #000000;
}
#special > .wrapper > .blocks > .block > .element > .link a:hover {
	border-bottom-color: #cecece;
}
#special > .wrapper > .blocks > .block > .element > .price {
	margin: 17px 105px 0 5px;
	height: 22px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	text-align: right;
	overflow: hidden;
	text-shadow: 0px 0px 5px #000000;
	white-space: nowrap;
}
#special > .wrapper > .blocks > .block > .element > .button {
	position: absolute;
	right: 5px;
	bottom: -1px;
	font-size: 0;
}
#special > .wrapper > .blocks > .block > .element > .button a {
	display: inline-block; *zoom:1; *display:inline;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	line-height: 10px;
	position: relative;
	padding: 9px 16px 8px;
	text-shadow: 1px 0 1px #000000;
	text-decoration: none;
}
#special > .wrapper > .blocks > .block > .element > .button a:before, #special > .wrapper > .blocks > .block > .element > .button a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
#special > .wrapper > .blocks > .block > .element > .button a:before {
		z-index: -2;

background: rgb(191,48,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,48,48,1) 0%, rgba(135,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,48,1)), color-stop(100%,rgba(135,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3030', endColorstr='#871c1c',GradientType=0 ); /* IE6-9 */
}
#special > .wrapper > .blocks > .block > .element > .button a:after {
	opacity: 0;
	z-index: -1;

background: -moz-linear-gradient(top,  rgba(94,22,22,0) 0%, rgba(94,22,22,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,22,22,0)), color-stop(100%,rgba(94,22,22,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e1616', endColorstr='#5e1616',GradientType=0 ); /* IE6-9 */
}
#special > .wrapper > .blocks > .block > .element > .button a:hover:after {
	opacity: 1;
}
#special > .wrapper > .circles {
	position: absolute;
	z-index: 40;
	bottom: 30px;
	height: 0px;
	width: 100%;
	text-align: center;
}
#special > .wrapper > .circles a {
	display: inline-block; *zoom:1; *display:inline;
	width: 13px;
	height: 13px;
	background-color: #000000;
	opacity: 0.5;
	margin: 0 5px;

	border: 1px solid rgba(255, 255, 255, 0.5);

-webkit-border-radius: 7px;
border-radius: 7px;

-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-ms-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
#special > .wrapper > .circles a:hover {
	opacity: 0.9;
	border-color: #ffffff;
}
#special > .wrapper > .circles a.active {
	opacity: 0.7;
	background-color: #740606;
}