@charset "utf-8";
/* CSS Document */


.imgHolder{
	background:#FFF;
	height:190px;
	width:250px;
	float:left;
	display:inline;
	border:1px grey solid;
	-moz-box-shadow: 0px 0px 20px #03C;
	-webkit-box-shadow: 0px 0px 20px #03C;
	    -moz-border-radius:15px;    /* Firefox */
    -webkit-border-radius:15px; /* Safari and Chrome */
 
}

.img {
	height:189px;
	width:249px;
	border:1px solid #333;
	padding:1px;
	
	}

.imgTitle {
	position:absolute;
	text-align:center;
	width:200px;
	padding:0px 25px;
	top:230px;
}

.img h3 {
	font-size:15px;	
	font-family:"Comic Sans MS", cursive;
	padding:0;
	margin:0;
}

