ol, ul {list-style: none;}
a{text-decoration:none;}
.example-wrapper{
	position:relative;
	width:1200px;
	height:220px;
	margin:auto;
	margin-top:70px;	

}
/***********************************************
	-	THEME 1 SETTINGS	-
************************************************/
.theme1 .main-container {
}

.theme1,.theme2{
		font-family: Arial, sans-serif;
		font-size:12px;
		line-height: 20px;
		color: #777;
		text-shadow: #fff 1px 1px 1px;
}

.theme1 h2,.theme2 h2{
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-shadow: #fff 1px 1px 1px;	
	margin:10px 0; text-align:center;
	width:200px;
}

.theme1 .thumb{
	width:220px;
	overflow:hidden;
	height:160px;
	background:#fff;
	border-radius:3px;
	position:relative;
	z-index:50;
}
.theme1 .thumb img{width:100%;}
.theme2 .thumb{
	width:170px;
	overflow:hidden;
	height:200px;
	background:#fff;
	border-radius:3px;
	position:relative;
	z-index:50;
}
.theme2 .thumb img{max-width:100%;}
/**********************************
	-	THEME-1	MORE	-
***********************************/
.theme1 >ul{visibility:hidden;}
.theme1 li{ border:1px solid #f1f1f1; overflow:hidden;}
/**************************	
	-	TOOLBAR	-
**************************/
.toolbar{visibility:hidden}

.toolbar .left{
	background:url(../images/left.png) no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	left:0px;
	top:60px;
	z-index:100;
	margin-left:-29px;
	cursor:pointer;
}
.toolbar .left:hover{background-position:bottom;}
.toolbar .right{
	background:url(../images/right.png) no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	right:0px;
	top:60px;
	z-index:100;	
	margin-right:-30px;
	cursor:pointer;
}
.toolbar .right:hover{background-position:bottom};
