@charset "utf-8";
/* new stuff */

.layout3-slideshow{
width: 400px;
height: 300px;
background:#000;
float:left;
overflow:hidden;
position:relative;
-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}

.layout3-slideshow img{
width: 400px;
display:none;
z-index: -5;
}

.layout3-overlay{
width: 400px;
font-size:32px;
position: absolute;
top:0;
right: 0;
background:url('../images/50percent.png');
color:#fff;
text-shadow: 0px 0px 3px #000;
z-index: 9;
text-align:center;
}

.layout3-slideshow .mainimage{
display:block;
}

.layout3-sidebar{
float:right;
width: 250px;
}


.layout3-thumbs {
	text-align: center;
	margin-top: 5px;
	margin-right: 75px;
	margin-bottom: 5px;
	margin-left: 75px;
}
.layout3-thumbs div {
	margin: 3px;
}


.layout3-main .toplink img {
	border-style: none;
	padding-bottom: 0px;
}
.layout3-main {
	clear: both;
}
.layout3-main h1 {
	color: #FFFFFF;
	background-image: url(../images/titles/blank.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	margin-top: 800px;
	padding-top: 5px;
	width: 100%;
}

