@charset "utf-8";
/* CSS Document */

.thumbnail-container{
float:left;
padding:5px;
}

.thumbnail{
	width:155px;
	height:185px;
	text-align:center;
}

.thumbnail img{
margin:0px;
padding:00px;
}

.thumbnail-text{
font-weight:bold;
text-align:center;

}

.breadcrumb{
	border: solid 1px #cecece;
	width: auto;
	
}

.pic-container{
}

.info{
}

.pic-nav{
}

.pic-nav-buttons{
	display:inline;
	padding:5px;
	padding-top:0px;
}


#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}