
div.bigthumb{
	width: 220px;
	height: 230px;
	text-align: center;
	margin: 10px;
	margin-right: 0px;
	float:left;
	border: none;
}

/*as netscape ignores a relatively positioned parent element when it is floated*/
div.netscape_hack{
	width: 220px;
	height: 230px;
	position:relative;
	border: none;
	text-align:center;
}

a.img_caption{
	width: 220px;
	position: absolute;
	bottom: 0px; left: 0px;
	border: none;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#2A2A6A;
}

a.img_caption:hover{
	color:#555500;
	
}

.bigthumb span{
	display: block;
	margin: 5px;
	padding: 0px;
	
}

.bigthumb img{
	/*padding: 3px;*/
}

/*center the flash movie*/
div.flashmovie{
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 70px auto;
	width: 600px;
	height: 200px;
	border: none;
} 
