﻿/* Внутренний блок */

#innerCarousel {
	display: block;
	top: 0px;
	width:100%;
}


#carousel1 img {
	/* [disabled]border: none; */
	/* [disabled]margin-right: 10px; */
	/* [disabled]margin-left: 20px; */
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-left: 50px; */
}


#buttonLeft {
	width: 95px;
	height: 114px;
	background-image: url('../images/left.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 33px;
	right: 834px;
	cursor: pointer;
	padding-top: -50px;
}

#buttonRight {
	width: 95px;
	height: 114px;
	background-image: url('../images/right.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 33px;
	right: 250px;
	cursor: pointer;
}
