@charset "utf-8";
/* CSS Document */

.karusel{
	display: block;
	height: 170px;
	width: 678px;
	position: relative;
}				
.karusel #button.prev{
	background-image: url(img/prindlrgnosti_str_left.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 11px;
	position: absolute;
	left: 5px;
	top: 40px;
	border: 0;
	cursor: pointer;
	background-color: transparent;
}
.karusel #button.next{
	background-image: url(img/prindlrgnosti_str_right.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 11px;
	position: absolute;
	top: 40px;
	right: 5px;
	border: 0;
	cursor: pointer;
	background-color: transparent;
}
.gallery {
	display: block!important;
	height: 120px!important;
	width: 610px!important;
	position: absolute!important;
	left: 34px!important;
	top: 0px!important;
}
.gallery ul {
	display: block;
	/* [disabled]width: 610px!important; */
	margin: 0px;
	padding: 0px;
}
.gallery li{
	margin: 0px; /* пробел вокруг изображений */
	display: block;
	float: left;
	height: 125px;
	width: 114px;
	list-style-type: none;
	padding: 5px;
	text-align: center;
}
.gallery li img {
	border: 0!important;
	max-width: 112px;
	max-height: 84px;
	margin-right: auto;
	margin-left: auto;
}
a.karusel-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	/* [disabled]font-weight: bold; */
	color: #234060;
	display: block;
	height: 30px;
	width: 112px;
	margin-bottom: 5px;
	text-decoration: none;
	text-align: center;
}
a:hover.karusel-link {
	text-decoration: underline;
}