.product-shop{width:460px;}
h2.sliderHeader {background-color:#992903; color:#fff; margin-bottom:0px ;}
#sliderContainer{
  background: #C43402 url(../images/slider_bg.jpg) no-repeat 0 0;
  border-top: 2px solid #9C2902;
  position: relative;
  padding: 30px 0;
  margin-bottom:30px;
height:250px;
overflow:hidden;
}
.sliderTicket {background-color: #ffffff; border: 1px solid #893211; height:235px; margin:0 auto; width:720px; -moz-box-shadow: 2px 2px 5px #333;}
#slider {margin-left:115px;}
#slider img.featuredImage {margin:10px; float:left; display:block; padding: 5px; background-color: #fff; border: 1px solid #ddd; max-width:200px;}
#slider li .additionalAttributes{margin-top:15px; }
#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:730px;
		height:240px;
		overflow:hidden;
		
		}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	
		width:115px;
		height:145px;
		position:absolute;
		top:65px;
		z-index:10;
		text-indent:-8000px;
		}
	#nextBtn, #slider1next{
		left:845px;
		}
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
		display:block;
		position:relative;
		width:115px;
		height:145px;
		background:url(../images/pfeil_l.png) no-repeat center 0;
		}
	#nextBtn a, #slider1next a{
		background:url(../images/pfeil_r.png) no-repeat center 0;
		}

	/* numeric controls */

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		}
	ol#controls li{
		margin:0;
		padding:0;
		float:left;
		list-style:none;
		/*height:28px;
		line-height:28px;*/
		}
	ol#controls li a{
		float:left;
		/*height:28px;*/
		/*line-height:28px;*/
		/*border:1px solid #ccc;*/
		background:#F4F4F4;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#4F8100;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}