/* Galerie photo */

#galerie_gimg div.scroller { 
/* modify width and height of scrolling section if necessary	*/
	width: 556px; 
	height: 330px; 
	overflow: hidden; 
}
#galerie_gimg div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 556px; 
	height: 330px; 
	overflow: hidden; 
	float: left; 
}

#galerie_gimg div.scroller div.section table {
	height: 300px;
	width: 556px; 
}

#galerie_gimg div.scroller div.section table tr td{
	height: 300px; 
	line-height: 300px; 
	vertical-align: middle; 
	text-align: center; 
	background-color: #F9F9F9;
}

#galerie_gimg div.scroller div.section table tr td img {
	width: 556px;
	height: 300px;
}

#galerie_gimg div.scroller div.section .gimg_legende {
	border-top: 1px solid #C0C0C0; 
	padding: 0px 0px 5px 0px; 
	text-align: center; 
	font-size: 12px; 
	font-weight: bold; 
	color: #009EE0; 
}

#galerie_gimg div.scroller div.section .gimg_legende .left_arrow {
	float: left; 
	font-size: 24px; 
}

#galerie_gimg div.scroller div.section .gimg_legende .right_arrow {
	float: right; 
	font-size: 24px; 
}

#galerie_gimg div.scroller div.content {
	width: 100000px; 
}

#galerie_gimg .controls  {
	border: 1px solid #C0C0C0;
	background-color: #E2E2E2;
	padding: 10px;
}

#galerie_gimg .controls .imgmini_item {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 8px solid #FFFFFF;
	margin: 8px;
}

#pagination_galerie_list div.scroller { 
/* modify width and height of scrolling section if necessary	*/
	width: 520px;
	height: 335px;
	overflow: hidden; 
}
#pagination_galerie_list div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 520px;
	height: 335px;
	overflow:hidden;
	float:left;
	padding: 0px;	
}
#pagination_galerie_list div.scroller div.content {
	width: 10000px;
}

#pagination_galerie_list div.controls {
	text-align: right;
	display: inline;
	margin: 7px 0px 0px 0px;
	color: #000000;
}

#pagination_galerie_list #paginate_galerie {
	margin: 14px 0px 14px 0px;
	text-align: center;
}

#pagination_galerie_list #paginate_galerie a {
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #C0C0C0;
	background-color: #E2E2E2;
	margin-left: 1px;
	color: #009EE0;
}

#pagination_galerie_list #paginate_galerie a.active {
	background-color: #FFFFFF;
}

.leftbox_galerie {
	padding: 10px; 
	border: 1px solid #C0C0C0; 
}

.leftbox_galerie .galerie_item {
	float: left; 
	display: inline; 
	margin: 8px 0px 8px 16px; 
	width: 155px; 
	height: 160px; 
}

.leftbox_galerie .galerie_item img {
	width: 150px; 
}
	
.leftbox_galerie .galerie_item  .galerie_item_title {
	width: 155px; 
	font-size: 12px; 
	font-weight: bold; 
}
