#sl-bottom{
	border: 0px;
	position: relative;
	margin: 0 0 20px 0;
}
#slider{ /* Оболочка слайдера */
	/*overflow: hidden;*/
	/*border-radius: 8px;*/
}
.slide{ /* Слайд */
	width:100%;
	/*height:100%;*/
	}
.sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align: center;
	position: absolute;
	z-index: 4;
	}
.sli-links .control-slide{
	position:absolute;
	z-index: 5;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/slpoint-off.png) center no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background:url(../images/slpoint-le.png) center no-repeat;}
.sli-links .control-slide.active{
	background:url(../images/slpoint-on.png) center no-repeat;}
#prewbutton, #nextbutton { /* Ссылка "Следующий" и "Педыдущий" */
	background-color: #7e1921;
	width:30px;
	height:30px;
	position:absolute;

	overflow:hidden;
	text-indent:-999px;
	background:url(../images/sl-left.png) center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{
	background-color: #7e1921 !important;;
right: 70px;
top: 24px;}
#nextbutton{
	background-color: #7e1921 !important;;
	background:url(../images/sl-right.png) center no-repeat;
	right: 16px;
	top: 24px;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}
.contentimgs {
	padding: 0px 0px;}