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

.pics {
	height: 350px !important;
	width: 500px !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden !important;
	background-image: url(../images/photo-frame.png);
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
} 
 
.pics img {
	top:  0;
	left: 0;
	margin-top: 11px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 13px;
	height: 323px;
	width: 471px;
} 

a.left {
	background-image: url(../images/arrow-left-off.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 10px;
	width: 9px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
a.left:hover {
	background-image: url(../images/arrow-left-on.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 10px;
	width: 9px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
a.right {
	background-image: url(../images/arrow-right-off.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 10px;
	width: 9px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
a.right:hover {
	background-image: url(../images/arrow-right-on.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 10px;
	width: 9px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

