@charset "UTF-8";
#recentWork{
	float: right;
	width: 340px;
	height: 275px;
	padding-bottom: 0px;
	color: #000;
	margin-top: 5px;
	position: relative;
	background-image: url(../images/fox.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#recentWork .inner{
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
#recentWork h1{ font-size: 24px; margin-bottom: 15px; text-transform: uppercase; font-weight: normal; }
#recentWork h4{
	background-repeat: no-repeat;
	background-position: left top;
}
#recentWork p.cats{ font-size: 10px; color: #ccc; margin: 0 0 15px 0; }
#recentWork p{
	line-height: 19px;
	margin: 0 0 19px;
	font-size: 14px;
}

.controls{
	position: absolute;
	bottom: 237px;
	width: 100%;
	margin: 0;
	left: -1px;
	padding: 0px;
	height: 40px;
}
.controls div{ float: left; }
.controls a{
	float: left;
	height: 35px;
	margin-right: 15px;
	font-size: 14px;
	border: none;
	color: #FFF;
	width: 35px;
	text-align: center;
	background-image: url(../images/spinnerno.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 35px;
}
.controls .view{
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
.controls .next{
	float: right;
	margin: 0;
	width: 66px;
	height: 25px;
	background-image: url(../images/spinner-next.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.controls a:hover,
.controls a.activeSlide{
	color: #fff;
	padding: 0;
	border: none;
	text-align: center;
	background-image: url(../images/spinneract.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.ir{ text-indent: -9999px; overflow: hidden; }
.ir a{ display: block; overflow: hidden; }

.spinner{
	display: block;
	width: 500px;
	height: 275px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	background-color: #FFF;
}
#recentWork h2 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
	color: #693;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #693;
}
