.scroller {
    clear:both;
	width:100%;
	height:710px;
	margin:0 auto;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.scroller-inner {
	height: 710px;
	overflow: hidden;	
}
.scroller-inner .window {
	
}
.scroller-inner .window ol.teaser-items {
    margin:0;
    padding:0;
    position: relative;
}
.scroller-inner .window ol.teaser-items li {
	width: 100%;
    margin:0;
    padding:0;
    position: absolute;
    display: none;
    text-align:center;
}
.scroller-inner .column {
    display:inline;
    float:left;
    margin-left:15px;
    width:30%;
}
.scroller-inner .teaser-header {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
	height:77px;
}
.scroller-inner .teaser-header ol {
    list-style-type:none;
	margin:0 auto;
	height:77px;	
	width:1000px;
}
.scroller-inner .teaser-header ol li{
    display: inline-block;
    margin: 0;
}
.scroller-inner .teaser-header ol li a{
    cursor: pointer;
    display: block;
    height: 77px;
    text-indent: -9999px;    
}		
.scroller-inner .teaser-header ol li.tab01 a {
	background:url(../img/main_01.jpg) no-repeat;
	width:334px;
}
.scroller-inner .teaser-header ol li.tab02 a {
	background:url(../img/main_02.jpg) no-repeat;
	width: 333px;
}
.scroller-inner .teaser-header ol li.tab03 a {
	background:url(../img/main_03.jpg) no-repeat;
	width: 333px;
}
/*.scroller-inner .teaser-header ol li.tab01 a:hover{
	background:url(../img/index/meta_tab01_ov.png) no-repeat;
	display:block;
	width:334px;
}
.scroller-inner .teaser-header ol li.tab02 a:hover{
	background:url(../img/index/meta_tab02_ov.png) no-repeat;
	display:block;
	width:333px;
}
.scroller-inner .teaser-header ol li.tab03 a:hover{
	background:url(../img/index/meta_tab03_ov.png) no-repeat;
	display:block;
	width:333px;
}
.scroller-inner .teaser-header li.tab01.selected a{
	background:url(../img/index/meta_tab01_ov.png) no-repeat;
	width:334px;
}
.scroller-inner .teaser-header li.tab02.selected a{
	background:url(../img/index/meta_tab02_ov.png) no-repeat;
	width:333px;
}
.scroller-inner .teaser-header li.tab03.selected a{
	background:url(../img/index/meta_tab03_ov.png) no-repeat;
	width:333px;
}*/
/*.scroller-inner .slideshow-controls {
    margin:-38px 0 0;
}*/

.prev1, .next1 {
    cursor: pointer;
    position: absolute;
    width: auto;
    color: #333;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    transform: translate(-50%, -50%);
    top: 50%;
}

/* Position the "next button" to the right */
.prev1 {left: 25px;}
.next1 {right: 0;}

/* On hover, add a black background color with a little bit see-through */

/* Number text (1/3 etc) */


.scroller-inner .active.prev {
    background-position:0 0px;	
}
.scroller-inner .prev, .scroller-inner .next {
    background-image:url("../img/arrows.png");
    background-position:0 0;
    background-repeat:no-repeat;
    top:50%;
    cursor:pointer;
    display:block;
    height:40px;    
    position:absolute;
    text-decoration:none;
    text-indent:-5000px;
    width:40px;
}
.scroller-inner .prev {
	left:0;	
}
.scroller-inner .next {	
    right: 0;
}
.scroller-inner .active.next {
    background-position:-40px 0px;    
}