/**
 * @author G. Blom
 * @company Blom Internetdiensten
 * @copyright 2009
 */

div.gallery-category-list {
	display: block;
	padding-bottom: 10px;
    height: 100px;
}
    div.gallery-category-list-details {
    	float: left;
    	margin: 10px;
    }

div.gallery-image-details {
	position: relative;
	top: 10px;
	display: block;
    margin: auto;
}

div.gallery-image {
    width: 560px;
    text-align: center;
    margin-left: -140px;
}


div.gallery-image-list {
    text-align: center;
    display: inline;
}
	div.gallery-image-list-details {
	   text-align: center;
		position: relative;
        display: inline;
		margin: 5px 10px;
        float: left;
        height: 135px;
	}

img.gallery-image-list, 
img.gallery-image-details,
img.gallery-category-list {
	padding:2px;
	border: 1px solid #ffffff;
	display: block;
	position: relative;
    margin:  0px auto;
}

a.button-next {
    width: 29px;
    height: 29px;
    display: inline;
    border: none;
    position: absolute;
    right: 0px;
    float: right;
    background-image: url( '/template/image/next.png' );  
    text-decoration: none;  
}

a.button-previous {
    width: 29px;
    height: 29px;
    display: inline;
    border: none;
    position: absolute;
    left: 0px;
    float: left;
    background-image: url( '/template/image/previous.png' ); 
    text-decoration: none; 
}

table.gallery-category-list,
table.gallery-image-list {
    
}

td.gallery-image-list {
    margin-bottom: 20px;
}

