@import url("/_infrastructure/css/module/gallery.css");

.gallery{}

	.gallery .list{}
		.gallery .list .images{}
		.gallery .list .images li{}
				.gallery .list .images a img{ }
			.gallery .list .images .info{ }
				.gallery .list .images .info p{}
				.gallery .list .images .info .caption{}
				.gallery .list .images .info .description{}
				.gallery .list .images .info .total{}
	
	.gallery .grid{}
		.gallery .grid .images{}
			.gallery .grid .images li{}
				.gallery .grid .images .thumb{}
					.gallery .grid .images .thumb a{ 
						display: block; 
						position: relative; 
						overflow: hidden;
						text-decoration: none;
						border: 5px solid #EAEAEA;
						}
						.gallery .grid .images li a img{ border: 0 !important; }
				.gallery .grid .images .info{}
					.gallery .grid .images .info p{}
					.gallery .grid .images .info .caption{ text-align: center; font-size: .9em; line-height: 1.2em; margin: .2em 0 0 0; }
						.gallery .grid .images .info .caption a { text-decoration: none; }
					.gallery .grid .images .info .description{}
					.gallery .grid .images .info .total{}
				
	.gallery .detail .images .info{ display: none; }
	
	
	.gallery .list dl.file{ list-style: none; margin: 0 0 1em 0; padding: 0; }
		.gallery .list dl.file dt { color: #0B0C54; font-weight: bold; }
		.gallery .list dl.file ul{ list-style: none; margin: 0;}
			.gallery .list dl.file ul li{ margin-bottom: 0; border: 0; padding: 0 0 .5em 0; }
				.gallery .list dl.file ul li a{ } /* Hoping on the icons here */
			.gallery .list dl.file dd p,
				.gallery .list dl.file ul li p{ margin: 0; }
				.gallery .list dl.file ul li span { display: none; } /* filesize */
				
	.sc .teaser{ border-bottom: 0; position: relative; }		
	.teaser select{ margin-bottom: 1em; }
	.teaser p, .teaser h3{ margin-bottom: 0; }
	
	
			
	/*  These are for the attachments, the configurations for the class names don't apply here.  
	See .module .paging for preferred.  Let's phase this out. */
	.gallery-directional{ height: 3em; position: relative; width: 100%;}
		.gallery-directional .gallery-previous a,
		.gallery-directional .gallery-next a{ position: absolute; display: block; }
			.gallery-directional .gallery-previous a{ left: 0; }
			.gallery-directional .gallery-next a{ right: 0; }
	.sc .gallery-directional { position: absolute; top: 8px; right: 0; width: 90px;}
	
	.sc .attachment{ border-bottom: 0; }
		

