html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ************************************************************************************** */

#holder {
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #eee;
	border: #666666 1px solid;
	
	background-repeat: repeat-x;
	background-position: 0px 0px;
/*	background-size: 100% 380px; */
	background-size: cover;
	

	/* отмена выделения текста */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;   
	-o-user-select: none; /* не поддерживается? */
	
	
	transition-property: background-position;
/*	transition-duration: 0.1s;
*/
}

#crt {
	position: absolute;
	bottom: 2px;
	right: 2px;
	height: 20px;
	width: 80px;
	color: #000099;
	font-family: "Times New Roman", Times, serif ;
	font-size: 12px;
	text-align: center;
}
#crt a {
	text-decoration: none;
}

#nav {
	position: absolute;
	top: 20px;
	right: 20px;
/*	height: 100px; */
	width: 280px;
	color: #000099;
	font-family: "Times New Roman", Times, serif ;
	font-size: 12px;
	text-align: center;
	background-color: #ccc;
	border: #660033 1px solid;
	opacity: 0.3;
}
#nav:hover {
	opacity: 0.8;
}

#NavPict {
	background-repeat: no-repeat;
	margin: 4px;
	overflow: hidden;
}

#NavBox {
	z-index: 999;
	position: relative;
	width: 50px;
	height: 20px;
	border: #000000 1px solid;
	left: 5px;
	top: 5px;
}


#NavMenu {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	border: #ffc 1px solid;
}
.NavMenuItem {
	display: inline-block;
	background-color: #66CCFF;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: #999999 1px solid;
	border-radius: 2px;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	cursor: pointer;
}
.NavMenuItem:hover {
	background-color: #66FFFF;
}

#img_list {
	width: 100%;
}