/*--------------------right--------------------*/

#right h2 {
	margin: 3px 0px 10px 0px;
	font-size: 11pt;
	color: #2770C0;
}

.border {
	width: 138px;
	height: 140px;
	margin: 0px 20px 10px 0px;
	float: left;
	text-align: center;
	border: 1px solid #BFBFBF;
	background-color: #F8F8F3;
}

.border:hover {
	background-color: white;
}

.border img {
	width: 120px;
	height: 90px;
	margin: 24px 0px 0px 0px;
	border: 1px solid #BFBFBF;
}

/*--------------------photos--------------------*/

#photos {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	display: none;
	/*filter: alpha(opacity=75);*/
}

#photos table {
	margin: 20px auto 0px auto;
	border-collapse: collapse;
}

#photos td {
	padding: 20px;
	border: 1px solid white;
	background-color: white;
}

td.r1 {
	padding-bottom: 0px !important;
}

#photos_img {
	border: none;
	display: block;
}

.darts {
	border: none;
}

#c1 {
	width: 50%;
}

#c2 {
	width: 50%;
	text-align: right;
}
