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

.list_tilelist {
	/*border:1px solid #00F;/* 顯示外框(測試用) */
}

.list_tilelist ul {
	margin:0;
	padding:0;
	list-style:none;
}

.list_tilelist ul .item_content {
	float:left;
	width:224px;
	min-height: 220px;
	margin:12px 8px;
}

.list_tilelist ul .item_content img{
	width: 100%;
}
.list_tilelist ul .item_content .name{
	min-height: 50px;
}



/*-------------------------------------------------
 內容
--------------------------------------------------*/
/*.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{
	width:710px;
	overflow:hidden;
	position:relative;
	padding:0;
	margin:0 0 0 -1px;
	/*border:1px solid #FFF; 顯示外框(測試用) */
}

.list_tilelist .swControls{
	position:relative;
	margin:-544px 0 0 0;
	padding-left:400px;
	_padding-left:150px;
	*padding-left:150px;
	/*border:1px solid #F00; /*顯示外框(測試用) */
}

.list_tilelist a.swShowPage{
	/* 分頁按鈕 */
	background-color:#444;
	float:left;
	height:15px;
	margin:4px 3px;
	text-indent:-9999px;
	width:15px;
	
	/*border:1px solid #444;
	
	/* 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:#2993dd;
}

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

.list_tilelist .jPaginate li {
	border:none;
}