@charset "utf-8";
/* CSS Document */




#content {
	width: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	clear: left;
	height: auto;
}

#content ul {
	list-style-type: none;
	float: left;
	padding:0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.clear {
	clear: left;
}


.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	}
.thumbnail span {
	position: absolute;
	background-color: #ffffff;
	padding: 0px;
	left: -5000px;
	border: 1px solid #efefef;
	visibility:: hidden;
	color: #000000;
	text-decoration: none;
	}
	
.thumbnail span img {
	border-width: 0;
	padding: 2px;
	}
.thumbnail:hover span {
	visibility: visible;
	top: 0;
	left: 55px;
        top: 50px;
	}

#content ul li {
	display: block;
	width: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

