div, body, html {
	margin: 0;
	padding: 0;
	border: 0;
}
body, html {
	background: #eee;
	height: 100%;
	font-family: Tahoma;
	font-size: 11px;
}
a {color: #000000;}
a:hover {color: #9c3783;}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	background: url('http://photocast.ru/css/logo.png') no-repeat 0 0 #FFF;
}
.her {
	border-bottom: 1px gray solid;
	padding-bottom: 9px;
}
#mainImage {
	text-align: center;
}
#scrollerBox {
	width: 700px;
	overflow: hidden;
	height: 170px;
	position:relative;
}
#scroller {
	position: relative;
	left: 0;
	height: 150px;
	padding: 10px 0;
	width: 4200px;
}
#leftScrollButton, #rightScrollButton {
	width: 50px;
	height: 150px;
	cursor: pointer;
	z-index: 10;
}
#leftScrollButton {
	float: left;
	background: url(lArrow.png);
}
#rightScrollButton {
	float: right;
	background: url(rArrow.png);
}
a img {border: 0;}
.image {
	margin: 0 10px;
	height: 150px;
	width: 150px;
	display: inline;
	cursor: pointer;
	background: url(loading.png);
}
.image:hover img{
	border: 2px red solid;
	margin: -2px;
}

#loading {
	height: 15px;
}
#loading span {
	display: none;
}
