.galleryContainer{
	float:left;
	margin:0 1px 3px 2px;
}
.galleryList{
	padding:0 10px;
	background:#C1DFF0 url(defImages/galleryListBgr.jpg) bottom left repeat-x;
	width:160px;
	margin:0 3px 0 0;
	height:210px;
}
.galleryList a:hover{
	background:none;
}
.LShadow{
	background:url(defImages/galleryLBgr.jpg) top right repeat-y;
}
.galleryListDate{
	font-weight:bold;
	color:#004164;
	text-align:center;
	margin:7px 0 5px 0;
	text-decoration:none;
}
.galleryListTitle{
	text-align:center;
	color:#1F1F1F;
	text-decoration:none;
}
.galleryTitle{
	margin:15px 0 10px 0;
	color:#004164;
	font-size:15px;
	font-family:Arial;
}
.galleryBigPic{
	float:left;
	width:350px;
	margin:0 10px 0 0;
}
.galleryBigPic img{
	margin:0 0 10px 0;
}
.picDesc{
	background:url(defImages/icons/picDesc.jpg) center left no-repeat;
	padding:4px 0 4px 30px;
}
.galleryThumbsCont{
	background:#DEEEF8 url(defImages/galleryThumbsBgr.jpg) bottom left repeat-x;
	overflow:hidden;
	padding:2px 10px;
	margin:0 4px 0 0;
	width:157px;
}
.galleryThumbsCont img{
	margin:1px;
}
.galleryNav{
	width:350px;
	margin:0 0 5px 0;
	overflow:hidden;
}
.galleryNav a.prev{
	color:#005380;
	background:url(defImages/icons/prev.jpg) center left no-repeat;
	padding:4px 0 4px 25px;
	text-decoration:none;
	display:block;
	float:left;
}
.galleryNav a.next{
	color:#005380;
	background:url(defImages/icons/next.jpg) center right no-repeat;
	padding:4px 25px 4px 0;
	text-decoration:none;
	display:block;
	float:right;
}
