@charset "utf-8";
/* CSS Document */

.easyPaginateNav {clear:both;margin-left:16px; margin-top:30px;}

.easyPaginateNav a {
	padding:16px 21px;
	background-image:url(../images2/pagination_off.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#1F1005;
	text-decoration:none;
	text-shadow:0 1px #FFC600;
	}
 .easyPaginateNav a.current {
	background-image:url(../images2/pagination_on.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#fff;
}
.easyPaginateNav a.disabled, .easyPaginateNav a.disabled:hover {
	color:#ccc;
	}
	
/* 2*/	
.easyPaginateNav2 {clear:both;margin-left:16px; margin-top:30px;}

.easyPaginateNav2 a {
	padding:16px 21px;
	background-image:url(../images2/pagination_off.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#1F1005;
	text-decoration:none;
	text-shadow:0 1px #FFC600;
	}
 .easyPaginateNav2 a.current {
	background-image:url(../images2/pagination_on.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#fff;
}
.easyPaginateNav2 a.disabled, .easyPaginateNav2 a.disabled:hover {
	color:#ccc;
	}
	
/* 2 */

/* 3 */	
.easyPaginateNav3 {clear:both;margin-left:16px; margin-top:30px;}

.easyPaginateNav3 a {
	padding:16px 21px;
	background-image:url(../images2/pagination_off.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#1F1005;
	text-decoration:none;
	text-shadow:0 1px #FFC600;
	}
 .easyPaginateNav3 a.current {
	background-image:url(../images2/pagination_on.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#fff;
}
.easyPaginateNav3 a.disabled, .easyPaginateNav3 a.disabled:hover {
	color:#ccc;
	}
	
/* 3 */


/* 4 */	
.easyPaginateNav4 {clear:both;margin-left:16px; margin-top:30px;}

.easyPaginateNav4 a {
	padding:16px 21px;
	background-image:url(../images2/pagination_off.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#1F1005;
	text-decoration:none;
	text-shadow:0 1px #FFC600;
	}
 .easyPaginateNav4 a.current {
	background-image:url(../images2/pagination_on.png);
	background-repeat:no-repeat;
	width:50px;
	height:51px;
	color:#fff;
}
.easyPaginateNav4 a.disabled, .easyPaginateNav4 a.disabled:hover {
	color:#ccc;
	}
	
/* 4 */

	
#blog ul {
	list-style:none;
	width:640px;
	padding-left:19px;
}


.ie7 .easyPaginateNav a { position:relative; z-index:1000;}

.ie7 .easyPaginateNav {
	margin-left:0px;
}

.ie7 #blog ul {
	list-style:none;
	width:640px;
	margin-left:0px;
}

#blog ul li {
	width:165px;
}
