@import "blog.css";

#home-slide { 
	position: relative;
	height: 382px;
}

#home-slide_shade {
	height: 315px;
	width: 455px;
	overflow: hidden;
	position: absolute;
	top: 28px;
	left: 0px;
}

#home-slide_container {
	position: absolute;
	width: 10000px;
	top: 0;
	left: 0;
}

#home-slide_container div {
	height: 315px;
	width: 455px;
	float: left;
	background: #696B5F;
	cursor: pointer !important;
}

#home-slide_navigator {
	position:  absolute;
	top: 352px;
	left: 0;
}

#home-slide_navigator li {
	float: left;
	margin-right: 10px;
}

#home-slide_navigator li a {
	display:  block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background: #F5EEEB;
	border-bottom: 2px solid #17C6E3;
	cursor: default;
	text-decoration: none;
	color: ;
}

#home-slide_navigator li a:hover {
	color: #696B5F;
}

#home-slide_navigator li .off {
	color: #C3BEBC;
	cursor: pointer !important;
	border-bottom: none;
	
}

#home-slide_navigator li .on {
	color: red;
	cursor: pointer !important;
	border-bottom: none;
	
}

#home-slide_navigator li.next a, #home-slide_navigator ul li.prev a {
	border: none;
	cursor: pointer !important;
}

.used_bike {
	clear: both;
	height: 50px;
	margin-bottom: 20px;
}

.used_bike a {
	text-decoration: none;
}

.used_bike a img {
	border: 2px solid #696B5F;
	float: left;
}

.used_bike a:hover img {
	border: 2px solid #17C6E3;
}

.used_bike h3 {
	width: 100px;
	margin: 0 10px 0 0;
	float: right;
}

.used_bike .price {
	width: 100px;
	margin: 10px 10px 0 0;
	float: right;
	font-style: italic;	
}
