/* Base Css file 'D:\internet\root\www\TourWebManta\www\Shared\Css\PictureBox.css' */
.pictureBox .largeImage {
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	width: 256px;
	height: 200px;
	overflow: hidden;
	background-color: #DAF8FF;
	margin-bottom:10px;
}
.pictureBox .thumbs {
	width: 256px;
}
.pictureBox .thumbs .thumb {
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 78px;
	height: 60px;
	overflow: hidden;
	background-color: #DAF8FF;
	margin-bottom: 10px;
}
.pictureBox .thumbs .thumbmiddle {
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 78px;
	height: 60px;
	overflow: hidden;
	background-color: #DAF8FF;
	margin-left:10px;
	margin-right:10px;
	width: 80px;
}
