.detail_picker {
	position: absolute;
	left: 50%;
	margin-left: -410px;
	bottom: -110px;
}
.detail_picker > .selector {
	border: 2px solid red;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: -6px 0 0 -6px;
	height: 68px;
	width: 68px;
	-webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.detail_picker > button {
	background: url('../i/exterior-details-sprite.png') no-repeat;
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #B5B6AD;
	border-radius: 50%;
	margin-right: 20px;
	cursor: pointer;
	outline: none;
}
.detail_picker > button[data-area="base"] {
	background-position: 0 0;
}
.detail_picker > button[data-area="out_side_front"] {
	background-position: -60px 0;
}
.detail_picker > button[data-area="out_side_front_top"] {
	background-position: -120px 0;
}
.detail_picker > button[data-area="out_side_door_big"] {
	background-position: -180px 0;
}
.detail_picker > button[data-area="out_side"] {
	background-position: -240px 0;
}
.detail_picker > button[data-area="out_side_door"] {
	background-position: -300px 0;
}
.detail_picker > button[data-area="out_side_bonnet"] {
	background-position: -360px 0;
}
.detail_picker > button[data-area="out_side_tail"] {
	background-position: -420px 0;
}