#gridContainer {
	width: 486px;
position: relative;
float:none;

	
}
#thumbHolder {
	position:relative;
	float:left;
	width: 138px;
	height: 170px;
	display: block;
	padding: 0px 10px 10px;;
	overflow: hidden;
	color: #990000;
	text-align:center;
	


}
#thumbPicture1 {

	width: 66px;
	height: 159px;
	position:relative;
	display: block;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-left-color: #990000;	
}
#thumbPicture2 {
	width: 66px;
	height: 159px;
	position:relative;
	display: block;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-left-color: #990000;	
		left:8px;
}
#thumbCover:hover{ background-image: url(../images/thumbBoxOver.png);}
#thumbCover{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../images/thumbBox.png);
	background-repeat: no-repeat;
	top: -202px;
	
}


#thumbCaption {
	color: #000000;
	width: 138px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top:159;
	text-align: center;
	float:none;
	clear:both;
	display: block;
	padding-top:3px;
}
#thumbCaption:hover {
color: #990000;
}