@charset "utf-8";
body, form, ul, li, dl, dd { margin:0; padding:0; }
table { table-layout:fixed; border-collapse:separate; empty-cells:show; }
div , td , span { word-break: break-all; word-wrap: break-word; overflow:hidden; } 

body {
	font: 13px/200% arial, "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", Geneva, sans-serif;
	color: #444;
	text-align: center;
}

body.index {
	background: #FFFFFF url(/ugc_2011/img/body.gif) repeat-x left top;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #68a629;
	text-decoration: underline;
}

iframe {
    margin: 0 0 30px;
}

button {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    font-size: 13px;
    margin: 0 5px;
    padding: 0px 10px;
    text-align: center;
}
button:hover {
    background: none repeat scroll 0 0 #68a629;
    border: 1px solid #0F266C;
    color: #FFFFFF;
}

input, select, label , button {
    vertical-align: middle;
}
.input_box, select {
    border: 1px solid #CCCCCC;
}



.head {
	color: #68a629;
	font: bold 16px/200% "微軟正黑體","Microsoft JhengHei","微软雅黑体","Microsoft YaHei","新細明體",PMingLiU,"新宋体",NSimSun,"Apple LiGothic Medium",arial,Geneva,sans-serif;
	overflow: hidden;
	padding: 15px 0 0px;
	text-decoration: none;
	border-bottom: 5px solid #68a629;
	margin: 0px 0px 10px;
}
.head a {
    color: #68a629;
}

.head span {
    color: #68a629;
    display: none;
    float: right;
    font-size: 13px;
    font-weight: normal;
}

.foot {
    clear: both;
    display: block;
    float: none;
    height: 10px;
    padding: 0 0 10px;
}

/* 列表 */
.list {
	line-height: 150%;
}
.list a {
	color: #444;
	display: block;
	padding: 5px 0px 5px 13px;
	background: url(/ugc_2011/img/icons.png) no-repeat -5px -1167px;
}
.list a:hover {
	color: #68a629;
	background: url(/ugc_2011/img/icons.png) no-repeat left -1167px;
}


#header 
#gotop ,
#footer
{
	font-size: 12px;
}

#header {
	display: block;
	margin: auto;
	height: 96px;
	width: 980px;
	overflow: hidden;
	position: relative;
}
#logo {
	background: url(/ugc_2011/img/logo.gif) no-repeat left top;
	display: block;
	overflow: hidden;
	height: 65px;
	width: 160px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#family {
	color: #b2b2b2;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
}
#family a {
	color: #666;
}

#searchbar {
	position: absolute;
	top: 32px;
	right: 6px;
	width: 450px;
	background: url(/ugc_2011/img/searchbar.gif) no-repeat 85px top;
	height: 25px;
}
#search_type {
	float: left;
	margin: 0px 8px 0px 0px;
	width: 80px;
	font-family: Arial,helvetica,clean,"新細明體","PMingLiU",sans-serif;
}
#search_kw {
	width: 227px;
	float: left;
	border-style: none;
	background: transparent;
}
#search_submit {
	float: left;
	display: block;
	overflow: hidden;
	height: 20px;
	width: 62px;
}

#infobar {
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 68px;
}
#infobar span {
	color: #CCC;
}
#infobar a {
	color: #FFF;
}

#memberbar {
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 68px;
	color: #bae7dc;
}
#memberbar a {
	color: #FFF;
}

#container {
	display: block;
	margin: auto;
	width: 980px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#mobile_news ,
#mobile_blogs ,
#mobile_albums
{
	text-align: left;
}

#main {
	float: left;
	overflow: hidden;
/*	border-right: 1px solid #DDDDDD; */
	overflow: hidden;
	width: 734px;
	padding: 10px 0px;
}

#nav {
	padding: 5px 0;
}
#nav span {
	color: #CCC;
	padding: 0px 5px;
}

/* CSS for the two demo scrollers*/
#pscrolls {
	position: absolute;
	width: 728px;
	left: 0px;
	top: 135px;
	overflow: visible;
}
#pscrolls .btn_open ,
#pscrolls .btn_close
{
	position: absolute;
	top: 1px;
	right: 1px;
	background: #e5e5e5;
	height: 25px;
	width: 60px;
	text-align: center;
	padding: 2px 0px 0px;
}
#pscrolls a.btn_open ,
#pscrolls a.btn_close 
{
	color: #333;
}
#pscrolls a.btn_open:hover ,
#pscrolls a.btn_close:hover
{
	color: #FFF;
	background: #666;
	text-decoration: none;
}

