*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
}

body{
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 12px;
}

p{
	margin: 20px 0 40px 0;
}


h1{
	font-size: 30px;
	font-family: "Myriad Pro", "Lucida Grande", "Verdana", sans-serif;
	padding: 0;
	margin: 0;
}

h2{
	font-size: 20px;
}

#container1{
          
	width: 747px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	position: relative;
}

img{
	display: block;
}

#gallery{
	float: left;
        margin-left: 0;
       margin-top: 30px;
	width: 600px;
	height: 300px;
	overflow: hidden;
}

#thumbs{
	float: left;
       margin-top: 30px;
}

#gallery img{
	position: absolute;
        border:1px solid #ffffff;
         -webkit-transition: all 3s ease 0s;
 -moz-transition: all 3s ease 0s;
 -o-transition: all 3s ease 0s;
 transition: all 3s ease 0s; 
}

#thumbs{
        border:1px solid #ffffff;
        width: 100px;
	height: 300px;
	overflow: hidden;
}


#next{
background-color: transparent;	
display: block;
	width: 40px;
	height: 40px;
	background: url(http://avalonkiev.at.ua/Images/slide/arrow1.png);
	position: relative;
        float: left;
       margin-top: 150px;
}

#next:hover{
	background: url(http://avalonkiev.at.ua/Images/slide/arrow_sel.png);
}

.clear{
	clear: both;
}