/* decorative style */


	/* override slide controls */
	.decorative .tabSet {
		display: block;
		text-align: center;
	}
	
	
	.decorative .tabSet span {
		display: inline-block;
		width: 22px;
		height: 22px;
		line-height: 0;
		background: #c4baa5;
		border-radius: 11px;
		border: none;
		cursor: pointer;
	}

	.decorative .tabSet span.selected{
		background: #59391d;
	}

	.decorative .tabSet span + span {
		margin-left: 4px;
	}


	.hotspot {
		border-radius: 20px;
		box-shadow: 0 0 8px rgba(0,0,0,.8);
		text-align:center;
		line-height: 0;
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		background: white;
		color: #9d6e35;
		line-height: 40px;
		vertical-align: bottom;
		font-size: 39px;
		cursor: pointer;
		z-index: 100;
	}
	
	
	.hottopic {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		background: #2f2314;
		position: absolute;
		display: none;
		color: #c4baa5;
		padding: 20px;
		z-index: 90;
	}
	
	.hottopic img {
		float: left;
		max-width: 104px;
		max-height: 104px;
		margin-right: 20px;
	}
	
	.hottopic p {
		font-size: 1.2rem;
	}
	