@charset "utf-8";
/* CSS Document */

img {
border:0 none;
}

#photos-toolbar {
	margin-bottom:2px;
	overflow:hidden;
	width:99%;
	margin-top: 25px;
	padding: 0;
}

#photogallery  {
	overflow:hidden;
	position:relative;
	width:600px;
	display: block;
	text-align: center;
	margin: 5px;
	padding: 0px;
	background-color: #000;
}

.sn_greenbor {
border:1px solid #C3C3C3;
}

.photothumb {
	display:inline;
	float:left;
	height:auto !important;
	text-align:center;
	width:155px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.thumbnail {
	border:1px solid #B6B7BD;
	height:auto;
	overflow:hidden;
	text-align:center;
	width:120px;
	background-color: #FFFFFF;
	display: block;
	cursor:pointer;
	margin-left: 25px;
	margin-right: 20px;
}
.thumbnail img {
	height:70px;
	width: 110px;
	padding: 5px;
}
