/* Gallery Section */

#gallery {
	margin-bottom: 15px;
	overflow: hidden;
}
			
	#gallery div {
		border: 1px #8dd9ff solid;
		display: block;
		float: left;	
		margin-bottom: 15px;
		overflow: hidden;
		padding: 0 !important;
		text-align: center;
		vertical-align: top;
		width: 230px;
	}
	
		#gallery div.middle {
			margin: 0 14px;
		}
	
		#gallery div a {
			background: #000;
			color: #fff;		
			display: block;
			font-size: 12px;
			text-decoration: none;
		}
		
			#gallery div a:hover {
				background: #8dd9ff;
				color: #000;
			}
			
			#gallery div a img {
				background: url(../images/black-loader.gif) no-repeat center center;
				border-bottom: 1px #8dd9ff solid;
				height: 196px;
				width: 230px;
			}
	
			#gallery div a span {
				cursor: pointer;
				display: block;
				overflow: hidden;
				padding: 5px 0;
				white-space: nowrap;
				width: 220px;
			}
			
				#gallery div a:hover span {
					color: #ffffff !important;
				}

