/* Gallery Section */

#gallery {
	margin-bottom: 10px;
	overflow: hidden;
}
			
	#gallery div {
        background: transparent url(../images/gallery-small-bg.png) no-repeat top left;
		display: block;
		float: left;
        height: 150px;	
		margin: 0 7px 7px 0;
		overflow: hidden;
		padding: 0 !important;
		width: 152px;
	}
    
        #gallery div:hover {
            background: transparent url(../images/gallery-small-bg-hover.png) no-repeat top left;
        }

            #gallery div:hover a span {
                color: #ffffff;
            }
	
		#gallery div.last {
			margin-right: 0;
		}
        
        #gallery div a img {        
            display: block;
			background: url(../images/please-wait.gif) no-repeat center center;
			height: 102px;
            margin: 5px;
			width: 142px;            
        }
        
        #gallery div a span {         
			display: block;
			height: 30px;
            margin: 6px 5px;
			overflow: hidden;
            cursor: pointer;
			text-align: center;
			width: 142px;            
	    }

/* Gallery Image Section */

#galleryResults {
	margin-bottom: 5px;
	overflow: hidden;
}

	#galleryResults p {
		float: left;
		padding: 2px 0;
	}

	#galleryResults ul {
		float: right;
		width: auto;
	}
	
		#galleryResults ul li {
			display: block;
			float: left;
		}
		
			#galleryResults ul li a, #galleryResults ul li span {
				display: block;
				margin-left: 10px;
				padding: 2px;
			}
			
			#galleryResults ul li span {
				color: #bde4f8;
			}
			
				#galleryResults ul li a:hover {					
					color: #e30092;
				}

#galleryImage {
	background: #ffffff url(../images/please-wait.gif) no-repeat center center;
	border-bottom: 1px #bde4f8 solid;
	border-top: 1px #bde4f8 solid;
	clear: both;
	margin-bottom: 10px;
	width: 790px;
}

#galleryImage img {
	padding: 10px 0;
	margin: 0 auto;
}

#galleryImage p {
	text-align: center;
	margin: 0 0 8px;
}