.type_module_slider_rotator.template_sti_slider
{
	width: 100%;
	height: 500px;
	background: #3d4750;
	color: #fff;
	position: relative;
	overflow: hidden;
}


.type_module_slider_rotator.template_sti_slider .slider
{
	width: 1024px;
	margin:  0px auto;

}




.type_module_slider_rotator.template_sti_slider .slider .string_title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	position: absolute;
	top: 100px;
	width: 300px;
}



.type_module_slider_rotator.template_sti_slider .slider .texteditor_introtext
{
	font-size: 17px;
	position: absolute;
	top: 200px;
	height: 275px;

}

.type_module_slider_rotator.template_sti_slider .slider .texteditor_introtext .readmore
{
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	left: 433px;
	bottom: 0px;
	transform: skew(20deg);

	

}

.type_module_slider_rotator.template_sti_slider .slider .texteditor_introtext .readmore a
{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	transform: skew(-20deg);
	font-weight: bold;
	color: #3d4750;
	text-align: center;
	width: 200px;
}




.type_module_slider_rotator.template_sti_slider .slider .uploadfile_intro_image
{
	position: absolute;
	top: 0px;
}

.type_module_slider_rotator.template_sti_slider .slider .uploadfile_intro_image img
{
	width: 100%;
	min-height: 500px;
}

.type_module_slider_rotator.template_sti_slider .slider .uploadfile_intro_image:before
{
	

	content: "";
	display: block;
	width: 100%;
	height: 500px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}

.type_module_slider_rotator.template_sti_slider .slider .uploadfile_intro_image:after
{
	content: "";
	display: block;
	background: url("/modules/slider_rotator/front/view/template/sti_slider/img/image224151.png") no-repeat;
	background-size: 520px;
	width: 500px;
	height: 500px;
	position: absolute;
	z-index: 9999999;
	right: 0px;
	top: 0px;
}


.type_module_slider_rotator.template_sti_slider .slider .uploadfile_intro_image .field_value:before
{
	content: "";
	display: block;
	width: 500px;
	height: 500px;
	margin-left: -140px;
	background: #3d4750;
	transform: skew(20deg);
	position: absolute;
	top: 0px;
}


.type_module_slider_rotator.template_sti_slider .button_back
{
	position: absolute;
	background: #0cc0f1 url("/modules/slider_rotator/front/view/template/sti_slider/img/back.png") no-repeat;
	background-position: calc(100% - 10px) 8px;
	height: 50px;
	top: 200px;
	width: calc(50% - 550px);
	text-align: right;
	cursor: pointer;
}

.type_module_slider_rotator.template_sti_slider .button_next
{
	position: absolute;
	background: #0cc0f1 url("/modules/slider_rotator/front/view/template/sti_slider/img/next.png") no-repeat;
	background-position: 10px 8px;
	height: 50px;
	top: 200px;
	right: 0px;
	width: calc(50% - 550px);
	text-align: right;
	cursor: pointer;
}



