body 
#awOnePageButton .view-slide {
	display: none;
}
.showcase-load {
	height: 350px; overflow: hidden; 
}
.showcase-onepage {
	
}
.showcase {
	margin: auto; position: relative;
}
.showcase-content-container {
	background-color: rgb(0, 0, 0);
}
.showcase-content {
	text-align: center; background-color: rgb(0, 0, 0);
}
.showcase-content-wrapper {
	width: 650px; height: 280px; text-align: center; vertical-align: middle; display: table-cell;
}
.showcase-plus-anchor {
	background-image: url("../../Images/slide_default/plus.png"); background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
	background-position: -32px 0px;
}
div.showcase-tooltip {
	padding: 5px 8px; text-align: left; color: rgb(0, 0, 0); background-image: url("../../Images/slide_default/white-opacity-80.png"); background-color: rgb(255, 255, 255);
}
.showcase-caption {
	background: rgba(0, 0, 0, 0.8); padding: 7px 30px 5px; left: 0px; text-align: left; right: 0px; bottom: 0px; color: rgb(255, 255, 255); line-height: 21px; font-family: "cordia_newbold"; font-size: 21px; display: none; position: absolute;
}
.showcase-onepage .showcase-content {
	margin-bottom: 10px;
}
.showcase-button-wrapper {
	text-align: center; clear: both; margin-top: 10px;
}
.showcase-button-wrapper span {
	padding: 2px 5px 0px; color: rgb(68, 68, 68); font-size: 12px; margin-right: 3px; cursor: pointer;
}
.showcase-button-wrapper span.active {
	color: rgb(255, 255, 255);
}
.clear {
	width: 0px; height: 0px; overflow: hidden; clear: both; float: none; display: block; visibility: hidden;
}
   
#container {
	width: 650px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:5px;
	left:10px;
	z-index:100;
}

/*
	µÑé§¤èÒ¤ÇÒÁ¡ÇéÒ§ ¤ÇÒÁÊÙ§¢Í§ slide
*/

.slides_container {
	width:650px;
    height:280px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	»ØèÁ Next/prev 
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 107px;
	left: -24px;
	width: 20px;
	height: 30px;
	display: block;
	z-index: 101;
}

#slides .next {
	left: 650px;
	width: 20px;
	height: 30px;
}

/*
	Pagination
*/

.pagination {
	margin:5px 0 0 0;
	width:650px;
}

.pagination li {
	float:left;
	margin:10px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