#pscroller {
	height: 23px;
}

#event {
	position: absolute;
	top: 0px;
	width: 661px;
	background: #fff;
	border: 1px solid #cbcbcb;
	padding: 3px 5px 3px 60px;
}
#eventmore {
	position:relative;
	z-index:1;
	background: #fff;
	display: none;
	padding: 3px 5px 3px 60px;
	border: 1px solid #CCC;
}
#event_head {
	position: absolute;
	left: 10px;
	top: 3px;
	font-weight: bold;
}
#event_head span {
	color: #CCC;
	margin: 0px 0px 0px 5px;
	font-weight: normal;
}
/* /CSS for the two demo scrollers*/

#main_body {
	margin: 45px 0px 0px;
}

#main_body h1 {
	font: 600 small-caps 20px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #56901c;
	margin: 0px;
	padding-bottom: 5px;
}




#sidebar {
	float: right;
	width: 240px;
	padding: 10px 0px;
}

#newguide {
	margin: 0px 0px 10px;
}

#ads dt a {
	display: block;
}
#ads dt {
	margin: 0px 0px 10px;
}

#focus .cp {
	font-weight: bold;
}
#focus hr
{
	border-bottom: 1px dotted #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	margin: 10px 0px;
}

#most:hover .head span {
    display: block;
}


#birth {
    text-align: justify;
}
#birth a {
    color: #444444;
    display: inline-block;
    margin: 0 10px 0 0;
}
#birth_body {
    padding: 0 0 5px;
		border-bottom: 1px solid #DDD;
}

#epaper dt {
	border-bottom: 1px solid #DDD;
}
#epaper a {
    color: #444444;
    display: inline-block;
    margin: 0 0 0 5px;
}
#epaper .input_box {
	width: 238px;
}
#epaper button {
    margin: 0 0 0 5px;
    padding: 1px 35px 2px;
}
#epaper dl {
    margin: 5px 0 10px;
}












#gotop {
	background: url(/ugc_2011/img/gotop.gif) no-repeat right 18px;
	display: block;
	overflow: hidden;
	width: 980px;
	height: 8px;
	padding: 18px 0 8px;
	margin: auto;
}

#footer {
	text-align: left;
	border-top: 6px solid #86bf4c;
	padding: 6px 0px 20px;
}
#footer_links {
	color: #666;
	float: left;
}
#footer_links a {
	color: #666;
}
#footer_links a.sp {
	color: #0054a6;
}
#footer_box {
	color: #888;
	width: 940px;
	margin: auto;
	display: block;
	overflow: hidden;
	padding: 0px 10px;
}
#footer_copy {
	float: right;
	font-size: 11px;
}





/*
**************************************************************************************************************************************
總首頁頁框展示
**************************************************************************************************************************************
*/

.close {display: none;}


:focus {
	-moz-outline-style:none;
}









/* 最新消息框 */



#mobile_news_offside div.mobile_news_button {
	display: none;
}


#mobile_news_offside div.mobile_news_frame {
	float: left;
	position: relative;
	width: 728px;
	padding: 0px;
	margin: 0px;
}

#mobile_news_openside div.mobile_news_frame {
	float: left;
	position: relative;
	width: 480px;
	padding: 0px;
	margin: 0px;
}



.mobile_news_frame .pagination {
	height: 20px;
	margin: 0px auto;
	text-align: center;
	display: table;
	padding: 5px 0px 3px;
}

.mobile_news_frame .pagination li {
	float:left;
	margin:0 2px;
	padding: 0px;
	list-style:none;
}

.mobile_news_frame .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/ugc_2011/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.mobile_news_frame .pagination li.current a {
	background-position:0 -12px;
}



/* 側欄 */
#mobile_news_openside {
	padding: 0px 0px 0px 248px;
}
.mobile_news_button {
	float: left;
	position: absolute;
	width: 258px;
	height: 320px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	left: 0px;
	top: 0px;
	text-align: left;
}

.mobile_news_button dl
{
	margin: 0px;
	padding: 0px;
}

