#develop-slideshow-wrapper {
	position: relative;
	padding: 0 50px;
	height: 1%;
}
#develop-slideshow {
	height: 220px;
	overflow: hidden;
	width: 100%;
}
#develop-slideshow ul {
	display: block;
	margin: 0;
	padding: 0;
}
#develop-slideshow li {
	display: block;
	padding: 0;
	float: left;
	width: 213px;
}
#develop-slideshow a {
	display: block;
	text-align: center;
	padding: 0 2px;
	text-decoration: none;
}
#develop-slideshow a.description {
	padding: 0 2px 50px;
}
#develop-slideshow img {
	border: 4px solid #eee;
}
#develop-slideshow span {
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
#develop-slideshow a:hover img {
	border: 4px solid #f4a62b;
}
#develop-slideshow a:hover span {
	text-decoration: none;
	color: #f4a62b;
}
a.develop-slideshow-previous {
	display: block;
	background: url('/media/images/develop-slideshow/slideshow-previous.png') no-repeat;
	width: 26px;
	height: 48px;
	position: absolute;
	top: 44px;
	left: 12px;
}
a.develop-slideshow-next {
	display: block;
	background: url('/media/images/develop-slideshow/slideshow-next.png') no-repeat;
	width: 26px;
	height: 48px;
	position: absolute;
	top: 44px;
	right: 12px;
}

