/* CSS Document */

.photo {
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

.photo img {
	border: dashed 1px;
}

.photo p {
	text-align: center;
	margin: 5px;
}

/*New Style Gallery*/

div.pic {
	float: left;
	height: 204px; 
	width: 204px;
	/*background-color:#FFFFFF;*/
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-image:url(../images/frame-ls2.gif);
}

div.pt {
	background-image: url(../images/frame-pt2.gif);

div.pic img {
	margin: 0;
	padding: 0;
	border: 2px solid;
	border-color: #444 #AAA #AAA #444;
}

div.pt img {
	margin-left: 33.5px;
	height: 200px;
	width: 133px;
}

div.ls img {
	padding-top: 33.5px;
	height: 133px;
	width: 200px;
}