.mobile_news_button dl dt
{
	width: 248px;
	height: 80px;
	background-image: url(/ugc_2011/img/index_news_button_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}

.mobile_news_button dl dt:hover
{
	background-position: 0px -80px;
}

.mobile_news_button dl dt a 
{
	width: 218px;
	height: 60px;
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;	
	text-decoration: none;
	display: block;
}


.mobile_news_button dl dt a:hover
{ color: #fff;}



.mobile_news_button dl dt.mobile_news_button_on {
	width: 228px;
	height: 60px;
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;	
	text-decoration: none;
	display: block;
	background-image: url(/ugc_2011/img/index_news_button_bg.png);
	background-repeat: repeat-x;
	background-position: 0px -160px;
}

/* 側欄結束 */



/* 內容 */

#news {
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: block;
	z-index: 1;
}

#news_slides {
	float: left;
	position: relative;
	width: 100%;
	top:0px;
	left:0px;
	z-index:100;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.slides_control {
	overflow: visible;
}

#news_slides dl {
	position:relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #f0f0f0;
	background:-webkit-gradient(linear, 50% 35%, 50% 0%, from(#f0f0f0), to(#cacaca));
}

#news_slides dl dd {
	position: relative;
	width:100%;
	height:320px;
	padding:0px;
	margin: 0px;
}

#news_slides dl,
#news_slides dl dd {
	height: 320px;
}

#mobile_news_openside .news_slides_img, 
#mobile_news_openside .news_slides_img a {
	width: 480px;
	height: 320px;
}

#mobile_news_offside .news_slides_img, 
#mobile_news_offside .news_slides_img a {
	width: 728px;
	height: 320px;
}

#mobile_news_openside #news_slides dl dd img {
	width: 480px;
	height: 320px;
}

#mobile_news_offside #news_slides dl dd img {
	width: 728px;
	height: 320px;
/*	max-width: 480px;
	max-height: 320px;
	height:expression((this.height>320)?320:this.height); */
}

#news_slides .prev {
	position:absolute;
	width:62px;
	height: 80px;
	display:block;
	top:120px;
	left: -80px;
	background: url(/ugc_2011/img/common_leftbtn.png) no-repeat left center;
	z-index:101;
}

#news_slides .next {
	position:absolute;
	width:62px;
	height: 80px;
	display:block;
	top:120px;
	right: -80px;
	background: url(/ugc_2011/img/common_rightbtn.png) no-repeat right center;
	z-index:101;
}

