/*
 *
 */

.homepage .contentbelow .right .projects {
	position: relative;
	height: 128px;
	width: 408px;
	overflow: hidden;
	border: none;
	border: 1px solid #a0a0a0;
	margin: 0px 0px 0px 0px;
}

.homepage .contentbelow .right .projects .projectcontent {
	height: 100px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	width: 408px;
	background-color: #f0f0f0;
	padding: 0px;
}

*html .homepage .contentbelow .right .projects .projectcontent {
}

.homepage .contentbelow .right .projects .projectcontent div {
	height: 102px;
	width: 408px;
	overflow: hidden;
}

.homepage .contentbelow .right .projects .projectcontent div .image {
	float: left;
	width: 100px;
	height: 100px;
	/* background-color: #f0f0f0; */
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.homepage .contentbelow .right .projects .projectcontent div .image img {
	padding: 0px;
	margin: 0px;
}

.homepage .contentbelow .right .projects .projectcontent div .text {
	float: right;
	/* width: 308px; */
	height: 100px;
	/* background-color: white; */
	overflow: hidden;
	/* padding: 0px; */
	/* padding: 0px 4px 0px 4px; */
	padding: 4px 8px 4px 8px;
	width: 292px;
	margin: 0px;
}

.homepage .contentbelow .right .projects .projectcontent div .text h1 {
	font-size: 1.0em;
	padding: 0px 0px 2px 0px;
}

.homepage .contentbelow .right .projects .projectcontent div .text p,
.homepage .contentbelow .right .projects .projectcontent div .text a {
	padding: 0px;
	font-size: 0.75em;
	/* line-height: 12px; */
}

.homepage .contentbelow .right .projects #label {
	position: absolute;
	width: 408px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 0.7em;
	color: black;
	padding: 0px 0px 6px 0px;
	font-weight: bold;
}

.homepage .contentbelow .right .projects #prev,
.homepage .contentbelow .right .projects #continue,
.homepage .contentbelow .right .projects #next {
	position: absolute;
	height: 20px;
	width: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	z-index: 100;
}

.homepage .contentbelow .right .projects #prev {
	background: white url(../images/arrow_prev_20x20_grey2.jpg) no-repeat center center;
	bottom: 4px;
	left: 8px;
}

.homepage .contentbelow .right .projects #next {
	background: white url(../images/arrow_next_20x20_grey2.jpg) no-repeat center center;
	bottom: 4px;
	right: 8px;
}


