@charset "utf-8";

#mwad {
	position:relative;
	margin:0 0 0 auto;
	width:306px;
}
#mwad h2{
	margin-top:0 !important;
}
.mwad_detail_item {
	position:absolute;
	left:-25000px;
	top:-10px;
}
.mwad_detail_item_content {
	width: 330px;
	padding:2px 0 10px 0;
}
.mwad_fiximg {
	display:inline;	
}
.mwad_fiximg a{
	cursor:pointer;
	display:block;
	float:left;
	width:100px;
	height:75px;
	background:#fff no-repeat center center;
	border:1px #f8f8f8 solid;
}
.mwad_fiximg a:hover{
	border:1px #ddd solid;
}
.mwad_pager {
	clear:both;
	font-weight:bold;
	line-height:20px;
}
.mwad_pager span{
	display:block;
	border-top:1px #ccc solid;
	padding-left:3px;
}
.mwad_pager a {
	background:#ddd;
	padding:0 2px;
	margin:0;
	border:1px #ccc solid;
	text-decoration:none;
	color:#333 !important;
}
.mwad_pager a:hover {
	background:#eee;
	border:1px #ddd solid;
	color:#111 !important;
}
