/* = ����� ����� HTM */body {	padding: 0 0 50em 0;	margin: 0;	font: 14px/1.8 Helvetica;	color: #444;	background-color: #dbdbdb;}a {text-decoration: none;}header {	display: block;	position: relative; 	margin: 0; 	background: #f9f9f9;}		.back { font:normal 3em 'Agency FB'; color: #0074A3; position:absolute; top: 10px; right: 10%;}.back:hover {text-decoration: underline;}h1 {margin: 0 0 0 2em;}h1 a { display: inline-block; font: normal 3em 'Agency FB'; text-decoration: none; }.how { color: #990000; }.to { color: #0074A3; }.make { color: #006600; }.demo { font: normal 2em 'Agency FB';}/* Slider */.slider {	width: 100%;	margin: 18px auto;	padding: 0 30px;	position: relative;	overflow: hidden;}.slider::-moz-selection { background: transparent; color: #fff; text-shadow: none; }.slider::selection { background: transparent; color: #fff; text-shadow: none; }.slide-list {	position: relative;	margin: 0;	padding: 0;}.slide-wrap {	position: relative;	left: 0px;	top: 0;	width: 10000000px;}.slide-item {    width: 190px;    float: left;    margin: 10px;    height: 140px;}.slide-item img{    border: solid 3px #fff;    border-radius: 2px;    box-shadow: 0 0px 10px 0px rgba(0,0,0,0.3);}.slide-title {	font: bold 16px monospace;	display: block;}/* ��������� ������/����� */.navy {	/* ���������� ���������������� */	position: absolute;	top: 0;	z-index: 1;	height: 100%;	/* ������ ������ */	width: 30px;	cursor: pointer;}.prev-slide {	left: 0;	background: #fff url(../template/left-arrow.png) 11px 48% no-repeat;}.next-slide {	right: 0;    -moz-transform: scaleX(-1);    -o-transform: scaleX(-1);    -webkit-transform: scaleX(-1);    transform: scaleX(-1);	background: #fff url(../template/left-arrow.png) 11px 48% no-repeat;}.navy.disable {	background: #dbdbdb;}/* ��������� �����/����� */.auto {	width: 7px;	height: 11px;	cursor: pointer;	margin: 10px auto;}.play {	background: url(../template/play.png) center no-repeat;}.pause {	background: url(../template/pause.png) center no-repeat;}