/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* Gallery */
#gallery{}
	
	/* View */
	#gallery .view{}

		#gallery .view .images{}

		#gallery .view .info{
			margin: 20px 0;
		}

			#gallery .view .info .author{}

			#gallery .view .info .date{
				margin-top: 10px;
			}

		#gallery .view .description{}

		#gallery .view > *:last-child{
			margin-bottom: 0;
		}
	
	/* Summary */
	#gallery .summary{}
		
		#gallery .summary .image{}
			
			#gallery .summary .image .label{
				padding: 10px 0;
				text-align: center;
			}