/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* Pictures ------------------------------------------------------------------- */


.picture img {
	width: 100%;
	height: auto;
}
div.first_picture {
    margin-bottom: 1px;
}
div.little_pictures {
	margin-left: -1px;
	clear: both;
}
div.little_pictures .picture {
	float: left;
	width: 16.6667%;
	padding: 0 0 1px 1px;
	box-sizing: border-box;
}
.ressource_pictures.standard {
	margin-left: -1px;
}
.ressource_pictures.standard .content_twice {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 1px 1px;
}
.ressource_pictures.standard .content_twice.pictures_right .picture {
	padding: 0 0 1px 1px;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}
div.float_left_with_clear {
    margin: 5px 10px 10px 0;
    padding: 0;
    text-align: center;
}
.listing_entry_detail_pictures .resource_container {
	width: 180px !important;
    float: left;
    margin: 5px 10px 10px 0;
}
.listing_entry_detail_pictures .picture {
	margin-bottom: 14px;
} 

