@charset "utf-8";
/* CSS Document */

/**
 
 DO NOT CHANGE THESE BASE SETTINGS, SCROLL DOWN TO THE EDITABLE STUFF

 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
	text-align:center;
	position:relative;
}
/*.jcarousel-item a {
	position:absolute;
	left:0;
	bottom:0;
}*/

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/* EDITABLE CSS */

.jcarousel-skin-1 .jcarousel-container {
}
.jcarousel-skin-1 .jcarousel-container-horizontal {
    width: 700px;
    padding: 0px;
}
.jcarousel-skin-1 .jcarousel-clip-horizontal {
    width:  700px;
    height: 100px;
}
.jcarousel-skin-1 .jcarousel-item {
    width: 100px;
    height: 100px;
}
.jcarousel-skin-1 .jcarousel-item-horizontal {
    margin-right: 0;
	margin-left: 0;
}
.jcarousel-skin-1 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-1 .jcarousel-next-horizontal {
	position: absolute;
	bottom: 33px;
	right: 0;
    width: 18px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../images/arrow-right.jpg) no-repeat 0 0;
}
.jcarousel-skin-1 .jcarousel-prev-horizontal {
	position: absolute;
	bottom: 33px;
	left: 0;
    width: 18px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../images/arrow-left.jpg) no-repeat 0 0;
}
.jcarousel-skin-1 .jcarousel-prev-horizontal,
.jcarousel-skin-1 .jcarousel-next-horizontal {
}
.jcarousel-skin-1 .jcarousel-next-horizontal:hover,
.jcarousel-skin-1 .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-1 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-1 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-1 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-1 .jcarousel-prev-disabled-horizontal:hover {
	cursor:default;
}


#mycarousel li {
	float:left;
	position:relative;
}




/*BESPOKE for Chinese Bike Insurance*/

#gallery {
	background: url(../images/gallery-map.gif) no-repeat;
	position: relative;
	width: 500px;
	height: 321px;
	margin: 25px 0px;
	float: left;
}
#gallery #mycarousel li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#gallery #lexmoto{
	position: absolute;
	top: 85px;
	left: 100px;
}
#gallery #jonway{
	position: absolute;
	top: 194px;
	left:334px;
}
#gallery #jinlun{
	position: absolute;
	top: 120px;
	left:317px;
}
#gallery #zongshen{
	position: absolute;
	top: 259px;
	left:320px;
}
#gallery #sukida{
	position: absolute;
	top: 272px;
	left:320px;
}
#gallery #baotian{
	position: absolute;
	top: 285px;
	left:320px;
}
/*#gallery a{
	display: block;
	background: url(../images/map-pointer-2.png) no-repeat;
	width: 46px;
	height: 70px;
	z-index: 10;
	text-indent: -900em;
}
#gallery a:hover{
	background-position: 0px -70px;
}
#gallery a:active, #gallery a:focus{
	background-position: 0px -140px;
}*/
#gallery #mycarousel li a{
	background-color: #e45502;
	color: #ffffff;
	display: block;
	line-height: 12px;
	font-size: 10px;
	padding: 0px 2px;
	text-transform: uppercase;
	font-weight: bold;
}
#gallery #mycarousel li a:hover{
	background-color: #ff9212;
}
#gallery #mycarousel li a:active, #gallery #mycarousel li a:focus{	
}
#gallery h2{
	margin: 331px 0 0 0;
}
#gallery p{
	width: 450px;
}
