/* CSS Document */

.thumbs {
/*	background-color:#330000;*/
	width:540px;

}

.thumb {
	width:176px;
	height:157px;
	float:left;
	clear:none;
/*	border:solid 1px #EBEBEB;*/
	margin-bottom:35px;
}

.thumb .img {
	margin-bottom:4px;
	height:135px;
	text-align:left;
}

.thumb .caption {
	float:left;
	clear:none;
}

.photoarea {
	font-size:80%;
	font-weight:bold;
	clear:both;
	margin-bottom:22px;
	width:540px;
/*	background-color:#FFFF00;*/
	height:100%;
}

.arrow {
	float:left;
	clear:none;
	color:#DA251E;
}

.photoarea .thumb a {
	color:#B7333D;
	text-decoration:none;
	cursor:pointer;
}

.photoarea .thumb a:link {
	color:#928982;
}

.photoarea .thumb a:visited {
	color:#928982;
}

.photoarea .thumb a:hover {
	color:#B7333D;
}

.photoarea .description {
	margin:20px 0px 25px 0px;
}