.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width:365px;
    height:150px;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin-top: 110px;
    border: 1px solid #666;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 5px;
}
.jquery-slider-control-next {
    right: 5px;
    top: 5px;
}
/*.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    top: 130px;
	right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #CC3399;
	cursor: pointer;
    opacity: 0.33;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.jquery-slider-page-current {
    opacity: 1;
} */
#slider{
     width:365px;
	 height:150px;
	 }
.image{
     width:365px;
	 height:150px;
	 }
.text{
	float:right;
	width:260px;
	 }
.name{
    height:28px;
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
	}
.star{
    height:12px;
    margin-top:7px;
	}
.comment {
    margin-bottom:3px;
    font-size: 12px;
	height:65px;
	}
.price {
    height:15px;
	}
.price2{
	    color: #FF6600;
    font-size: 16px;
    font-weight: bold;
	}
.btn {
	margin-top:5px;
	width: 80px;
	 }
.photo {
    font:left;
	margin-top:3px;
	width:90px;
	}