/**
 * Gallery
 */
.gallery_previews {
	margin: 2em 0;
	position: relative;
}

.gallery_previews img {
	border: 0;
}


/**
 * Gallery Previews
 */
.gallery_previews .previews {
	height: 74px;
	padding-top: 7px;
	position: relative;
	width: 100%;
}

.gallery_previews .previews .back {
	background: #f5f5ea;
	height: 55px;
	left: 0;
	padding: 7px 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.gallery_previews .previews .container {
	height: 67px;
	margin: 0 32px;
	overflow: hidden;
	padding-bottom: 7px;
	position: relative;
}

.gallery_previews .previews .content {
	cursor: move;
	height: 55px;
	margin-left: -88px; /* Ширина прелоадера */
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 800%;
}

.gallery_previews .previews .pictures {
	float: left;
	line-height: 55px;
}

.gallery_previews .previews .pictures img {
	display: none;
	margin-right: 4px;
	vertical-align: middle;
}

.gallery_previews .previews .pictures img.active {
	background-color: #777;
	cursor: pointer;
	display: inline;
}

.gallery_previews .previews .pictures img.selected {
	cursor: move;
	filter: alpha(opacity=30);
	opacity: .3;
}

.gallery_previews .preloader {
	background-position: center center;
	float: left;
	height: 55px;
	padding: 0 35px;
	position: relative;
}


/**
 * Gallery Line Control Arrows
 */
.gallery_previews .previews .prev,
.gallery_previews .previews .next {
	cursor: pointer;
	display: block;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top: 28px;
	width: 14px;
}

.gallery_previews .previews .disabled {
	cursor: auto;
}

.gallery_previews .previews .prev {
	left: 6px;
}

.gallery_previews .previews .next {
	left: auto;
	right: 5px;
}

.gallery_previews .previews .prev .icon,
.gallery_previews .previews .next .icon {
	background: url(../i/icons.gif) no-repeat;
	display: block;
	height: 45px;
	position: relative;
	top: 0;
	width: 28px;
}

.gallery_previews .previews .prev .icon {
	left: 0;
}

.gallery_previews .previews .next .icon {
	left: -14px;
}

.gallery_previews .previews .prev:hover .icon,
.gallery_previews .previews .next:hover .icon,
.gallery_previews .previews .hover .icon ins {
	top: -15px;
}

.gallery_previews .previews .disabled .icon,
.gallery_previews .previews .disabled:hover .icon {
	top: -30px;
}


/**
 * Gallery Fast Navigation Control
 */
.gallery_previews .previews .selected_left,
.gallery_previews .previews .selected_right {
	color: #fff;
	cursor: pointer;
	display: block;
	height: 10px;
	left: 7px;
	position: absolute;
	top: 70px;
	width: 13px;
}

.gallery_previews .previews .selected_right {
	left: auto;
	right: 7px;
}

.gallery_previews .previews .content .selected_runner {
	background: url(../i/icons.gif) 0 -45px no-repeat;
	bottom: -19px;
	display: block;
	height: 6px;
	left: -10px;
	margin-left: -4px;
	position: absolute;
	top: auto;
	width: 11px;
}


/**
 * Pictures
 */
.gallery_content .pictures {
	position: relative;
	text-align: center;
	width: 100%;
}

.gallery_content .pictures img {
	border: 0;
}

.gallery_content .pictures .picture {
	display: block;
	min-height: 1px;
	width: 100%;
}


/**
 * Gallery Model
 */
.gallery_model {
	display: none;
}