#gridContainer {
	width: 500px;
position: relative;
float:none;
left:-3px;
	
}
#thumbHolder {
padding-top:10px;
	position:relative;
	float:left;
	width: 237px;
	height: 156px;
	display: block;
	left: 6px;
	overflow: hidden;
	color: #990000;
	


}
#thumbPicture {
	width: 237px;
	height: 136px;
	position:relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	
	
}
.thumbCoverTribal:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverVintage:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverMilitary:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverWound:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverPirate:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverRockstar:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverPinup:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverPrison:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverMaori:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverKnuckles:hover{ background-image: url(../images/thumbBoxOver.png);}
.thumbCoverExclusive:hover{ background-image: url(../images/thumbBoxOver.png);}

.thumbCoverTribal{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/tribal.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverVintage{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/vintage.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverMilitary{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/military.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverWound{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/wound.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverPirate{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/pirate.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverRockstar{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/rockstar.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverPinup{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/pinup.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverPrison{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/prison.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverMaori{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/maori.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverKnuckles{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/knuckles.png);
	background-repeat: no-repeat;
	top: -202px;
}
.thumbCoverExclusive{
	display: block;
	width: 144px;
	height: 213px;
	position:relative;
	background-image: url(../tb/exclusive.png);
	background-repeat: no-repeat;
	top: -202px;
}

#thumbPicture{ behavior: url(../admin/js/iepngfix.htc); };
.thumbCoverTribal{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverVintage{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverMilitary{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverWound{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverPirate{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverRockstar{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverPinup{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverPrison{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverMaori{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverKnuckles{ behavior: url(../admin/js/iepngfix.htc); }
.thumbCoverExclusive{ behavior: url(../admin/js/iepngfix.htc); }


#thumbCaption {
	color: #000000;
	width: 237px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	position: relative;
	text-align: center;
}
#thumbCaption:hover {
color: #990000;
}