#ImageGallery table {
	margin: 0;
	text-align:center;
	margin-left: 20px;
	width: 670px;
}
#ImageGallery {height: 340px;}
#ImageGallery table td {
	border:none;
	padding:0px;
	text-align: center;
}

#ImageGallery table p {
	
	margin:0px;
	font-weight: 700;
	color: #4d7cc0;
	text-decoration: none;
	font-size: 10pt;
}

#ImageGallery table tr {
	vertical-align: bottom;
}

#ImageGallery table td img {
	border: none;
}

#ImageGallery #NavigationBar {
	font-size:12px;
	color: #4d7cc0;
	float: right;
	margin-right: 20px;
}
#Layout {
	width: 710px;
	max-height: 340px;
	padding-right: 0px;
	margin-right: 50px;
	background: url(../../themes/arataki/images/center.png) repeat-y top center;
	clear: both;
	overflow: hidden;
	margin: auto;
}
#ImageGallery #NavigationBar a
{
	color: #4d7cc0;
	font-weight:bold;
	text-decoration:none;
	
}
#ImageGallery #NavigationBar .currentPage {
	font-weight:bold;
	color: #ccc;
	text-decoration:none;
}

#ImageGallery #NavigationBar a:hover {
	text-decoration:none;
}

#ImageGallery #NavigationBar #Previous,
#ImageGallery #NavigationBar #PageNumbers,
#ImageGallery #NavigationBar #Next {
	padding-left: 5px;
	float: left;
	font-weight:bold;
	text-decoration:none;
	color: #ffcd07;
}

#ImageGallery #NavigationBar .clear {
	clear:both;
}
.galleryImageTitle {
	color: #4d7cc0;
	height: 16px;
cursor: pointer;

}