.slideshow {
	position: relative;
	background: #fff;
	width: 390px;
	height: 380px;
	float: left;
	margin-right: 10px;
	border-top: 5px solid #30a206;
	border-bottom: 5px solid #30a206;
}
.slideshow .home_page_preview {
	position: absolute;
	width: 370px;
	top: 10px;
	left: 10px;
	height: 370px;
}
.slideshow .home_page_preview img {
	height: 200px;
	float: left;
	margin-right: 10px;
	border: 2px solid black;
}

.home_page_preview_links {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 370px;
}

.home_page_preview_links a {
	display: block;
	float: left;
	width: 30px;
	background: #eee;
	margin-right: 5px;
	height: 15px;
}

.home_page_preview_links a span {
	display: block;
	text-indent: -10000px;
}

.home_page_preview_links a.current,
.home_page_preview_links a:hover {
	background: #aaa;
}

#right-box-top,
#right-box-bottom {
	background: #ddd;
	width: 180px;
	height: 170px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}

#right-box-top {
	height: 130px;
}

#right-box-bottom {
	height: 210px;
}

#right-box-top img {
	width: 60px;
	margin-top: 0 !important;
}

#right-box-bottom img {
	width: 180px;
}
