.HorArrows {
	clear:both;
	position:relative;
	height:20px;
	top: -50px;

}
#BigPhotoPlace { 
	position:relative;
text-align: center;

}
#BigPhoto { 
	width:550px;
	height:366px;
	overflow:hiddden; 
	
}
#BigPhotoPlace .HorArrows { 
	text-align:center;
	top:-25px;
	left: 5px;
	color: #eee;
	width:540px;
	position:relative;

}
.arrowRight { /* стрелка вправо */
	position:absolute;
	right:0;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
.arrowLeft { /* стрелка влево */
	position:absolute;
	left:0;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
#PhotoNum { 
	position:absolute;
	width:500px; 
	left:20px; 
	top:4px;
}
#PreviewsPlace { 
	width:550px;
	position:relative;
	margin:0 0 0 0;
}
#Preview { 
	overflow:hidden;
	float:left;
	height:80px;
	margin: 0 20px;
	position: relative;
	z-index: 8888;
}
.PrevImg {
	margin:0 5px 5px 0;
	display: block;
	float:left;
	cursor:pointer;
	cursor:hand;
}
