<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Оформление галереи автомобилей */
div#carGallery {
	display: none;
	position: absolute;
	left: 0;
	top: 229px;
	width: 100%;
	z-index:99999;
}

div#borderBox {
	padding: 10px;
}

div#navigation {
	width: 100%;
}

#navigation div.prev,
#navigation div.next,
#navigation div.cell {
	float: left;
	position: relative;
}

#navigation div.cell {
	border-width: 1px 1px 1px 0;
	border-color: #FFFFFF;
	border-style: solid;
}
#navigation div.first {
	border-width: 1px;
}

#navigation div.cell a,
#navigation div.cell span{
	display: block;
	width: 18px;
	height: 16px;
	overflow: hidden;
	ptext-indent: -100px;
	color:white;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	font-size:14px;
}
#navigation div.cell a:hover{
	background-color: #818D98;
}
#navigation div.cell span{
	background-color: #FFFFFF;
	color:#818D98;
}

#navigation div.prev, #navigation div.next  {
	width: 18px;
	height: 16px;
	margin-top: 1px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#navigation div.prev {background: transparent url(/images/arrow_prev.gif) no-repeat;}
#navigation div.next {background: transparent url(/images/arrow_next.gif) no-repeat right;}

div#previewBox {
	visibility: hidden;
	width: 140px;
	height: 108px;
	position: absolute;
	padding-top: 3px;
	z-index: 10000;
	margin-top: 12px;
}

/* 
128 x 96 
*/
.shadow120x90 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow_for_120x90.png', sizingMethod='crop');
	background-position: left top;
}
.shadow120x90[class] {
	background-image: url(/images/shadow_for_120x90.png);
	background-repeat: no-repeat;
}

img#previewImg {
	width: 128px;
	height: 96px;
	position: relative;
	border: 1px #FFF solid;
}

div#bigPicture {
	margin-top: 10px;
	background:url(/images/load.gif) no-repeat center center;
	margin-bottom:3px;
}

div#comment  { font-size:12px; color:white;}

.transparent {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rc_box.png', sizingMethod='scale');
	background-position: left top;
}
.transparent[class] {background-image: url(/images/rc_box.png);}
.transparent img {position: relative;}

div#bigPicture img{border: 1px #DDD solid; cursor: pointer; }
img.closeGallery {
	width: 13px;
	height: 13px;
	cursor: pointer;
	float: right;
	margin-top: -16px;
}

#picture {
	pdisplay:none;
	
}

.transparent-black {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rc_box.png', sizingMethod='scale');
	background-position: left top;
}
.transparent-black[class] {background-image: url(/images/rc_box.png);}
.transparent-black img {position: relative;}

.indx_img {float:left;border:8px solid #e9e9ed;margin-bottom:8px;cursor:pointer;}
.indx_img img {border:1px solid white;}
.gallery_image {float:left;border:4px solid #e9e9ed;cursor:pointer;}
.gallery_image img {border:1px solid white;}
/* ----------------------------------------------------------- */</pre></body></html>