.news_slides_img {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

.news_slides_img a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.news_slides_txt {
	position: absolute;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: -30px;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	overflow: visible;
}

.news_slides_txt span {
	font: 13px/30px arial, "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", Geneva, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* 內容結束 */





/* 最新消息框結束 */




















/* 部落格推薦框 */

#mobile_blogs {
	position: relative;
	width: 728px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(/ugc_2011/img/mobile_blogs_bg.gif) no-repeat left bottom;
	height: 268px;
}

.mobile_blogs_header {
	float: left;
	position: relative;
	width: 128px;
	height: 40px;
	padding: 10px 0px 0px;
	margin: 0px;
	background: url(/ugc_2011/img/mobile_blogs_button.png) no-repeat left -90px;
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #56901c;
	text-align: center;
}

.mobile_blogs_button {
	float: left;
	position: relative;
	width: 600px;
	height: 30px;
	padding: 0px;
	margin: 10px 0px;
}

.mobile_blogs_button dl
{
	margin: 0px;
	padding: 0px;
}

.mobile_blogs_button dl dt
{
	float: left;
	position: relative;
	text-align: center;
	background: url(/ugc_2011/img/mobile_blogs_button.png) no-repeat right top;
}

.mobile_blogs_button dl dt:hover
{
	background-position: 0px -30px;
}

.mobile_blogs_button dl dt a 
{
	width: 100%;
	height: 30px;
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	display: block;
}


.mobile_blogs_button dl dt a:hover
{
	color: #fff;
}



.mobile_blogs_button dl dt.mobile_blogs_button_on {
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(/ugc_2011/img/mobile_blogs_button.png) no-repeat right -60px;
}

.mobile_blogs_button dl dt,
.mobile_blogs_button dl dt.mobile_blogs_button_on
{
	width: 25%;
	height: 30px;
}

/* jquery 橫式圖片導覽 */

.mobile_blogs_frame {
	position: relative;
	width: 700px;
	height: 190px;
	padding: 0px;
	margin: 0px auto;
}

/* 部落格推薦列表 */

.mobile_blogs_frame_main {
	position: relative;
	float: left;
	overflow:hidden;
	width: 700px;
	height: 170px;
	margin: 0px;
	padding: 0px;
}

.mobile_blogs_frame_main_blogsbox {
	float: left;
	position: relative;
	height: 170px;
	width: 50%;
	margin: 0px;
	padding: 0px;
/*	background: url(/ugc_2011/img/mobile_blogs_frame_main_blogsbox_bg.gif) no-repeat left top; */
}

.mobile_blogs_frame_main_blogsbox .blogname {
	float: left;
	position: relative;
	width: 340px;
	height: 38px;
	font: bold 15px/38px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #68a629;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
    
.mobile_blogs_frame_main_blogsbox .bloglist {
	float: left;
	position: relative;
	width: 340px;
	height: 170px;
	padding-left: 10px;
}

.bloglist .bloglist_img {
	float: left;
	position:relative;
	width:120px;
	height:120px;
	text-align:center;
	left: 0px;
	top: 0px;
}


.bloglist .bloglist_img img {
	display:block;
	margin:0 auto;
	max-width:120px;
	width:expression((this.width>120)?120:this.width); 
	max-height:120px;
	height:expression((this.height>120)?120:this.height); 
}

.bloglist .bloglist_lank {
	float: left;
	position:relative;
	width:208px;
	height:120px;
	text-align: left;
}

.bloglist .bloglist_lank dl {
	display:block;
	margin: 0px;
	padding-left: 14px;
}
.bloglist .bloglist_lank dl dt {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 20px;
}

.bloglist .bloglist_lank dl dt a {
	background: url("/ugc_2011/img/icons.png") no-repeat scroll -5px -1175px transparent;
	padding-left: 10px;
	font: normal 13px/20px arial, "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", Geneva, sans-serif;
	text-decoration: none;
	color: #333;
}

.bloglist .bloglist_lank dl dt a:hover {
	background: url("/ugc_2011/img/icons.png") no-repeat scroll -1px -1175px transparent;
	text-decoration: underline;
	color: #68a629;
} 

/* 部落格推薦列表 END*/



.mobile_blogs_items_box {
	/* required settings */
	position: relative;
	float: left;
	overflow:hidden;
	width: 700px;
	height:170px;
	margin: 0px;
	padding: 0px;
}

.mobile_blogs_items {
	/* this cannot be too large */
	width:20000ex;
	position:absolute;
	clear:both;
	height: 170px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}

.mobile_blogs_frame_topbtn {
	position: absolute;
	width: 62px;
	height: 80px;
	z-index: 999;
}

.mobile_blogs_frame div.left
{
	top: 55px;
	left: -62px;
}

.mobile_blogs_frame div.right
{
	top: 55px;
	right: -62px;
}


/* prev, next, prevPage and nextPage buttons */
a.mobile_blogs_frame_browse {
	display:block;
	width:62px;
	height:80px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.mobile_blogs_frame_right {
	background: url(/ugc_2011/img/common_rightbtn.png) no-repeat left top;
}



/* left */
a.mobile_blogs_frame_left {
	background: url(/ugc_2011/img/common_leftbtn.png) no-repeat left top;
}



.mobile_blogs_navibox {
	height:20px;
	margin: 0px auto;
	text-align: center;
	display: table;
	z-index: 999;
	padding-top: 3px;
}

/* position and dimensions of the navigator */
.mobile_blogs_navibox .navi {
	position: relative;
	text-align: center;
	float: right;
}


/* items inside navigator */
.mobile_blogs_navibox .navi a {
	width:12px;
	height:12px;
	float:left;
	margin:1px;
	background:url(/ugc_2011/img/pagination.png) no-repeat 0 0;
	display:block;
	font-size:1px;
}

/* mouseover state */
.mobile_blogs_navibox .navi a:hover {
	background-position:0 -24px;      
}

/* active state (current page state) */
.mobile_blogs_navibox .navi a.active {
	background-position:0 -12px;     
}

/*
root element for the scrollable.
when scrolling occurs this element stays still.
*/

/* jquery 橫式圖片導覽 END*/

/* 部落格推薦框結束 */




















/* 相簿推薦框 */

#mobile_albums {
	position: relative;
	width: 680px;
	height: 378px;
	margin: 0px;
	overflow: hidden;
	padding-right: 24px;
	padding-left: 24px;
	background: url(/ugc_2011/img/mobile_albums_frame_main_bg.gif) no-repeat left top;
}

/*標題+副標*/
.mobile_albums_top {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index: 999;
	padding: 25px 0px 0px;
	width: 129px;
	text-align: center;
	background: url(/ugc_2011/img/mobile_albums_frame_main_bg.gif) no-repeat 0px 0px;
}

.mobile_albums_top h1 {
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #56901c;
	text-decoration: none;
	margin: 0px;
	padding-left: 8px;
	display: block;
}

/* jquery 橫式圖片導覽 */


/*最大顯示*/
.mobile_albums_frame {
	float: left;
	position: relative;
	width: 680px;
	margin: 0px;
	padding: 0px;

}


/*不含navi顯示*/
.mobile_albums_frame_main {
	position: relative;
	float: left;
	overflow:hidden;
	width: 680px;
	height: 340px;
	margin: 0px;
	padding: 0px;
}


/* 相簿推薦列表 */

/*個別單位顯示*/
.mobile_albums_frame_main_albumsbox {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 25px 0px 0px;
}

.mobile_albums_frame_main_albumsbox p {
	float: left;
	position: relative;
	width: 555px;
	margin: 0px;
	padding: 0px 0px 10px 115px;
	font: normal 13px/30px arial, "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", Geneva, sans-serif;
	color: #333;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
  
/*個別單位的列表顯示*/
.albumlist {
	float: left;
	position: relative;
	width: 680px;
	height: 340px;
	overflow: hidden;
}

.albumlist dl {
	float: left;
	position: relative;
	width: 680px;
	height: 340px;
	margin: 0px;
	padding: 0px;
}
.albumlist dl dd {
	float: left;
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0px;
	padding: 8px;
}
.albumlist dl dd.big {
	float: left;
	position: relative;
	width: 256px;
	height: 256px;
	margin: 0px;
	padding: 8px;
}

.albumlist dl dd.big a {
	width: 256px;
	height: 256px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}


.albumlist dl dd img {
	max-width:120px;
	width:expression((this.width>120)?120:this.width); 
	max-height:120px;
	height:expression((this.height>120)?120:this.height); 
    opacity: 0.9;
}

.albumlist dl dd.big img {
	max-width:256px;
	width:expression((this.width>256)?256:this.width); 
	max-height:256px;
	height:expression((this.height>256)?256:this.height); 
}

.albumlist dl dd img:hover {
    opacity: 1;
} 

/* 相簿推薦列表 END*/


/*jquery滑動視窗顯示範圍*/
.mobile_albums_items_box {
	/* required settings */
	position: relative;
	float: left;
	overflow:hidden;
	width: 100%;
	height: 340px;
	margin: 0px;
	padding: 0px;
}

/*jquery滑動超出範圍*/
.mobile_albums_items {
	/* this cannot be too large */
	width:20000ex;
	position:absolute;
	clear:both;
	height: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}


/*jquery滑動按鍵隱藏範圍+層級*/
.mobile_albums_frame_topbtn_open {
	position: absolute;
	width: 62px;
	height: 80px;
	z-index: 999;
}

.mobile_albums_frame div.left
{
	top: 160px;
	left: -62px;
}

.mobile_albums_frame div.right
{
	top: 160px;
	right: -62px;
}


/*jquery滑動按鍵大小*/
/* prev, next, prevPage and nextPage buttons */
a.mobile_albums_frame_browse {
	display:block;
	width:62px;
	height:80px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.mobile_albums_frame_right {
	background: url(/ugc_2011/img/common_rightbtn.png) no-repeat left top;
}

/* left */
a.mobile_albums_frame_left {
	background: url(/ugc_2011/img/common_leftbtn.png) no-repeat left top;
}



.mobile_albums_navibox {
	height:20px;
	margin: 0px auto;
	text-align: center;
	display: table;
	z-index: 999;
}

/* position and dimensions of the navigator */
.mobile_albums_navibox .navi {
	position: relative;
	text-align: center;
	float: right;
	padding-top: 4px;
}


/* items inside navigator */
.mobile_albums_navibox .navi a {
	width:12px;
	height:12px;
	float:left;
	margin:1px;
	background:url(/ugc_2011/img/pagination.png) no-repeat 0 0;
	display:block;
	font-size:1px;
}

/* mouseover state */
.mobile_albums_navibox .navi a:hover {
	background-position:0 -24px;      
}

/* active state (current page state) */
.mobile_albums_navibox .navi a.active {
	background-position:0 -12px;     
}

/*
root element for the scrollable.
when scrolling occurs this element stays still.
*/

/* jquery 橫式圖片導覽 END*/

/* 相簿推薦框結束 */





















/* 優質推薦框 */

#mobile_recommend {
	position: relative;
	width: 728px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(/ugc_2011/img/mobile_recommend_bg.gif) no-repeat left bottom;
}

.mobile_recommend_header {
	float: left;
	position: relative;
	width: 128px;
	height: 40px;
	padding: 10px 0px 0px;
	margin: 0px;
	background: url(/ugc_2011/img/mobile_blogs_button.png) no-repeat left -90px;
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #56901c;
	text-align: center;
}

.mobile_recommend_button {
	float: left;
	position: relative;
	width: 600px;
	height: 30px;
	padding: 0px;
	margin: 10px 0px;
}

.mobile_recommend_button dl
{
	margin: 0px;
	padding: 0px;
}

.mobile_recommend_button dl dt
{
	float: left;
	position: relative;
	text-align: center;
	background: url(/ugc_2011/img/mobile_blogs_button.png) no-repeat right top;
}

.mobile_recommend_button dl dt:hover
{
	background-position: 0px -30px;
}

.mobile_recommend_button dl dt a 
{
	width: 100%;
	height: 30px;
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	text-decoration: none;
	display: block;
}

.mobile_recommend_button dl dt a:hover
{
	color: #fff;
}

.mobile_recommend_button dl dt.mobile_recommend_button_on {
	font: bold 15px/30px "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", "新細明體", PMingLiU, "新宋体", NSimSun, "Apple LiGothic Medium", arial, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(/ugc_2011/img/mobile_blogs_button.png) no-repeat right -60px;
}

.mobile_recommend_button dl dt,
.mobile_recommend_button dl dt.mobile_recommend_button_on
{
	width: 25%;
	height: 30px;
}

/* jquery 橫式圖片導覽 */

.mobile_recommend_frame {
	position: relative;
	width: 700px;
	height: 260px;
	padding: 10px 0px;
	margin: 0px auto;
}

/* 優質推薦列表 */

.mobile_recommend_frame_main {
	position: relative;
	float: left;
	overflow:hidden;
	width: 700px;
	height: 240px;
	margin: 0px;
	padding: 0px;
}

.mobile_recommend_frame_main img {
	display:block;
	margin:0 auto;
	max-width:90px;
	width:expression((this.width>90)?90:this.width); 
	max-height:90px;
	height:expression((this.height>90)?90:this.height); 
}


/* 優質推薦列表 END*/

.mobile_recommend_frame_topbtn {
	position: absolute;
	width: 62px;
	height: 80px;
	z-index: 999;
}

.mobile_recommend_frame div.left
{
	top: 55px;
	left: -62px;
}

.mobile_recommend_frame div.right
{
	top: 55px;
	right: -62px;
}

/* prev, next, prevPage and nextPage buttons */
a.mobile_recommend_frame_browse {
	display:block;
	width:62px;
	height:80px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.mobile_recommend_frame_right {
	background: url(/ugc_2011/img/common_rightbtn.png) no-repeat left top;
}

/* left */
a.mobile_recommend_frame_left {
	background: url(/ugc_2011/img/common_leftbtn.png) no-repeat left top;
}


/* jquery 橫式圖片導覽 END*/

.mobile_recommend_frame_main dt {
	float: left;
}
.mobile_recommend_frame_main a {
	display: block;
	margin: 0px 10px 15px 0px;
	height: 60px;
	width: 340px;
	overflow: hidden;
	text-align: left;
	line-height: 150%;
}
.mobile_recommend_frame_main a img {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 60px;
}
.mobile_recommend_frame_main span {
	display: block;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #68a629;
}



/* 優質推薦框結束 */
