body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #182083;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #182083;
}
a:hover {
	text-decoration: none;
	color: #F2C205;
}
a:active {
	text-decoration: underline;
	color: #F2C205;
}

#wrapper
{
	padding:0px;
	width: 677px;
	height: 220px;
}

#frame
{
	position:relative;
	width:677px;
	height:220px;
	background-color:#000099;
	border:0px solid #000;
	/* serves as a mask */
	overflow:hidden;
	background-image: url(images/banner_bkg.gif);
}

#btn-previous-img
{
	position:absolute;
	bottom:10px;
	left:10px;
	cursor:pointer;
	visibility: hidden;
}

#btn-next-img
{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	visibility: hidden;
}

#transition-container
{
	height:220px;
	/* should be the sum of all photos */
	width:677px;
	/* position it */
	position:relative;
	top:0px;
	left:0px;
}

.photo
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
