/*       Control a GALLERY section 

Includes Bubble Fusion (glass type), textures,
     product categories, and colors pages
============================================= */
#gallery-list-area {
	position: absolute;
	top: 94px;
	width: 710px;
	margin: 0 0 0 35px;
}
.gallery-detail {
	float: left;
	height: 235px;
	width: 146px;
	margin: 0 18px 0 0;
	text-align: center;
}
.gallery-detail a {
	text-decoration: none;
	color: #000000;
}
.gallery-detail a:hover {
	text-decoration: none;
}
.gallery-detail img {
	float: left;
	text-align: left;
	border: none;
	outline-width: 0;
	padding: 0;
	margin: 0 auto 0 auto;
}
.glass-type-description, .color-description, .texture-description, .prodcat-description {
	font-size: 14px;
}
.glass-type-description {
	margin: 110px 0 0 0;
}
.color-description, .texture-description, .prodcat-description {
	margin: 150px 0 0 0;
}

/*      Social buttons for gallery page
           (Facebook LIKE and Pin-It)
=============================================== */
#link-icons-social {
 	position: absolute;
 	top: 0;
	left: 598px;
	padding: 0;
}
#like-this {
 	position: absolute;
 	top: 0;
	left: 0; 
	padding: 0;
}
#pinit-this {
 	position: absolute;
 	top: 0;
	left: 60px;
	padding: 0;
}
#pinit-this a {
	margin: 0;
	padding: 0;
}

/*    Previous and Next buttons
=================================== */
#gallery-outer-previous {
	position: absolute;
	top: 540px;
	left: 225px;
}
#gallery-outer-next {
	position: absolute;
	top: 540px;
	left: 475px;
}
