.myImagesSlideBox{
	width:700px;
	height:540px;
	background-image: url(image/pbimgbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.myImages{
	padding:0px;
	text-align:center;
	position:relative;
	overflow:hidden;
	height:475px;
	width:700px;
	cursor:pointer;
	background:url(images/loading.gif) center center no-repeat;
}
.myImages img{
	width: 708px;
	height:469px;
	border:0;
	padding-top: 5px;
	padding-left: 0px;
}
.myImgs {
	display:none;
}
.myTxts{
	padding:10px;
	padding-top:0;padding-bottom:0;
	text-align:center;
	overflow:hidden;
	height:20px;
	line-height:20px;
	width:660px;
}

.myTxts a{
	text-decoration:none;
	text-align:center;
	color:#666;
}
.myTxts a:hover{
	color:#f60;
}

/*  wrapper element  */
#scrollable {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	height: 110px;
	width: 700px;
}

div.items {
	height:116px;
	float:left;
	width:642px !important;/* 四張小圖呈現範圍*/
	visibility: visible;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}
/* item */
div.items a {
	display:inline-block;
	float:left;
	margin-left:4px;
	width:150px; /*小圖的長*/
	height:100px; /*小圖的寛*/
	background:#BBB;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border:1px solid #bbb;
	margin-right: 4px;
}
div.items a:hover {
	border:1px solid #2d3000;
}
div.items a.active {
	border:1px solid #2d3000;
}
.scrollableDiv{
	position: absolute;
	width: 200000em;
	left: 0px;
	top: 0px;
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:28px;
	height:124px;
	float:left;
	cursor:pointer;
	background-image: url(images/go_down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	position: relative;
	left: 0px;
}
a.next {
	background-image:url(images/go_up.jpg);
	background-position: right top;
}

/*遮罩层*/
#BigDiv{
	filter:alpha(opacity=30); /* IE */
	-moz-opacity:0.3; /* Moz + FF */
	opacity: 0.3; /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
	background: #777; position: absolute; top: 0; left: 0; z-index: 10000;
	display:none;
}
#MyDiv{
	background:#FFF;
	display:none;
	position:absolute;
	text-align:center;
	width:300px;
	height:600px;
	z-index:10001;
}
.closeMyDiv{
	position:absolute;
	right:4px;
	top:2px;
	z-index:10002;
}
.closeMyDiv a{
	text-decoration:none;
	cursor:pointer;
	color:#000;
}
.closeMyDiv a:hover{
	color:#F60
}
