/**
 * A lightweight folder based gallery module for the CMS SilverStripe
 *
 * Contains the CSS layout for the foldergallery module.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @platform    CMS SilverStripe 3
 * @package     cwsoft-foldergallery
 * @author      cwsoft (http://cwsoft.de)
 * @copyright   cwsoft
 * @license     http://www.gnu.org/licenses/gpl-3.0.html
*/

#cwsoft-foldergallery .album a {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	background: #000 url(../images/album-background.png) repeat-y 0 ;
	margin: 10px 15px 10px 0;
	padding: 5px;
	border: 0;
	text-decoration: none;
}

#cwsoft-foldergallery .album a img {
	border: 0;
	padding: 0 0 0 15px;
	margin: 0;
	width: 135px;
	height: 100px;
}

#cwsoft-foldergallery .photo a {
	display: block;
	width: 150px;
	height: 100px;
	background: none repeat scroll 0 0 white;
	border: 1px solid #ccc;
	margin: 7px 15px 7px 0;
	padding: 5px;
	float: left;
}

#cwsoft-foldergallery .photo a img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 100px;
}

#cwsoft-foldergallery .backlink {
	clear: both;
	display: block;
	background-color: #eee;
	padding: 0.3em;
	border: 1px solid #ddd;
}

#cwsoft-foldergallery .backlink a {
	text-decoration: none;
}