.boxcaption a {
	color: #fff;
	font-size:12pt;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	width:120px;
	margin:5px auto;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	letter-spacing:-1px;

}			
			.boxgrid{ 
				width: 120px; 
				height: 74px; 
				margin:0 0 10px 15px; 
				float:left; 
				background:#161613; 
				border: solid 1px #E9E9E9; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
		
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #318CBB; 
				height: 30px; 
				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 {
 					top: 74px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 30px;
 					left: 0;
 				}
/*---------------------------featured Product---------------------*/

.boxcaption2 a {
	color: #fff;
	font-size:12pt;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	width:150px;
	margin:5px auto;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	letter-spacing:-1px;

}

.boxgrid2{ 
				width: 150px; 
				height: 150px; 
				margin: 0 15px 0 15px;;
				float:left; 
				background:#161613; 
				border: solid 1px #E9E9E9; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid2 img{ 
					position: absolute; 
					top: 0; 
					margin-left: -20; 
					border: 0; 
				}
		
				
			.boxcaption2{ 
				float: left; 
				position: absolute; 
				background: #318CBB; 
				height: 30px; 
				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)";
 			}
 				.captionfull2 .boxcaption2 {
 					top: 150px;
 					left: 0;
 				}
 				.caption .boxcaption2 {
 					top: 30px;
 					left: 0;
 				}
