@charset "utf-8";
/* CSS Document */

.headline-container {
    position: relative;
	padding: 0;
}
.headline-container .prev, .slider-container .next {
    width: 24px;
    height: 64px;
    z-index: 99;
    position: absolute;
    top: 118px;
    background: url("../images/slider-arrows.png") no-repeat;
    border: none;
    cursor: pointer;
}
.headline-container .prev {
    left:0;
    background-position: -24px 0;
}
.headline-container .next {
    right:0;
    background-position: 0 0;
}
.headline-nav {  }
.headline-nav a { padding: 3px; margin-right: 1px; color: #000000; background-color: #FFFFFF; border: solid 1px #CCCCCC; }

/* slider div */
.headline {
    width: 100%;
    height: 380px;
    overflow: hidden!important;
}
.headline li {
    position: relative;
    width: 100%!important;
    height: 380px;
	overflow: hidden!important;
}
