#TextSmoke {
	width: 70%;
}
#TextSmoke .item{
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	//height: 1px;
}

#TextSmoke .Smokepan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353333
}

#TextSmoke div.smoke-0 .Smokepan {
	background: #353333 url(smokering-0.jpg) no-repeat 30% 50%
}
#TextSmoke div.smoke-1 .Smokepan {
	background: #353333 url(smokering-1.jpg) no-repeat 50% 50%
}
#TextSmoke div.smoke-2 .Smokepan {
	background: #353333 url(smokering-2.jpg) no-repeat 57% 50%
}
#TextSmoke div.smoke-3 .Smokepan {
	background: #353333 url(smokering-3.jpg) no-repeat 47% 50%
}


#TextSmoke .Text {
	position: relative;
	left: 0;
	 top: 0;
	 z-index: 0;
}

.Smokepan {
	opacity: 1;
	filter: Alpha(opacity='100');
	
}

.cursor-pointer-hand {
	cursor: pointer;
	cursor: hand;
}

#TextSmoke img.pipe {
	text-align: center
}

#TextSmoke a.popup {
	margin-right: 1em
}
#TextSmoke a.popup img {
	border: 2px solid #ddd
}

#TextSmoke .float-left {
	float: left;
	width: auto;
	margin-right: 1em;
}
