/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	EXT // s2_teaserbox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.s2-teaserbox-slider-wrap{
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 240px;
}

div.s2-teaserbox-slider-zone{
	position: absolute;
}

div.s2-teaserbox-slider-item{
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
}

div.s2-teaserbox-slider-handle-wrap{
	width: 240px;
}

a.s2-teaserbox-slider-handle-previous,
a.s2-teaserbox-slider-handle-next{
	background-image: url(../gfx/but_s2teaserbox_slider_control.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	height: 173px;
	width: 15px;
	position: absolute;
}

a.s2-teaserbox-slider-handle-previous{
	left: 0;
}
a.s2-teaserbox-slider-handle-next{
	right: 0;
	background-position: -16px 0px;
}