@charset "utf-8";

*{
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	/* [disabled]font-size: 14px; */
	margin: 0;
	
	}


 body{
		width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0;
	min-height: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/bg-news.png);
	background-color: #020202;
	background-attachment: fixed;
 }
#container {
	height: 1080px;
	width:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_gallery-1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	padding-top: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: left;
}

#menu a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b3aea8;
	padding-top: 15px;
}
#menu ul li .active {
	color: #900;
}

#menu ul li a {
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#menu ul li {
	display: block;
	margin-right: 75px;
	height: 15px;
	width: 75px;
	float: left;
}

#menu ul {
	height: 25px;
	/* [disabled]width: 912px; */
	margin-right: auto;
	margin-left: 70px;
	text-align: center;
}


#content {
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 1000px;
}


/* Основной блок карусели */

#carousel1 {
	height: 680px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	position: fixed;
	padding-left: 50px;
}




/* Внутренний блок */



#carousel1 img {
    border: none;
}
#innerCarousel a {
	padding-right: 45px;
}
