@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

.list_tilelist {
	overflow: hidden;
	/*border:1px solid #00F;*/
}

.list_tilelist ul {
	margin:0;
	padding:0;
}

.list_tilelist ul li {
	float:left;
	list-style:none;
	/*width:160px;*/
	margin:10px 0 10px 23px;
}


/*-------------------------------------------------
 內容
--------------------------------------------------*/
.list_tilelist .post_image {
	border:1px solid #CCC;
}

.list_tilelist .post_title {
	font-size:13px;
	font-weight:bolder;
	color:#333;
	padding:5px;
}

.list_tilelist .post_info {
	font-size:12px;
	color:#666;
	line-height:20px;
	padding:0 5px 5px 5px;
}


/*-------------------------------------------------
 內容
--------------------------------------------------*/
.list_tilelist #holder{
	/* The unordered list that is to be split into pages */
	width:687px;
	overflow: visible;
	position:relative;
	/*border:1px solid #F00;  */
}

.list_tilelist .swSlider{
	overflow:hidden;
}

/* 分頁按鈕 */
.list_tilelist .swControls{
	overflow:hidden;
	position:relative;
	/*position: absolute;*/
	/*margin:-244px 0 0 0;*/
	/*border:1px solid #F90; */
}

.list_tilelist .swShowPage{
	display: inline-block;
	background-color:#555;
	width:20px;
	height:20px;
	margin:4px 3px;
	color: #FFF;
	font-size:12px;
	text-align: center;
	
	/* CSS3 rounded corners*/
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	
}
.list_tilelist a.swShowPage:hover,
.list_tilelist a.swShowPage.active{
	background-color:#8E443F;
}


.expander {
    position: absolute;
    top: 5px;
    left: 5px;
    /*top: -40px;*/
    /*left: -10px;*/
    padding: 2px;
    width: 16px;
    height: 16px;
    background: white url(../../../../mw/scripts/jquery/fancybox/expand.png) center center no-repeat;
    z-index: 99999;   
    cursor: pointer;
}

/*-------------------------------------------------
 分頁
--------------------------------------------------*/
/*.list_tilelist .jPaginate {
	float:left;
	width:650px;
}

.list_tilelist .jPaginate li {
	border:none;
}*/