/******************************************
*   Startseite
******************************************/
#slider {
  float:left;
}

#slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
}

#slider, #slider li{
  /*
  define width and height of container element and list item (slide)
  list items must be the same size as the slider area
  */
  width:563px;
  height:200px;
  overflow:hidden;
  border:0px solid red;
}

span#prev{display:inline;}
span#nextBtn{display:inline;}



/******************************************
*   Posts
******************************************/
#slider_foto, #slider_video {
  float:left;
}

#slider_foto ul, #slider_foto li,
#slider_video ul, #slider_video li {
  margin:0;
  padding:0;
  list-style:none;
}

#slider_foto, #slider_foto li,
#slider_video, #slider_video li {
  /*
  define width and height of container element and list item (slide)
  list items must be the same size as the slider area
  */
  width:545px;
  height:185px;
  overflow:hidden;
  border:0px solid red;
}

span#prevFoto{display:inline;}
span#nextBtnFoto{display:inline;}
span#prevVideo{display:inline;}
span#nextBtnVideo{display:inline;}

/* // Easy Slider */
