/*
 * Theme Name: Autobax
 * Theme URL: https://www.autobax.ru/
 * Description: Theme for Autobax site
 * Author: Atlant•GOST
 * Version: 2.0
 * Date: 2022-10-30
 * Modified version: none
 * Date modified: none
 */





@charset "win-1251";




.highslide-container div {
	text-align: center;
	}

.highslide {
	outline: none;
	text-decoration: none;
	}

.highslide img {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	background: #EAEAEA;
	}
.highslide img:hover {
	background: #CCC;
	}
.highslide img:active {
	background: #999;
	}

.highslide-active-anchor img {
	visibility: hidden;
	}
.highslide-gallery .highslide-active-anchor img {
	border-color: #000;
	visibility: visible;
	cursor: default;
	}
.highslide-image {
	background: #EAEAEA;
	}
.highslide-wrapper, .highslide-outline {
	background: #FFF;
	}
.glossy-dark {
	background: #111;
	}
.highslide-image-blur { }
.highslide-number {
	font-weight: bold;
	color: gray;
	}
.highslide-caption {
	display: none;
	font-size: 80%;
	padding: 10px;
	}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
	}
.highslide-dimming {
	position: absolute;
	background: #CCC;
	}
a.highslide-full-expand {
	display: block;
	background: url('../graphics/fullexpand.gif') no-repeat;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	}
.highslide-loading {
	display: block;
	border: 1px solid #C00;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	color: #C00;
	background: #FFF url('../graphics/loader.white.gif') no-repeat 3px 4px;
	padding: 4px 4px 4px 22px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0, 0.7);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0, 0.7);
	box-shadow: 0px 0px 4px rgba(0,0,0, 0.7);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}





a.highslide-credits,
a.highslide-credits i {
	color: #FFF;
	text-decoration: none;
	padding: 2px 10px;
	}
a.highslide-credits:visited,
a.highslide-credits:visited i {
	color: #FFF;
	text-decoration: none;
	padding: 2px 10px;
	}
a.highslide-credits:active,
a.highslide-credits:active i {
	text-decoration: none;
	color: #FFF;
	background: #600;
	}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	text-decoration: none;
	color: #FFF;
	background: #600;
	}





.highslide-move, .highslide-move * {
	cursor: move;
	}
.highslide-viewport {
	z-index: 1;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	}
.highslide-overlay {
	display: none;
	}
.hidden-container {
	display: none;
	}





/* Viewport fixed hack */

.highslide-viewport {
	position: absolute;
	left: expression( ( ( ignoreMe1 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
	width: expression( ( ( ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) ) + 'px' );
	height: expression( ( ( ignoreMe4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
	}





/* Thumbstrip PNG fix */

.highslide-scroll-down, .highslide-scroll-up {
	position: relative;
	overflow: hidden;
	}
.highslide-scroll-down div, .highslide-scroll-up div {
	/* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='../highslide/graphics/scrollarrows.png', sizingMethod='scale');
	position: absolute;
	width: 75px;
	height: 75px !important;
	background: none !important;
	cursor: pointer;
	cursor: hand;
	}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	left: -50px;
	top: -15px;
	}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	top: -15px;
	}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	top: -50px;
	}





/* Thumbstrip marker arrow trasparent background fix */

.highslide-thumbstrip .highslide-marker {
	border-color: #FFF; /* match the background */
	}
.dark .highslide-thumbstrip-horizontal .highslide-marker {
	border-color: #111;
	}
.highslide-viewport .highslide-marker {
	border-color: #333;
	}
.highslide-thumbstrip {
	float: left;
	}





/* Positioning fixes for the control bar */

.text-controls .highslide-controls {
	width: 480px;
	}
.text-controls a span {
	width: 4em;
	}
.text-controls .highslide-full-expand a span {
	width: 0;
	}
.text-controls .highslide-close a span {
	width: 0;
	}





/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/

.highslide-controls {
	width: 195px;
	height: 40px;
	background: url('../graphics/controlbar-white.gif') 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
	}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style-type: none;
	background: url('../graphics/controlbar-white.gif') right -90px no-repeat;
	margin: 0;
	padding: 0;
	}
.highslide-controls li {
	float: left;
	list-style-type: none;
	padding: 5px 0;
	margin:0;
	}
.highslide-controls a {
	display: block;
	float: left;
	outline: none;
	width: 30px;
	height: 30px;
	background: url('../graphics/controlbar-white.gif');
	}
.highslide-controls a.disabled {
	cursor: default;
	}
.highslide-controls a.disabled span {
	cursor: default;
	}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
	cursor: hand;
	}
.highslide-controls .highslide-previous a {
	background-position: 0 0;
	}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
	}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
	}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
	}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
	}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
	}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
	}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
	}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
	}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
	}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
	}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
	}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
	}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
	}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
	}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
	}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
	}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
	}
