@charset "utf-8";
/* CSS Document */


#case-studies {
    margin: 0 auto;
    overflow: hidden;
	width:930px;
	background:#EFEFEF;
}

.case-studies #list-wrapper {
	float: left;
}

.case-studies .inner {
	margin:0 auto;
	padding:0;
}

.case-studies ul {
	overflow:auto;
	float:left;
	clear:none;
	display:inline-block;
	margin:0;
	padding:0;
}


.case-studies ul li {
	margin-right: 20px;
	width: 180px;
}

.case-studies ul.slide-element li a{
	padding: 0;
	margin: 0;
}


.case-studies h3 {
	color: #8daac1;
	font-size: 21px;
	font-weight: normal;
	margin:15px 0 5px 40px;
}



.case-studies ul li h3 a{
	color: #2e9fd8;
	padding-bottom: 0;
	margin-bottom: 0.4em;
}

.case-studies ul li h3 a:hover {
	color: #7FBA0E;
}



.service-list li:hover a.title,
.col-narrow #product-list li a.related:hover,
.search-results li h3 a:hover,
ul.work-list li h3 a:hover,
.case-studies ul li h3 a:hover {
	color: #7FBA0E;
}


.case-studies .controller{
	padding: 0;
	width:39px;
	float: left;
	margin: 60px 0px 0 0px;
	z-index:99;
}

.case-studies .controller.left{
	margin-right:20px;
	margin-left:20px;
}


.case-studies .controller a{
	width: 36px;
	height: 44px;
	display: block;	
	outline: none;
	text-indent: -5000px;
	cursor: pointer;
	
}

.case-studies .controller a:hover {
	border-bottom: none;
}
/*.case-studies .controller:hover{
	background: url('/css/images/c1-bg-active.png') no-repeat;
}*/

.case-studies .controller a.previous {
	background: url('images/c1-bg.png') no-repeat;
}

.case-studies .controller a.next {
	background: url('images/c2-bg.png') no-repeat;
}

.case-studies .controller .all-work {
	background: url('/css/images/our-work.png') no-repeat;
	margin-top: 10px;
	position: relative;
	text-indent: -5000px;
	display: block;
	height: 31px;
	margin-left: 4px;
}
.case-studies .controller .all-work:hover {
	background: url('/css/images/our-work-hover.png') no-repeat;
}




.replace-image,
.work-thumb img {
	height:180px;
	width:180px;
	display: inline-block;
	background:#666;
	float:left;
	clear:both;
}

#case-studies .carousel-wrapper {
	height: 200px;
}

.carousel-wrapper {
	float: left;
	display: block;
	height: 240px;
	overflow: hidden;
	position: relative;
	width: 800px;
}

.carousel-wrapper .slide-element {
	position: absolute;
	overflow: hidden;
	width: 800px;
	list-style: none;
}

.carousel-wrapper .slide-element li {
	float: left;
	list-style: none;
}

.carousel-wrapper .slide-element.hidden{
	display: block;
	left: 840px;
}
