.galleryNextBtn
{
	width:10%;
	height:90%;
	position:fixed;
	top:10%;
	right:0px;
	z-index:125;
	color:#fff;
	cursor:pointer;
	background:url(pics/n_arrow.png);
	background-repeat: no-repeat;
	background-position:90% 50%;
}

.galleryPreviousBtn
{
	width:10%;
	height:90%;
	position:fixed;
	top:10%;
	left:0px;
	z-index:125;
	color:#fff;
	cursor:pointer;
	background:url(pics/p_arrow.png);
	background-repeat: no-repeat;
	background-position:10% 50%;
}

.galleryComment
{
	z-index:125;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	background-color:#fff;
}

.galleryComment div
{
	padding:5px;
}

.galleryComment span.cDate
{
	color:#aaa;
}

.galleryComment h2
{
	margin-bottom:0px;
}