.oneGallery {
	width: 210px;
	height: 170px;
	margin: 0px 0px 30px 0px;
}

.oneGalleryName {
/*	height: 20px;*/
	background-image: url(../images/sections/galleries/oneGalleryNameBG.png);
	background-position: 9px 10px;
	background-repeat: no-repeat;
	padding: 5px 0px 3px 23px;
	overflow: hidden;
	margin: 0px 0px 2px 0px;	
	font-weight: bold;
}

.oneGalleryName span {
	font-weight: normal;
}

.oneGalleryName a {
	display: block;
	min-height: 15px;
	height: auto !important;
	height: 15px;
/*	overflow: hidden;*/
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.oneGalleryPicture {
	width: 210px;
	height: 138px;
	overflow: hidden;
}

.galleryName {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.galleryDesc {
	margin: 0px 10px 25px 25px;
}

.onePicture {
	width: 210px;
	height: 170px;
	margin: 0px 0px 30px 0px;
}

.onePicture .onePictureName {
	height: 21px;
	background-image: url(../images/sections/galleries/onePictureNameBG.png);
	background-position: 9px 10px;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 23px;
	overflow: hidden;
	margin: 0px 0px 2px 0px;	
}

.onePicture .onePictureName a {
	display: block;
	height: 15px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.onePicture .onePicturePicture {
	width: 210px;
	height: 138px;
	overflow: hidden;
}

.oneGalleryPictures {
	padding: 0px 10px 0px 25px;
}

.navigationAll { 
	text-align: center;
}

