@charset "UTF-8";


/* ------------ Clear Style */
.clear	{	clear: both;}
.clearfix	{
	clear: both;
	/*for mac-ie5.x*/
	/*\*//*/
	overflow: hidden;
	/**/
}
.clearfix:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------*/
.disp {
/*
	overflow:hidden;
	width:560px;
	margin:0px 0 0 20px;
	text-align:center;
	padding-bottom:0px;
*/
}
.disp_bg{
	/*width:635px;
	background-image:url(/community/img/disp_inner.gif);
	background-repeat:repeat-x;
	background-position:0px 10px;
*/
}

.disp li {
	padding-left:10px;
	padding-bottom:15px;
	width:180px;	
}
/*
.disp li p {
	font-size:85%;
	text-align:center;
}
.disp li .imageWrapper {
	width:185px;
	padding-left:0px;
	text-align:center;
}
.disp li .imageWrapper img {
	vertical-align:middle;
	//width:85px;
	height:90px;
	padding-bottom:4px;
}
*/
.back a {
	display:block;
	clear:left;
	float:left;
	background-color:#FFFFFF;
	font-size:1px;
	text-align:center;
	/*margin-top:10px;*/
}
.next a {
	display:block;
	clear:right;
	float:right;
	background-color:#FFFFFF;
	font-size:1px;
	text-align:center;
	/*margin-top:10px;*/
}
