/*---content-galery----*/
.content-gallery a{
	 color: #000000;
	  }
.content-gallery h2{
	 color: #000000;
	  }
.content-gallery h3{
	 margin: 10px 10px 0 10px; 
	 color:#FFF;
	 font-family: 'Monda', sans-serif;
	 font-size:9px;
	  letter-spacing:-1px; 
	  font-weight: bold;
	  text-transform: uppercase;
	 }
.content-gallery p{ 
					mmargin: 10px 10px 0 10px; 
	               color:#FFF;
	               font-family: 'Monda', sans-serif;
	               font-size:9px;
	               letter-spacing: 1px; 
	               font-weight: bold; 
	             font-weight: bold;
				}
			
	.boxgrid{ 
			width: 295px;
			height: 295px;
			margin: 20px;
			float: left;
			background: #fff;
			border: ridge 1px rgb(255, 255, 255);
			overflow: hidden;
			position: relative;
			border-radius: 0.3em;
			box-shadow: 0px 0px 10px rgb(192, 192, 192);
			}
	
	.cover boxcaption{
		top:170px;
	}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					margin: 10px 10px 0 10px; 
	                color:#FFF;
	               font-family: 'Monda', sans-serif;
	              font-size:9px;
	             letter-spacing: 1px; 
	             font-weight: bold;
				 text-transform: uppercase;
				 }
				.boxgrid h3{ 
					margin: 10px 10px 0 10px; 
	               color:#000000;
	               font-family: 'Monda', sans-serif;
	               font-size:11px;
	               letter-spacing: 1px; 
	               font-weight: bold;
				}
				.boxgrid h3 a:hover {
              color:#950b0b;
               }
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #fff; 
				height: 75px; 
				width: 100%; 
				opacity: .7; 
				/* 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: 220;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}
				
		/*---end-content-gallery---*/