/* 代码整理：懒人之家 www.lanrenzhijia.com */
.krakatoa {
	display:none;
}
.krakatoa .img{
   width:290px;
   height:200px;	
}
.krakatoa .img img{
   width:100%;
   height:100%;
   *width:98%;
   *height:98%;
   border:1px solid #eee; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;	
}
.krakatoa .img img:hover{
   border-color:#69C;	
}
.krakatoa-control {
	padding-bottom:20px;
}
.arrows {
	position:absolute;
	top:1px;
	left:0;
	z-index:100;
}
.arrow {
	float:left;
	margin-right:7px;
}
.arrow a {
	display:block;
	width:13px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	background:transparent url('img/arrows.png') no-repeat;
	cursor:pointer;
}
.arrow-left a {
	background-position:0 0;
}
.arrow-right a {
	background-position:-20px 0;
	left:20px;
}
.arrow-left a:hover {
	background-position:0 -16px;
}
.arrow-right a:hover {
	background-position:-20px -16px;
	left:20px;
}
.buttons {
	position:absolute;
	top:5px;
	right:0px;
	z-index:100;
}
.pagination {
	float:left;
	margin:0 2px;
}
.pagination a {
	display:block;
	width:10px;
	height:0;
	padding-top:10px;
	background-image:url('img/pagination.png') no-repeat;
	background-position:0 0;
	overflow:hidden;
}
.active-button a, .active-button a:hover {
	background-position:0 -30px;
}
.pagination a:hover {
	background-position:0 -30px;
}

.h218px {/*width:1240px;*/height:200px;_height:200px;padding-top:14px;margin:0 auto; overflow:hidden; text-align:center;}
.h218px th {padding-top:67px;}
.h218px td {overflow:hidden;}
#scrollbox ul {overflow:hidden;padding: 0px;}
#scrollbox ul li{float:left;width:200px;_width:240px;height:200px;_height:200px;vertical-align:top;font-size:12px;line-height:18px;min-height:18px;text-align:center;padding:0px;overflow:hidden;}
#scrollbox ul li img{ width:160px;height:160px; border:1px solid #eee; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;}
#scrollbox ul li img:hover{ width:160px;height:160px; border-color: #69F;}
.pointer {CURSOR: pointer}