<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* gallery
-------------------------------*/
.gallery
{
	position:relative;
	margin: 20px 0px 25px 0px; 
	padding: 0;
	width: 400px;
}
.gallery:after
{
    content: "";
	display: block;
	height: 0;
	overflow:hidden;
	clear: both;
}
	.gallery .l_but, .gallery .r_but,
	.gallery .l_but:hover, .gallery .r_but:hover
	{
		display: none;
		width: 20px;
		height: 154px;
		background: url(../images/gl.jpg) no-repeat 50%;
		position: absolute;
		top: 0px;
		cursor:pointer;
		outline :none;
	}
	.gallery .l_but, .gallery .l_but:hover
	{
		left: -20px;
		z-index: 22;
	}
	.gallery .r_but, .gallery .r_but:hover
	{
		right: -20px;
		background: url(../images/gr.jpg) no-repeat 50%;
		z-index: 23;
	}
	.gallery ul
	{
		margin:0;
		padding:0;
		list-style-type:none;
		zoom: 1;
	}
		.gallery ul li
		{
			margin:0 8px 20px 0;
			padding:0;
			float: left;
			min-width: 120px;

			min-height: 154px;
			list-style-type: none;
			zoom: 1;
			position: relative;
		}
			.gallery ul li a, .gallery ul li a:hover
			{
				display: block;
				border: solid 2px #fff;
			}
			.gallery ul li a:hover
			{
				border: solid 2px #0099ff;
			}
			.gallery ul li img
			{
				display: block;
			}
			
.add_script
{
	overflow:hidden;
	position:relative;
}
	.add_script ul
	{
		position: absolute; 
	}
	.add_script ul li
	{
		position: absolute;
		top: 0px;
		left: 0px; 
	}
	.add_script .l_but, .add_script .r_but,
	.add_script .l_but:hover, .add_script .r_but:hover
	{
		display:block;
	}</pre></body></html>