/*
    #########################################################
  ###                                                       #
#####            FEATURED CONTENT SLIDER ADDON FOR          #
#####                      WEBSPELL 4.X                     #
#####               VERSION 2.0.1 - 05.01.2011              #
#####              LICENSE: GNU GPL www.gnu.org             #
#####              ORIGINAL CODE BY HENNINGK.DE             #
#####                                                       #
#####             CONTACT: admin@henningk.de                #
#####                                                       #
#### ########################################################
## ########################################################
 ########################################################
*/

#fc_slider_wrap,
#fc_slider_wrap * {
	padding: 0;
	margin: 0;
	outline: 0;
}

#fc_slider_wrap {
    width: 954px;
    height: 143px;
    margin: auto;
    font-family: Verdana, Arial;
    color: #fff;
    font-size: 11px;
    overflow: hidden;
    position: relative;
}

#fc_slider_img {
    width: 476px;
    height: 143px;
	z-index: 50;
	clip: rect(0 0 550px 287px);
    float: left;
    overflow: hidden;
}

#fc_slider_slide > div > span {
    display: none;
}

#fc_slider_slide {
}

#fc_slider_slide > div {
    border-radius: 2px;
	overflow: hidden;
}

#fc_slider_slide > div > img {
    display: block;
    border-radius: 2px;
}

#fc_slider_nav {
    width: 476px;
    height: 143px;
    float: right;
}

#fc_slider_nav > div {
    background-image: url(../Bilder/slider_entry_bg.png);
	width: 475px;
	height: 24px;
	padding-top: 11px;
	padding-left: 7px;
	font-weight: bold;
	cursor: pointer;
}

#fc_slider_nav > div.active {
    background-image: url(../Bilder/slider_entry_active.png);
	width: 475px;
	height: 24px;
	padding-top: 11px;
	padding-left: 7px;
	font-weight: bold;
}

#fc_slider_nav > div > img {
    float: left;
    margin: 2px;
}

#fc_slider_nav > div > span {
    line-height: 15px;
    padding: 2px 2px 2px 0;
    text-align: left;
    text-shadow: 0 1px #000;
}

#fc_slider_caption {
    position: absolute;
    padding: 10px;
    bottom: 0;
    width: 455px;
    background: url(../fc_slider/img/black_semi.png) repeat left top transparent;
    float: left;
    border-radius: 2px;
	z-index: 50;
}

#fc_slider_pause {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 4px;
    top: 4px;
	z-index: 50;
}