/*
    Document   : stylesheet
    Created on : 23.07.2012, 11:21:16
    Author     : david.keller
    Description:
        Purpose of the stylesheet follows.
*/


/***
* Container Styles
***/
.swp_teaser_container {
    overflow: hidden;
    position: relative;
    width: 547px;
    height: 280px;
    margin: 10px;
    border: 1px solid #f4f4f4;
}

.swp_teaser_container ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.swp_teaser_container .swp_teaser_list_item {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 547px;
    height: 280px;
    margin: 0;
}

.swp_teaser_container .wrapper_box {
    overflow: hidden;
    #position: relative;
    display: table;
    height: 280px;
    width: 547px;
}

.swp_teaser_container .wrapper_milk_box {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

.swp_teaser_container .milk_box {
    #position: relative;
    #top: -50%;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:alpha(opacity=70); /* IE5.x -7.0 */
    width: 80%;
    max-height: 220px;
    margin: 0 auto;
    padding-bottom: 10px;
    background-color: #fff;
}

.swp_teaser_container .milk_box.stage_text {
    overflow: hidden;
    /*max-height: 210px;
    *html height: 210px;*/
    padding: 5px;
    padding-bottom: 10px;
    color: #000;
}

.swp_teaser_container h2 {
    overflow: hidden;
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 4px;
    line-height: 28px;
    color: #000;
}

.swp_teaser_container .swp_teaser_list_item_news .swp_teaser_news_author_background { padding: 2px 5px; }

.swp_teaser_container .swp_teaser_list_item_news img {
    float: left;
    display: inline;
    margin-right: 10px;
}

.swp_teaser_container .swp_teaser_list_item_news h2 { background-color: transparent; }
.swp_teaser_container .swp_teaser_list_item_news a p {color: #0057A8}


/***
* Item Styles
***/

/***
* Error Styles
***/
.swp_teaser_error {
    border: 1px solid #CF3C3C;
    padding: 5px 20px;
    background: #FFEBEB;
}


.swp_teaser_error h2 {
    color: #CF3C3C;
}

.swp_teaser_error p {
    color: #CF3C3C;
}

#pause {
    display: none;
    opacity: 0;
    z-index: 100000;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 30px;
    height: 40px;
    margin-top: -20px;
    margin-right: -15px;
}

#pause_left, #pause_right {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    position: absolute;
    right: 15px;
    top: 0;
    height: 38px;
    width: 12px;
}

#pause_right { right: 0; }

 .xoz_swp_stage_arrows {
     position: absolute;
     background-image: url(arrows.png);
     background-repeat: no-repeat;
     width: 30px;
     height:40px;
     z-index: 2000;
     top: 0;
     bottom:0;
     margin:auto;
     cursor: pointer;
     display:none;
 }

 #arrow_left {left: 0px;}
 #arrow_right {right: 0px; background-position: -30px 0}