/* image gallery */
.imageGallery,
.imageGallery table
{
	width: 468px;
	
}

.imageGallery .prev,
.imageGallery .next,
.imageGallery .page
{
	padding:2px;
	text-align: center;
}

.imageGallery .prev,
.imageGallery .next
{
	background-color: #ccccff;
	width: 75px;
}

.imageGallery .page
{
	background-color: #ccffcc;
}

.clearLine
{	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0 !important;
}


.paragraph{
text-align:center;
}
p, .paragraph
{	margin-bottom: 20px;
}


/* cursors */
.cursorPointer
{	cursor: pointer;
}



/*BM : background images assigned to GENERAL classes, id's and html-tags*/
.linkArrowLeft
{	/*background-image: url(../../images/navigation/arrow_left_small_green.gif);*/
    background:#ccccff;
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 56%;
}
.linkArrowRight
{	/*background-image: url(../../images/navigation/arrow_right_small_green.gif);*/
	background-repeat: no-repeat;
	padding-right: 10px;
	background-position: right 56%;
}

/** image with description **/
.imageContainer
{	float: left;
	display: block;
	margin-bottom: 15px;
}
.imageContainer img
{	display: block;
}
/* TODO: relative: font-size after specification in scale.css */
/* deprecated */
/*.imageContainer .imageCopyright
{	display: block;
	clear: left;
}*/
.imageContainer .imageDescription
{	/*display: block;*/
	clear: left;
}
