/******************
	Image Gallery
*******************/
a.picpager_left{
	background:url('left_arrow.gif') no-repeat;
	width:40px;
	height:100px;
	display: block;
	margin:5px;
}
a.picpager_left:hover{
	background:url('left_arrow_hover.png') no-repeat;
}

a.picpager_right{
	background:url('right_arrow.gif') no-repeat;
	width:40px;
	height:100px;
	display: block;
	margin:5px;

}
a.picpager_right:hover{
	background:url('right_arrow_hover.png') no-repeat;
}
.ImageListElements{
	clear:both;
	width:500px;
	text-align:center;
	padding:10px;
	border-bottom:1px dotted #b33300;
	margin:0 auto;

}
.ImageListElements .Image{
	float:left;
	width: 210px;
}
.ImageListElements .Description{
	float:left;
	width: 290px;

}

.ImageShow{
	text-align:center;
	padding:20px 0px 20px 0px;
}

.ImageDescript{
	width:500px;
	margin:0 auto;
	text-align:left;
}

.ImageDescript .FormRow{
	padding:5px;
}

.ImageComment{
	padding:10px 0px 10px 0px;
	margin:0 auto;
	width:500px;
	border-bottom:1px dotted #b33300;
}
.ImageCommentTitle{
	margin:0 auto;
	width:500px;

}