/*** 詳細ページ画像表示 **/

.imglist-fd .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #f4f9f7;
    border: 1px solid #d4d4d4;
}

.imglist-fd .jcarousel-direction-rtl {
	direction: rtl;
}

/*外枠幅*/
.imglist-fd .jcarousel-container-horizontal {
    width:95%;
    padding:20px 0 5px;
}

/* 物件表示部全体デザイン */
#wrap
{
	line-height:120%;
	font-size:80%;
	color: #404040; /*margin: 0 12%;*/
	margin:10px 5px 10px;
}
#wrap div{ margin-top:0px; }

/* 画像サイズ */
.imglist-fd .jcarousel-item {
		/*width:200px;*/
		/*height:200px;*/
}

.imglist-fd .jcarousel-clip {
    overflow: hidden; 
}

/* 画像の間隔 */
.imglist-fd .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0px;
}

.imglist-fd .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}


.imglist-fd .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}



/********  <= => 矢印リンク  ********/
/* => */
.imglist-fd .jcarousel-next-horizontal {
    position: absolute;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../next_h.gif) no-repeat 0 0;
}
.imglist-fd .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../../prev_h.gif);
}
.imglist-fd .jcarousel-next-horizontal:hover,
.imglist-fd .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}
.imglist-fd .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.imglist-fd .jcarousel-next-disabled-horizontal,
.imglist-fd .jcarousel-next-disabled-horizontal:hover,
.imglist-fd .jcarousel-next-disabled-horizontal:focus,
.imglist-fd .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* <= */
.imglist-fd .jcarousel-prev-horizontal {
    position: absolute;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../prev_h.gif) no-repeat 0 0;
}
.imglist-fd .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../next_h.gif);
}
.imglist-fd .jcarousel-prev-horizontal:hover, 
.imglist-fd .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}
.imglist-fd .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.imglist-fd .jcarousel-prev-disabled-horizontal,
.imglist-fd .jcarousel-prev-disabled-horizontal:hover,
.imglist-fd .jcarousel-prev-disabled-horizontal:focus,
.imglist-fd .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/**
 * 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. */
}

/**
 * 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;
}
