.services_index {
	
	width: 100%;
	height: auto;
	margin:0 auto;
}



#wrapper {
		
			width: 100%;
			height: auto;
	
			
			}

			#carousel {
				width: 100%;
				height: auto;
				

				
			}
			#carousel ul {
				list-style: none;
				display: block;
				margin: 0 auto;
				padding: 0;
				position:vrelative;
				left:3em;
			}
			#carousel li {
			display: block;
			width: 337px;
			height: 217px;
			margin:1.5em;
			padding: 0;
			float: left;
			position: relative;

			}

			#carousel li img {
				width: 337px;
				height: 217px;
				
			}
			
			#carousel li span {
			text-indent: -999px;
			display: block;
			overflow: hidden;
			width: 337px;
			height: 217px;
			position: absolute;
			z-index: 2;
			top: 14px;
			left: 16px;
			}			

			.clearfix {
				float: none;
				clear: both;
			}
			#carousel .prev, #carousel .next {
				background: transparent url(../../images/carousel_control.png) no-repeat 0 0;
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 36px;
				height: 120px;
				margin-left:0px;
				position: absolute;
				top: 5em;				
			}
			#carousel .prev {
				background-position: 0 0;
				left: -7px;
			}
			#carousel .prev:hover {
				left: -0px;
			}			
			#carousel .next {
				background-position: -35px 0;
				right: -8px;
			}
			#carousel .next:hover {
				right: -10px;
			}				
			#carousel .pager {
				text-align: center;
				margin: 0 auto;
			}
			#carousel .pager a {
				background: transparent url(../../images/carousel_control.png) no-repeat -2px -32px;
				text-decoration: none;
				text-indent: -999px;
				display: inline-block;
				overflow: hidden;
				width: 8px;
				height: 8px;
				margin: 0 5px 0 0;
			}
			#carousel .pager a.selected {
				background: transparent url(../../images/carousel_control.png) no-repeat -12px -32px;
				text-decoration: underline;				
			}
			
			#source {
				text-align: center;
				width: 100%;
				position: absolute;
				bottom: 10px;
				left: 0;
			}
			#source, #source a {
				font-size: 12px;
				color: #000;
			}
			










			
			