#subContent{
	position:relative;
	top:0px;
	margin-top:50px;
	width:1000px;
	font-size:13px;
	height:600px;
}

h2{
	font-size:25px;
	font-weight:bold;
	color:#666699;
	margin-bottom:10px;
	text-align:center;
}

#thumbnailsGallery th{
	font-size:11px;
	font-weight:normal;
}

.thumbnail span{
	position: absolute;
	top:0px;
	visibility: hidden;
	color: black;
	width:730px;
	text-decoration: none;
}


.thumbnail span img, .thumbnail img{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span,#defaultImage{
	position:absolute;
	top:15px;
	visibility: visible;
	left: 280px;
	z-index: 50;
	font-size:10px;	
}

.thumbnail:hover p{
	margin-left:8px;
