﻿/*GENERAL*/

* {
	margin: 0px;
	padding: 0px;
}

body {
background: url(fon.png);
}

/*MENU*/

.menu {
	position: fixed;
	top: 20px;
	left: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.3);
	font: 12px/0.9 Helvetica, Arial, sans-serif;
}

.menu ul {
	list-style-type: none;
}

.menu a {
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 20px;
}

.menu a:hover {
	text-decoration: underline;
}
/*SLIDER*/

.container {
	position: relative;
	height: 660px;
	width: 990px;
	overflow: hidden;
	margin: 0 auto;
}

.big {
	position: absolute;
	top:260px;
	left:-1000px;

	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	-ms-transition: left 1s ease;
	transition: left 1s ease;
}

.container a {
	float: left;
	margin: 20px;
}

.container a:hover .thumb {
	-webkit-box-shadow: 0px 0px 15px rgba #11C0E3
	-moz-box-shadow: 0px 0px 15px #11C0E3;
	box-shadow: 0px 0px 15px #11C0E3;
}

.container a:hover .big {
	left: 20px;
}

.featured {
	top: 260px;
	left: 20px;
	z-index: -3;
}}
.footer{
	color:#000000;
	font-family:Segoe Script;
	font-size:16px;
	font-weight:500;
}
p{
	color:#000000;
	font-weight:900;
	font-family:Segoe Script;
	font-size:30px;
	text-align:center;
}