.bx-next {
	float: right;
	background: url("../images/move_nextCaroussel.png") no-repeat scroll 0 0 transparent;
	display: block;
    height: 30px;
	width: 30px;
	bottom: 60px;
	position: relative;
	left:30px;
}

.bx-prev{
	background: url("../images/move_prevCaroussel.png") no-repeat scroll 0 0 transparent;
	display: block;
    height: 30px;
	width: 30px;
	bottom: 60px;
	position: relative;
	float: left;
}

#slider1 img{
	height: 80px !important;
	width: 166px !important;
}

.bx-wrapper{
	width: 870px !important;
}

.last_item_car{
	/*margin-right: 30px !important;*/
}

.first_item_car{
	/*margin-left: 30px !important;*/
}

.bx-window {
	width: 840px !important;
	margin-left: 30px;
	margin-right: 30px;
}