/* gallery.view.css */
/* VIEW: Gallery (Thumbnail) */
#plugin_gallery.gallery .thumbnails {
	/*margin-left: -15px;*/
	padding: 12px 0 0 0;
}

#plugin_gallery.gallery .thumbnails:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#plugin_gallery.gallery .thumbnails a {
	position: relative;
	display: inline-block;
	height: 114px;
	width: 150px;
	float: left;
	
	background-color: #ffffff;
	overflow: hidden;
	
	margin: 0 0 8px 8px;
	padding: 3px;
	border: 1px solid #cccccc;
}

#plugin_gallery.gallery .thumbnails a:hover {
	border: 1px solid #999999;
}

#plugin_gallery.gallery .thumbnails a .foreground {
	background-image: url(/fileadmin/web/images/views/gallery/reflection.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	position: absolute;
	display: block;
	width: 150px;
	height: 114px;
	top: 3px;
	left: 3px;
}

#plugin_gallery.gallery .thumbnails a img {
	position: absolute;
	margin: 3px;
}

/* VIEW: Gallery (Single) */

#plugin_gallery.gallery  {
	text-align: center;
}

#facebox {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: auto;
	left: auto;
}

#facebox table {
	margin: 0 auto;
}

#facebox .body {
	width: auto;
}

#facebox .body .content {
	display: block;
}

#facebox .body .footer {
	display: block;
	text-align: center;
}

#facebox .body .footer img {
	margin: 0 10px;
}

/*
#plugin_gallery.gallery .item {
	text-align: center;
}

#plugin_gallery.gallery .item .navigation {
	margin-top: -40px;
}

#plugin_gallery.gallery .item .navigation img {
	padding: 10px;
}

#plugin_gallery.gallery .item .image {
	
}

#plugin_gallery.gallery .item .image img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px 4px 40px;
}
*/
