ol, ul { 
    list-style: none; 
}
.example-wrapper{
	position:relative;
	width:1385px;
	height:370px;
	margin:auto;
	margin-top:0px;	

}
.example-wrapper2{
	position:relative;
	width:944px;
	height:370px;
	margin:0 auto;
}


/***********************************************
	-	THEME 1 SETTINGS	-
************************************************/
.theme1 .main-container {
	background:#003b60;
	padding:20px 10px 20px 30px;
}
.theme1 {
		font-family: "微軟正黑體", "新細明體",Arial, sans-serif;
		font-size:12px;
		line-height: 20px;
		color: #777;
		background:#003b60;
}
.theme1 .title2{
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	width: 100%;
	height:40px;
	padding-top:10px;
}
.theme1 .thumb{
	padding:4px;
	height:auto;
	background:#003b60;
	position:relative;
	z-index:50;
}
.theme1 .pro_no{
	height:24px;
	width:100%;
	background:url(../images/list_bg.jpg) left top no-repeat;
	color:#FFF;
	padding:2px 0 0 8px;
	margin:5px 0 0 0;
	}
.theme1 .pro_text{
	font-size:11px;
	color:#c8c8c8;
	height:55px;
	width:100%;
	}
	
.theme1 img{
	border:none;
}
/***********************************************
	-	THEME 2 SETTINGS	-
************************************************/
.theme2 .main-container {
	background:#003b60;
	padding:20px 10px 20px 30px;
}
.theme2{
		font-family: "微軟正黑體", "新細明體",Arial, sans-serif;
		font-size:12px;
		line-height: 20px;
		color: #777;
		background:#003b60;
}
.theme2 .title2{
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	width: 100%;
	height:40px;
	padding-top:10px;
}
.theme2 .thumb{
	padding:4px;
	height:auto;
	background:#003b60;
	position:relative;
	z-index:50;
}
.theme2 .pro_no{
	height:24px;
	width:100%;
	background:url(../images/list_bg.jpg) left top no-repeat;
	color:#FFF;
	padding:2px 0 0 8px;
	margin:5px 0 0 0;
	}
.theme2 .pro_text{
	font-size:11px;
	color:#c8c8c8;
	height:55px;
	width:100%;
	}
.theme2 img{
	border:none;
}	

/*********************************
	-	BUTTON LIGHT	-
**********************************/
.buttonlight {
 margin:20px 0 0 40px;
 width:88px;
 float: right;
 height: 29px;
 line-height: 30px;
 font-size: 12px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 color:#b3c5d0;
}
.buttonlight:link{
 color: #b3c5d0;
 text-align: center;
 background:url(../images/more_bg1.jpg) left center no-repeat;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#003b5f), to(#003455));
 border: 1px solid #00304d;
 text-decoration: none;
 font-weight: bold;
}
.buttonlight:visited {
 color: #b3c5d0;
 padding: 0 5px;
 text-align: center;
 background:url(../images/more_bg1.jpg) left center no-repeat;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#003b5f), to(#003455));
 border: 1px solid #00304d;
 text-decoration: none;
 font-weight: bold;
}
.buttonlight:hover{
 color: #FFF;
 text-shadow: 1px 1px 0px #000;
 background:url(../images/more_bg2.jpg) left center no-repeat;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#001e31), to(#00253c));
 text-decoration: none;
}
.comment-reply-link:hover {
 color: #FFF;
 text-shadow: 1px 1px 0px #000;
 background:url(../images/more_bg2.jpg) left center no-repeat;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#001e31), to(#00253c));
 text-decoration: none;
}


/**************************	
	-	TOOLBAR	-
**************************/
.toolbar{visibility:hidden}
.toolbar .left{
	width:18px;
	height:36px;
	position:absolute;
	left:0px;
	top:65px;
	z-index:100;
	margin-left:-18px;
	cursor:pointer;
}
.toolbar .left:hover{background-position:bottom;}
.toolbar .right{
	width:18px;
	height:36px;
	position:absolute;
	right:0px;
	top:65px;
	z-index:100;	
	margin-right:-18px;
	cursor:pointer;
}
.toolbar .right:hover{background-position:bottom};

.theme2 .toolbar .left{
	width:30px;
	height:45px;
	position:absolute;
	left:0px;
	top:60px;
	z-index:100;
	margin-left:-29px;
	cursor:pointer;
}
.theme2 .toolbar .right{
	width:30px;
	height:45px;
	position:absolute;
	right:0px;
	top:60px;
	z-index:100;	
	margin-right:-30px;
	cursor:pointer;
}

