#container {
	background:#fff;
	color:#333399;
	font-size:.9em;
	vertical-align: middle;
	height:100%;
	overflow: hidden;
	clear: right;
}
#picts #container a:hover {
	color:#191970;
}
#pictThumbs {
	border:none;
	margin-left:20px;
}
#pictThumbs a,
#pictThumbs a:link {
	margin:8px;
	text-decoration:none;
	width:160px;
	height:160px;
	float:left;
	cursor: pointer;
  background: url(img/slidea.gif) no-repeat center;
}
#pictThumbs i {
  background: url(img/slidea.gif) no-repeat center;
}
#pictThumbs a img {
	float:left;
	margin:30px 0 5px 22px;
	width:120px;
	height:100px;
}
#pictThumbs a span {
	display:block;
	width:160px;
	text-align:center;
}
#pictThumbs a:visited {
	color:#87cefa;
}
#pictThumbs a:hover {
	color:#ff0000;
	font-weight:900;
}
