@charset "utf-8";
/* CSS Document */
.foto_block {
	display: block;
	height: 200px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#wrapper, #prev, #next {
	height: 170px;
	position: absolute;
	top: 50%;
	margin-top: -85px;

			}
			#wrapper {
	width: 90%;
	left: 5%;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
	padding-right: 5px;
			}

			#carousel {
	
	display: block;
	float: left;
	height: 100px;
		}
    .img_car {

	margin: 5px;
	height: 140px;
			}
			
			#prev, #next {
				background: center center no-repeat;
				width: 5%;
			}
			#prev:hover, #next:hover {

			}
			#prev {
				background-image: url( img/gui-prev.png );
				left: 0;
			}
			#next {
				background-image: url( img/gui-next.png );
				right: 0;
			}
