﻿.descbox {
	width:50%;
	border:0px maroon solid;
}
.pbox {
	width:35%;
	height:200px;
	border:0px red solid;
	float:left;
}
.pboxs {
	width:100px;
	height:160px;
	border:0px black solid;
	float:left;
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-left:15px;
	z-index:10;
}


.thumbnail{
	position: relative;
	color:white;
	border-radius:10px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:transparent;
/*	padding: 5px; */
/*	left: 5px; */
/*	border: 4px gray solid; */
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-radius:10px;

/*	border-width: 0; */
/*	padding: 2px; */
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
/*	position:absolute; */
/*	top: -150px; */
/*	left: 150px; /*position where enlarged image should offset horizontally */

}
.thumbnail h6 {
	z-index:20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:normal;
	position:fixed;
	top: 240px;
/*	left: 50%; */
	color:white;
	background-color:transparent;
/*	margin-left:9em; */
	text-align:center;
	border:0px silver inset;
	border-bottom:0px green inset;
	height:22px;
/*	border:6px brown inset; */
	padding-top:10px;
	text-shadow: 1px 1px #2e2e2e;


}
.fpic {
	position:fixed;
	top:280px;
/*	left:50%;*/
	border:10px black inset;
/*	border-top :0px green inset; */
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow: 5px 5px 10px #2e2e2e; 
-webkit-box-shadow: 10px 10px 20px #2e2e2e}

/*	float:left; */
}
