/*---content-galery----*/
.content-gallery a{
	 color: #FF6600;
	  }
.content-gallery h3{
	 margin: 10px 10px 0 10px; 
	 color:#FFF;
	 font-family: "Lucida Grande", Arial, sans-serif;
	 font-size:15px;
	  letter-spacing:-1px; 
	  font-weight: bold;
	  }
			
	.boxgrid{ 
			width: 210px;
			height: 260px;
			margin: 5px;
			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{ 
					padding: 0 10px; 
					color:#000000; 
					font-weight:normal;
					letter-spacing: .5px; 
					font-size:12px;; 
					font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
					}
				.boxgrid h2{ 
					padding: 0 10px; 
					color:#000000; 
					font-weight:bold; 
					font-size:12px;
	                font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
					
				}
				.boxgrid h3{ 
					margin: 10px 10px 0 10px; 
	               color:#000000;
	               font-family: "Lucida Grande", Arial, sans-serif;
	               font-size:15px;
	               letter-spacing: 1px; 
	               font-weight: bold;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #fff; 
				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 {
 					top: 220;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 179px;
 					left: 0;
 				}
				
		/*---end-content-gallery---*/