.scroller {
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border:4px solid #AEC3CF;*/
/*    background-color: #CCC;
*/   
 clear:both;
/*    margin-bottom:2em;
    margin-top: 10px;*/
	width:840px;
}
.scroller-inner {
/*	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;

    border:1px solid #06C;
    background-color: #FFF;*/
    position:relative;
	height: 256px;
	overflow: hidden;
}
.scroller-inner .window {
	
}
.scroller-inner .window ol.teaser-items {
    margin:0;
    padding:0;
    position: relative;
    list-style-type:none;
}

.scroller-inner .window ol.teaser-items li {
	width: 100%;
    margin:0;
    padding:0;
    position: absolute;
    display: none;
}

.scroller-inner .column {
    display:inline;
    float:left;
    /*margin-left:15px;*/
    width:30%;
}

.scroller-inner .teaser-header {
    position: relative;
    /*-moz-border-radius:0 0 3px 3px;
	border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;*/
    bottom:0;
    left:0;
    width: 100%;
	/*background-image: url(../images/listing-footer.gif);*/
}
.scroller-inner .teaser-header ol {
    /*border-top:1px solid #AEC3CF;*/
	padding-top:200px;
	padding-right:200px;
	list-style-type:none;
	float:left;
	padding-left:210px;
	margin:0;



}
.scroller-inner .teaser-header ol li {
    float:left;
    margin-left:5px;
    position:relative;
    top:-1px;
    white-space:nowrap;
    font-weight: bold;
	width:20px;
	height:20px;
	text-align:center;
	background-color:#b2b0b0;
}
.scroller-inner .teaser-header ol li a {
	font-family:arial, helvetica, tahoma, sans-serif;
	font-size:0.65em;
    line-height: 20px;
	color: #777676;
	text-decoration: none;
}

.scroller-inner .teaser-header li.selected {
   /* background-image:url("../images/panel-selected.gif");
    background-position:center center;
    background-repeat:no-repeat;*/
	background-color:none;
	background-color:#356751;
}
.scroller-inner .teaser-header li.selected a {
	color: #ffffff;
}
.scroller-inner .slideshow-controls {

    margin:-38px 0 0;
}
.scroller-inner .active.prev {
    background-position:0 -50px;
}
.scroller-inner .prev, .scroller-inner .next {
    background-image:url("../images/arrows-scroller.png");
    background-position:0 0;
    background-repeat:no-repeat;
    bottom:15px;
    cursor:pointer;
    display:block;
    height:27px;
    left:8px;
    position:absolute;
    text-decoration:none;
    text-indent:-5000px;
    width:27px;
}
.scroller-inner .active.next {
    background-position:0 -200px;
    left:auto;
    right:8px;
}

.scroller-inner .window ol.teaser-items li div.img1 {
float:left;
background:transparent url(images/img1.jpg) no-repeat left top;
width:350px;
height:225px;
}

.scroller-inner .window ol.teaser-items li div.img2 {
float:left;
background:transparent url(images/img2.jpg) no-repeat left top;
width:350px;
height:225px;
}

.scroller-inner .window ol.teaser-items li div.img3 {
float:left;
background:transparent url(images/img3.jpg) no-repeat left top;
width:350px;
height:225px;
}

.scroller-inner .window ol.teaser-items li div.img4 {
float:left;
background:transparent url(images/img4.jpg) no-repeat left top;
width:350px;
height:225px;
}

.scroller-inner .window ol.teaser-items li div.img5 {
float:left;
background:transparent url(images/img5.jpg) no-repeat left top;
width:350px;
height:225px;
}

