article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{
	display: block;
}
mark, rp, rt, ruby, summary, time
{
	display: inline;
}


#wrap
{
	border-top: solid 1px #fff;
	margin-bottom: 90px;
	padding-top: 35px;
}
.overlap-third
{
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	margin: 0px auto;
	position: relative;
	text-align: left;
	top: -2px;
	width: 311px;
	z-index: 10;
}
.frame-background
{
	background: url(../images/frame-bg.png) no-repeat;
	height: 250px;
	margin: 0px auto;
	width: 320px;
}
.overlap-two
{
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	left: -4px;
	position: relative;
	text-align: left;
	top: -1px;
	width: 316px;
	z-index: 10;
}
.overlap-one
{
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	height: 251px;
	left: -5px;
	padding: 2px;
	position: relative;
	text-align: left;
	top: -1px;
	width: 321px;
	z-index: 10;
}
#container
{
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	margin: 0px auto;
	padding: 15px;
	text-align: left;
	width: 610px;
}

.nivo-controlNav
{
	bottom: -30px;
	left: 220px;
	position: absolute;
}
.nivo-controlNav a
{
	background: #b5b5b5;
	border-radius: 10px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
	display: block;
	float: left;
	height: 10px;
	margin-right: 5px;
	moz-border-radius: 10px;
	moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
	text-indent: -9999px;
	webkit-border-radius: 10px;
	webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
	width: 10px;
}
.nivo-controlNav a.active,
.nivo-caption span
{
	background: #4d8da7;
	background: linear-gradient(top, #4a87a1 0%,#5295b1 100%);
	background: -moz-linear-gradient(top, #4a87a1 0%, #5295b1 100%);
	background: -ms-linear-gradient(top, #4a87a1 0%,#5295b1 100%);
	background: -o-linear-gradient(top, #4a87a1 0%,#5295b1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a87a1), color-stop(100%,#5295b1));
	background: -webkit-linear-gradient(top, #4a87a1 0%,#5295b1 100%);
	box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
	moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
	webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}