.new_sys_box_headline {
    margin: 0 0 0px 0;
    padding: 0;
    background-color: #e4e0e4;
    overflow: hidden;
    border: 1px solid #4b698d
}

.new_sys_headline_article_holder {
    width: 100%;
    overflow: hidden
}

.new_sys_headline_image {
    border: 3px solid #4b698d;
    width: 100%;
    height: 324px;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center
}
#new_sys_defaultDemo {
	width: 100%;
    height: 324px;
}
.new_sys_headline_short {
    padding: 10px;
    font-weight: bold;
    height: 74px;
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFF;
    font-size: 16px;
    padding-top: 10px;
    z-index: 1000000;
    background-image: url(../../img/pixel.png);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
	text-align:right;
}

h1.new_sys_article_title_fancy {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
	margin-top:0px;
}

.new_sys_headline_short h1 a {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
}

.new_sys_headline_short h1 a:hover {
    color: #cd1713
}

.new_sys_headline_link {
    text-align: left;
    font-weight: bold
}

.new_sys_player {
    margin: 2px 0px 0 0;
    background: #4b698d;
    width: 100%;
    height: 75px
}
.new_sys_player ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
}
.new_sys_player li {
    float: right;
    margin: 0 3px;
    list-style-type: none;
}

.new_sys_player ul li a {
    display: block;
    padding: 7px 0 0 0
}

.new_sys_player ul li a.active {
    background: url(headlines_arrow_selected.png) top center no-repeat
}
.new_sys_player ul li a img{
	width: 83px;
	height:65px;
}

.new_sys_player ul li a:link img,
.new_sys_player ul li a:visited img {
    color: #fff;
    background-image: none;
    border: 3px solid #fff;
    text-decoration: none
}

.new_sys_player ul li a:hover img {
    color: #ca0002;
    border: 3px solid #f8ae58;
    text-decoration: none
}

.new_sys_player ul li a.active img,
.new_sys_player ul li a:visited.active img {
    border: 3px solid #cd1713;
    color: #fff;
    font-weight: bold
}