.gallery {
	width:460px !important;
	width/**/:440px;
	height:300px;
	margin: 4px 0 0 24px;
	float: left;
	color: #fff;
}

.HorArrows {
	clear: both;
	position: relative;
	height: 30px;
}

#BigPhotoPlace {
	position: relative;
}

#BigPhoto {
	width: 460px;
	height: 300px;
	overflow:hiddden;
	text-align: center;
}

#BigPhotoPlace .HorArrows { 
	text-align: center;
	margin: 4px 0 0 0;
	width: 460px;
	position:relative;
}

.arrowRight {
	position: absolute;
	right: 0;
	top: 8px;
	cursor: pointer;
	cursor: hand;
}

.arrowLeft {
	position: absolute;
	left: 0;
	top: 8px;
	cursor: pointer;
	cursor: hand;
}

#PhotoNum {
	position: absolute;
	width: 428px;
	left: 35px;
	top: 4px;
}

#PreviewsPlace { 
	width: 440px;
	position: relative;
	margin: 0 0 0 15px;
}
#Preview {
	overflow: hidden;
	float: left;
}

.PrevImg {
	margin: 0 14px 8px 8px;
	display: block;
	float: left;
	cursor: pointer;
	cursor: hand;
}
