#GalleryMain15_2 #GallerySop15 {
	margin:0 2px;
}
#GalleryMain15_2 .GallerySop15class {
	display: inline-block;
	position: relative;
	vertical-align: top;
	background-color: white;
	border: 1px solid #CCC;
	margin: 4px;
}
#GalleryMain15_2 .GallerySop15classImage {
	font-size: 0;
	margin: 5px;
	background-repeat: no-repeat;
	width: 240px;
	height: 180px;
	background-position: center center;
	border: 1px solid #CCC;
}
.MoveNextImage {
	position: absolute;
	top: 50%;
	left: 0;
	background: rgba(0, 0, 0, 0.5) url(/images/iconClean/24x24/plain/navigate_left.png) no-repeat center center;
	height: 60px;
	width: 40px;
	cursor:pointer;
	display:none;
}
.MovePrevImage {
	position: absolute;
	top: 50%;
	right: 0;
	background: rgba(0, 0, 0, 0.5) url(/images/iconClean/24x24/plain/navigate_right.png) no-repeat center center;
	height: 60px;
	width: 40px;
	cursor:pointer;
	display:none;
}