/*Rotattion */

div#rotation {
	margin-left: 20px;
	width: 580px;
	text-align: center;
}

div#arrow_left{
	width: 45px;
	height: 270px;
	float: left;
	background: url(/images/360/arrow_left.gif) no-repeat bottom left;
	margin-right: -19px;
	position: relative;
	z-index: 10;
	}
div#arrow_left a{
	width: 45px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	margin-top: 190px;
	text-decoration: none;
	}
div#arrow_right{
	width: 45px;
	height: 270px;
	float: left;
	background: url(/images/360/arrow_right.gif) no-repeat bottom left;
	margin-left: -19px;
	position: relative;
	z-index: 10;
	}
div#arrow_right a{
	width: 45px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	margin-top: 190px;
	text-decoration: none;
	}

div#car {
	float:left;
	width: 525px;
	height: 271px;
	background-image: url('/images/360/car-lifan-gray.jpg');
	background-repeat: no-repeat;
	}  
	     	
.position0 {background-position: 0 0;}
.position1 {background-position: 0 -272px;}
.position2 {background-position: 0 -544px;}
.position3 {background-position: 0 -816px;}
.position4 {background-position: 0 -1088px;}
.position5 {background-position: 0 -1360px;}
.position6 {background-position: 0 -1632px;}
.position7 {background-position: 0 -1904px;}

.color_switch {
	clear: both;
	text-align: center;
	width: 580px;
	}
.tbl_color_switch {
	clear: both;
	text-align: center;
	margin: 0 auto;
	margin-top: 42px;
	}
.choose_color {
	float: left;
	color: #1186CC;
	font-size: 0.9em;
	padding-left: 50px;
	padding-top: 14px;
	}
#color_black {
	width: 50px;
	height: 27px;
	background: url(/images/360/color_black.jpg) no-repeat top left;
    display: block;
    float: left;
	margin-right: 22px;
	}
#color_gray {
	width: 50px;
	height: 27px;
	background: url(/images/360/color_gray.jpg) no-repeat top left;
    display: block;
    float: left;
	margin-right: 22px;
	}
#color_red {
	width: 50px;
	height: 27px;
	background: url(/images/360/color_red.jpg) no-repeat top left;
    display: block;
    float: left;
	margin-right: 22px;
	}
#color_white {
	width: 50px;
	height: 27px;
	background: url(/images/360/color_white.jpg) no-repeat top left;
    display: block;
    float: left;
	margin-right: 22px;
	}
#color_silver {
	width: 50px;
	height: 27px;
	background: url(/images/360/color_silver.jpg) no-repeat top left;
    display: block;
    float: left;
	margin-right: 22px;
	}
#color_green {
	width: 50px;
	height: 27px;
	background: url(/images/360/color_green.jpg) no-repeat top left;
    display: block;
    float: left;
	margin-right: 0px;
	}
#color_blue {
	width: 50px;
	height: 27px;
	background: url(/images/360/color_blue.jpg) no-repeat top left;
    display: block;
    float: left;
	margin-right: 30px;
	}

#color_black a, #color_gray a, #color_blue a, #color_red a, #color_white a, #color_silver a, #color_green a {
	width: 50px;
	height: 27px;
	text-decoration: none;
    display: block;
    padding-top: 33px;
	}
.tbl_color_switch a:link, .tbl_color_switch a:hover, .tbl_color_switch a:visited{
	color: #5A5A5A;
	font-size: 0.9em;
	}