body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	 
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
.lugo  span{ font-weight:bold; list-style:none; }
.lugo  span a { font-weight:bold; list-style:none; }
.lugo  a { font-weight:bold; list-style:none; }
address, caption, cite, code, dfn,
em,th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
* html input, button, textarea, select {
	font-size: 100%;
}
*+html input, button, textarea, select {
	font-size: 100%;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.wp-pagenavi{  height:40px; padding-bottom:10px;}
.wp-pagenavi ul {
	padding: 5px 0px 12px 16px;
}
.wp-pagenavi ul li {
	float: left;
	line-height: 28px;
	margin-right: 6px;
}
.wp-pagenavi ul li a {
	padding: 0 10px;
	display: block;
	color: #555;
	border: 1px solid #E9E9E9;
	line-height: 28px;
}
.wp-pagenavi ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666;
}
.wp-pagenavi ul li.thisclass, .wp-pagenavi ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #666;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #E9E9E9;
	line-height: 28px;
}
.wp-pagenavi .pageinfo {
	color: #333;
	display: block;
	font-weight: 800;
	padding-top:5px;
}
.wp-pagenavi .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}

.slideBox {
	width:988px;
	height:320px;
	overflow:hidden;
	position:relative;
	border:1px solid #ddd;
}
.slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	float:left;
	margin-right:2px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	
list-style:none;
}
.slideBox .hd ul li.on {
	background:#f00;
	color:#fff;
	
list-style:none;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:988px;
	height:320px;
	display:block;
}

.slideBox .prev,.slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,.slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}