*{
	margin:0;
	padding:0;
	zoom:1;
}
img{
	border:none;
}
.galleryshow{
	overflow:hidden;
}
.galleryshow .sp-galleryshow{
	display:none;
}
.galleryshow *{
	zoom:1;
	overflow:hidden;
}
.galleryshow a{
	text-indent:0px !important; 
}
.galleryshow .display{
	position:relative;
	width:720px;
	height:345px;
	overflow: hidden;
	background:#FFF;
	float:left;
}
.galleryshow .banner{
	position:absolute;
}
.galleryshow .button .prev, .galleryshow .button .next{
	position:absolute;
	top: 145px;
	outline:none;
}
.galleryshow .button .prev{
	left: 15px;
}
.galleryshow .button .next{	
	left: 657px;
}
.galleryshow .overlay-prev, .galleryshow .overlay-next{
	position:absolute;
	cursor:pointer;
}
.galleryshow .overlay-prev{
	left:0px;
}
.galleryshow .overlay-next{
	right:0px;
}
.galleryshow ul.navi{
	list-style-type:none;
	width: 220px;
	z-index:100;
	float:right;
	padding: 5px 9px 0 0;
}
.galleryshow img{
	vertical-align:top;
}
.galleryshow ul.navi .overlay{
	position:absolute;
	top:0;
	left:0;
	background:white;
	z-index:10;
}
.galleryshow ul.navi li{
	margin:0;
	padding:5px 0 5px 14px;
	width:224px;
	line-height:0;
	font-size:0;
}
.galleryshow ul.navi li img{
	vertical-align:top;
}
.galleryshow ul.navi li.mark{
	background:url(img/galleryshow-thumb-bg.gif) no-repeat left top;
	width:224px;
}

.galleryshow ul.navi a{
	outline:none;
	text-decoration:none;
	width:205px;
}
.galleryshow ul.navi a img{
	float:left;
}
.galleryshow ul.navi a p{
	/*
	float:left;
	width:110px;
	font-weight:bold;
	color:#000;
	padding-left:10px;
	*/
}
.galleryshow .info, .galleryshow .mini-navi{
	display:none;
}

/* ========================= clearfix =============================== */
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after{
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after{
	clear: both;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix{
	zoom: 1;
}
/* ================================================================= */
