/* $Id$ */

.b-our_court {
	text-align: center;
}

/* Картинки */
.b-our_court-img-wrapper {
	margin: 0 auto;
	padding: 20px 0 29px;
	position: relative;
	width: 260px;
	height: 190px;
}
.b-our_court .b-our_court-img {
	width: 260px;
}
.b-our_court .our_court-img {
	border: 5px solid #A0A5AE;
	width: 250px;
	height: 190px;
	border-image: initial;
	margin: 0;
}
.b-our_court .our_court-img img {
	width: 100%;
	height: 100%;
}
.b-our_court .b-cursor-button {
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	display: none;
	z-index: 10;
	margin-top: -15px;
}
.b-our_court .b-cursor-button--left {
	left: 5px;
	background: url(img/cursor_left.png?201205211700) -10px 0 no-repeat;
}
.b-our_court .b-cursor-button--right {
	right: 5px;
	background: url(img/cursor_right.png?201205211700) no-repeat;
}
.b-our_court .our_court-img {
	display: none;
}

/* Описания */
.b-our_court .b-our_court-descr-wrapper {
	position: relative;
	width: 100% !important;
	height: 70px;
}
.b-our_court .b-our_court-descr {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 12px;
	padding: 10px 0;
}
.b-our_court .our_court-title {
	color: #6A6D73;
	padding: 0 0 4px;
	font-weight: normal;
}
.b-our_court .our_court-descr {
	color: #383C45;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 17px;
}
.b-our_court .our_court-title a,
.b-our_court .our_court-descr a {
	color: #0773BF;
	text-decoration: none;
}
.b-our_court .our_court-title a:hover,
.b-our_court .our_court-descr a:hover {
	text-decoration: underline;
}
