/* 最外層 */
.pikachoose {
	position:relative;
	padding:0;
	margin: 0 auto 10px;
	width:780px;
	background-color:#F3F3F3;
	overflow:hidden;
}

/* 主圖框 */
.pika-stage {
	position:relative;
	text-align: center;
	width: 780px;
	/*height: 585px;*/
	margin:0 auto;
	overflow:hidden;
}

/* 主圖 */
.pika-stage a > img {
	width: 100%;
	border:0;
}

/* 計頁數的東西 */
.pika-stage .pika-counter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	background: rgba(0,0,0,0.5);
	font-size: 11px;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 如果使用用戶的縮略圖有一個暫停的新的大圖像加載。這是裝載機， */
/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-stage .pika-loader {
	background: url(loading.gif) 3px 3px no-repeat #000;
	background-color: rgba(0,0,0,0.9);
	color: white;
	width: 60px;
	font-size: 11px;
	padding: 5px 3px;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
}
















/* 主圖標題 */
.pika-stage .caption {
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.75);
	border: 1px solid #141414;
	font-size: 11px;
	color: #fafafa;
	padding: 10px;
	text-align: right;
	bottom: 10px;
	left: 0;
}
/* 主圖標題 p */
.pika-stage .caption p {
	padding: 0;
	margin: 0;
	line-height: 14px;
}





/* 圖片 播放、暫停、上一頁、下一頁 a 標籤 */
/* Ths play, pause, prev and next buttons */
.pika-stage .pika-imgnav a {
	position: absolute;
	display: block;
	z-index: 3;
	display:none;
}
/* 下一張 */
.pika-imgnav a.previous {
	background: url(prev.png) no-repeat left 45%;
	height: 100%;
	width: 50px;
	top: 0;
	left: 0;
	cursor: pointer;
}
/* 下一張 */
.pika-imgnav a.next {
	background: url(next.png) no-repeat right 45%;
	height: 100%;
	width: 50px;
	top: 0;
	right: 0;
	cursor: pointer;
}
/* 播放 */
.pika-imgnav a.play {
	background: url(play.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}
/* 暫停 */
.pika-imgnav a.pause {
	background: url(pause.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}




/* 上一張/下一張的文字按鈕 容器 */
/* The previous and next textual buttons */
.pika-stage .pika-textnav {
	overflow: hidden;
	margin: 10px 0 0 0;
	padding:5px 0 2px;
	bottom: 0;
	position: absolute;
	width:100%;
	background:#000;
	display:none;
}
/* 前面和後面的文字按鈕 link */
.pika-textnav a {
	font-size: 12px;
	text-decoration: none;
	color:#CCC;
	padding: 4px;
	margin:0 5px;
}
/* 文字上一張 */
.pika-textnav a.previous {
	float: left;
	width: auto;
	display: block;
	color:#CCC;
	cursor: pointer;
}
/* 文字上一張 */
.pika-textnav a.next {
	float: right;
	width: auto;
	display: block;
	color:#CCC;
	cursor: pointer;
}



/* 工具提示 */
/*for the tool tips*/
.pika-tooltip {
	font-size: 12px;
	position: absolute;
	color: white;
	padding: 3px;
	background-color: rgba(0,0,0,0.7);
	border: 3px solid black;
}










/* 縮圖框 */
.pika-thumbs {
	padding: 0;
}
/* 縮圖 外框 */
.pika-thumbs li {
	width: 124px;
	height: 93px;
	overflow: hidden;
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
/* 縮圖 內框 */
.pika-thumbs li .clip {
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}


/* jcarousel 滑動縮圖*/

/* 最外層容器 */
.jcarousel-container{
    position:relative;
    padding:5px 0 5px;
    z-index:10;
    overflow:hidden;
}

/* 包列表容器 */
.jcarousel-container .jcarousel-clip-horizontal{
    width:780px;
    overflow:hidden;
	margin:0 auto;
}


/* 上一頁/下一頁 Btn */
/*.jcarousel-container .jcarousel-prev,
.jcarousel-container .jcarousel-next{
    width:35px;
    height:44px;
    background:url(controls.png) top left no-repeat;
    display:block;
    position:absolute;
    right:5px;
    top:26px;
    cursor:pointer;
    opacity:0;
	display:none;
}*/
/* 下一頁背景 */
/*.jcarousel-container .jcarousel-next{background-position: -30px -310px;right:10px}*/
/* 上一頁背景 */
/*.jcarousel-container .jcarousel-prev{background-position: 0 -310px;left:10px;}*/

/* 滑入狀態 */
/*.jcarousel-container .jcarousel-prev:hover,
.jcarousel-container .jcarousel-next:hover{
    filter:alpha(opacity=100);
    opacity:1.0;
}*/

/* 停用狀態 */
/*.jcarousel-prev-disabled:hover,
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled,
.jcarousel-prev-disabled{
	filter:alpha(opacity=10);
    opacity:.1;
}*/


