.component_image {
	float: left;
	position: relative;
}

.component_image > img{
	float: left;	
}
.component_image img.plus{
	border: none;
	bottom: 1px;
	right: 1px;
	position: absolute;
}
.component_image .legend p,
.component_image .legend{
	font-size: 11px;
}

.component_image .legend{
	float: left;
}

/* slideshow */

.image_slider_container {
	position: relative;
	z-index: 10;
}
.image_slider_container #slider_navigation{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.image_slider_container #slider_navigation div{
	float: left;
	width: 33%;
	min-height: 10px;
}
#slider_navigation .center {
	text-align: center;
}
#slider_navigation .center span{
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}
.image_slider_container #slider_navigation .right {
	float: right;
	text-align: right;
}
.image_slider_container .slider {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.image_slider_container .slider > div,
.image_slider_container .slider > div img {
	width: 100%;
}
.image_slider_container p.legend {
	width: 100%;
}
.image_slider_container img.loader_gif {
	position: absolute;
	top: 50px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: white;
	padding: 6px;
}

/* last image in aggregator */
.aggregator_container .last_element > .component_image,
.aggregator_container .last_row > .component_image {
	padding-bottom: 0px;
}
.aggregator_container .last_row > .component_image img.plus {
	bottom: 1px;
}