/* NEEDED TO PUSH THE FLOATED LINKS AND TEXT TO THE RIGHT */
	#div_container_product_pagination {
		margin-left: 425px;
	}

/* THE PAGE LINKS */
	#div_container_product_pagination a{
		background:#B9DADF;
		color: #297A7F;
		display: block;
		float: left;
		padding: 0.3em 0.5em;
		margin-bottom: 0px;
		margin-right: 5px;
		text-align: center;
		text-decoration: none;
		width: 14px;
	}

	#div_container_product_pagination a:hover{
		background: #FFFFFF;
		color: #999999;
		display: block;
		float: left;
		padding: 0.3em 0.5em;
		margin-bottom: 0px;
		margin-right: 5px;
		text-align: center;
		text-decoration: none;
		width: 14px;
	}

/* THE CURRENTLY HIGHLIGHTED NUMBER */
	#div_container_product_pagination .current{
		background: #297A7F;
		color: #B9DADF;
		display: block;
		float: left;
		padding: 0.3em 0.5em;
		margin-bottom: 0px;
		margin-right: 5px;
		text-align: center;
		text-decoration: none;
		width: 14px;
	}

/* FOR THE "TOTAL: WHATEVER, PAGES: WHATEVER" TEXT */
	#div_container_product_pagination .details{
		color: #297A7F;
		display: block;
		float: left;
		font-weight: bold;
		padding: 0.3em 0.5em;
		margin-bottom: 0px;
		margin-right: 5px;
		text-align: center;
		text-decoration: none;
	}

/* THE RESULTS CONTAINER */
	#Searchresult {
		background: #FFFFFF;
		height: 110px;
		margin-left: 25px;
		overflow: hidden;
		width: 780px;
	}

/* FOR THE RESULTING IMAGES */
	#Searchresult .result img{
		max-width: 100px;
		max-height: 100px;
	}


/* THE JQUERY BOXGRID PLUGIN */
			.boxgrid{
				width: 100px; 
				height: 100px; 
				background: #B9DADF; 
				overflow: hidden; 
				position: relative;
				margin-top: 5px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding-top: 20px; 
					color: #000000; 
					font-weight:bold; 
					font: 11px Arial, sans-serif;
				}
			.boxcaption{ 
				position: absolute; 
				background: #B9DADF; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
					cursor: hand; cursor: pointer;
 					top: 100;
 					left: 0;
					text-decoration: none;
 				}
 				.caption .boxcaption {
 					top: 100;
 					left: 0;
 				}
