/* opened gallery style*/
.travelPhotoGalleryOuter	{

}

.travelPhotoGalleryOuter .travelPhotoGallery	{

}

.travelPhotoGalleryOuter .travelPhotoGallery .thumb	{
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	margin: 2px;
}

.travelPhotoGalleryOuter .travelPhotoGallery .thumb a	{
	display: inline-block;
	width: 140px;
	height: 140px;
}

/* row gallery style*/
.gallery	{
	margin-top: 25px;
	overflow: hidden;
}

.galleryDetail .gallery	{
	margin-top: 0px;
}

.photoGallery	{
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 133px;
	overflow: hidden;
	width: 600px;
	
}

.photoGallery .leftArrow, .photoGallery .rightArrow	{
	float: left;
	height: 133px;
}

.photoGallery .leftArrow a, .photoGallery .rightArrow a	{
	display: inline-block;
	height: 133px;
	margin: 0px;
}

.photoGallery .leftArrow img, .photoGallery .rightArrow img {
	margin: 0;
	padding: 0;
	margin-top: 48px;
}

.photoGallery .photoGalleryRowWrapper	{
	margin: 0;
	padding: 0;
	width: 548px;
	height: 133px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

.photoGallery .photoGalleryRow	{
	position: absolute;
	background: white;
	width: 548px;
	height: 133px;
}

.galleryDetail .photoGallery	{
	height: 133px;
}

.galleryDetail .photoGallery .photoGalleryRow	{
	height: 133px;
}

.photoGallery span.thumb	{
	display: inline-block;
	margin: 0px;
	margin-right: 2px;
	margin-left: 2px;
	width: 133px;
	height: 133px;
	background-position: center;
	background-repeat: no-repeat;
}

.photoGallery .thumb a	{
	display: inline-block;
	width: 133px;
	height: 133px;
}

.galleryDetail .photoGallery .thumb, .site .galleryDetail .photoGallery .thumb a	{
	width: 133px;
	height: 133px;
}

.gallery .photoGalleryFooter	{
	margin:0;
	padding:0;
	height: 30px;
	border-top: 1px solid #E3E3E3;
	background: #F9F9F9;
}

.gallery .photoGalleryFooter .photoGalleryInfo	{
	float: left;
	line-height: 28px;
	padding-left: 10px;
}

.gallery .photoGalleryPager	{
	height: 30px;
	border-left: 1px solid #E3E3E3;
	float: right;
	background: #F5F5F5;
}

.galleryDetailTitleTextBox	{
	padding-left: 0px !important;
	margin-bottom: 15px !important;
}

.galleryDetailSiteInfo	{
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #636363;
	padding-bottom: 10px;
}

.galleryDetail .photoGalleryPreviewBackground	{
	width: 730px;
	height: 730px;
}

.galleryDetail .photoGalleryPreviewBackground .previewImage	{
	width: 730px;
	height: 730px;
}
