@charset "utf-8";
/* CSS Document */
.block_fotodop {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#wrapper_tov {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
			}

			#carousel_tov {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
		}
    .div_car_tov {
	display: block;
	height: 100px;
	width: 150px !important;
	text-align: center;
	border: 2px solid #fff;
	overflow: hidden;
	float: left;
	position: relative;
			}
			.img_car_tov {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
	/*max-height: 100px;*/
	/*max-width: 150px;*/
	width: 100%;
	min-height: 100px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0; 	
	margin: auto;
			}
			.img_car_tov:hover {
-moz-transform: scale(0.8);-webkit-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
}
			
			#prev_tov, #next_tov {
	height: 104px;
	position: absolute;
	top: 0;
	width: 20px;
	display: block;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	background-position: center center;
			}
			#prev_tov:hover, #next_tov:hover {
	            background-color: #D2DBE8;
			}
			#prev_tov {
				background-image: url( img/gui-prev.png );
				left: 0;
			}
			#next_tov {
				background-image: url( img/gui-next.png );
				right: 0;
			}
