﻿/* --------------------------------------------- */
/*                Horizontaler Slider            */
/* --------------------------------------------- */
.hor_scrollable {position:relative; width:630px; height:150px; overflow:hidden; float:left;}
.hor_scrollable .hor_items {width:20000em; position:absolute; clear:both; left:0px;}

.hor_items .hor_row {float:left; width:630px; margin:0px 0px 0px 0px;}
.hor_items .hor_cell {float:left; width:315px; padding:0px 0px 0px 0px;}

/* zurück */
.hor_slide_prev {display:none; width:14px; height:21px; float:left; cursor:pointer; margin:51px 11px 0px 0px; background-image:url('img/hor_arrow_prev.png');}
.hor_slide_prev_blank {display:none; width:25px; height:21px; float:left;}
.hor_slide_prev:active,.hor_slide_prev:hover {background-image:url('img/hor_arrow_prev_hover.png');}

/* vor */
.hor_slide_next {display:none; width:14px; height:21px; float:left; cursor:pointer; margin:51px 0px 0px 11px; background-image:url('img/hor_arrow_next.png');clear:right;}
.hor_slide_next_blank {display:none; width:25px; height:21px; float:left; clear:right;}
.hor_slide_next:active,.hor_slide_next:hover {background-image:url('img/hor_arrow_next_hover.png');}


/* --------------------------------------------- */
/*                Vertikaler Slider              */
/* --------------------------------------------- */
.vrt_scrollable {position:relative; width:820px; height:120px; overflow:hidden; float:left; margin-left:38px;}
.vrt_scrollable .vrt_items {height:20000em; position:absolute; clear:both; top:0px;}

.vrt_items .vrt_row {width:820px; height:120px; margin:0px 0px 0px 0px; overflow:hidden;}
.vrt_items .vrt_cell {width:820px; height:94px; padding:13px 0px 13px 0px;}

/* zurück */
.vrt_slide_prev {display:none; width:22px; height:21px; cursor:pointer; margin:21px 0px 5px 0px; background-image:url('img/vrt_arrow_prev.png');}
.vrt_slide_prev_blank {display:none; width:22px; height:21px; margin:21px 0px 5px 0px; background-image:url('img/vrt_arrow_prev_lock.png');}
.vrt_slide_prev:active,.vrt_slide_prev:hover {background-image:url('img/vrt_arrow_prev_hover.png');}

/* vor */
.vrt_slide_next {display:none; width:22px; height:21px; cursor:pointer; margin:5px 0px 21px 0px; background-image:url('img/vrt_arrow_next.png');}
.vrt_slide_next_blank {display:none; width:22px; height:21px; margin:5px 0px 21px 0px; background-image:url('img/vrt_arrow_next_lock.png');}
.vrt_slide_next:active,.vrt_slide_next:hover {background-image:url('img/vrt_arrow_next_hover.png');}


/* --------------------------------------------- */
/*               Bildergalerie Slider            */
/* --------------------------------------------- */
.gal_scrollable {position:relative; width:580px; overflow:hidden; float:left;}
.gal_scrollable .gal_items {width:20000em; position:absolute; clear:both; left:0px;}

.gal_items .gal_row {float:left; width:571px; margin:0px 5px 0px 4px; white-space:nowrap;}
.gal_items .gal_cell {float:left; width:80px; padding:7px 7px 7px 7px;}
.gal_items .gal_cell_active {float:left; width:80px; padding:7px 7px 7px 7px; background-color:#7ad4f5;}

/* zurück */
.gal_slide_prev {display:none; width:18px; height:80px; float:left; cursor:pointer; padding:0px 6px 0px 0px; background-image:url('../../img/pfeil_links.png'); background-repeat:no-repeat; background-position:left center;}
.gal_slide_prev_blank {display:block; width:24px; height:80px; float:left;}
.gal_slide_prev:active,.gal_slide_prev:hover {background-image:url('../../img/pfeil_links_hover.png');}

/* vor */
.gal_slide_next {display:none; width:18px; height:80px; float:left; cursor:pointer; padding:0px 0px 0px 6px; background-image:url('../../img/pfeil_rechts.png'); background-repeat:no-repeat; clear:right; background-position:right center;}
.gal_slide_next_blank {display:none; width:24px; height:80px; float:left; clear:right;}
.gal_slide_next:active,.gal_slide_next:hover {background-image:url('../../img/pfeil_rechts_hover.png');}