#teaserLoading{

	position: relative;
	left: 0px;
	top: 65px;
	font-size: 24px;
	color: #7F93C5;

}

#xtbl{
	background: #EEF1F6;
	width: 1px;
}

#container{
	width: 0;
	overflow: hidden;
}


#block1{
	background: Blue;
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
}

#block2{
	background:Fuchsia;
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
}

#block3{
	background: Red;
	width: 200px;
	height: 150px;
	position: relative;
	/*left: 220px;*/
	float: left;
}
#slider{
	position: relative;
	left: 1px;
	width: 100%;
}
#larr, #rarr{
	width: 18px;
	height: 93px;
	cursor: pointer;
}
#larr{
	/*background: url(../media/3blockteaser/larr.png) left top no-repeat #EEF1F6;*/
}
#rarr{
	/*background: url(../media/3blockteaser/rarr.png) left top no-repeat #EEF1F6;*/
}

/******** TMP ***********/

#log{
	margin: 50px;
	background: #F5F5F5;
	border: 1px solid #AAAAAA;
}
