#teazer {
		margin-top:20px;
    height: 380px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
#teazer ul, #teazer ul li {
    display: inline;
    float: left;
    overflow: hidden;
}
.wideslider_base {
    position: absolute;
    top: 0;
}
.wideslider_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
}
.slider_prev, .slider_next {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100;
}
.slider_prev {
    background: #fff url("../img/prev.jpg") no-repeat scroll right center;
}
.slider_next {
    background: #fff url("../img/next.jpg") no-repeat scroll left center;
}
#teazer .pagination {
    bottom: 10px;
    height: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;
}
#teazer .pagination a {
    background: #333 none repeat scroll 0 0;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    overflow: hidden;
    width: 12px;
		border-radius:50%;
		opacity: 0.5 !important;
}
#teazer .pagination a.active {
    opacity: 1 !important;
}
.wideslider ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
#recommend {
		width: 960px;
	  margin:15px auto;
}
#recommend .recommend-items {
		margin:20px -10px;
}
#recommend .item{
		margin-right:10px;
    margin-left:10px;
}
#recommend .name{
		margin-top:10px;
    margin-bottom:10px;
}

#recommend .item img {
		width:100%;
}
#link{
  width:710px;
  margin:0 auto;
  float:right;
}
#link a{
  cursor:pointer;
}

/* スライダーのサイズ、位置 */
.slider{
  width:1025px;
  height:400px;
  margin:0 auto;
}
.slider img{
  width:1025px;
  height:400px;
}

/* おすすめ商品の画像サイズ */
/*.product_item img{
  width:165px;
  height:220px;
}*/