.slideLine {
	display: block;
	position: relative;
	overflow: hidden;
}

.slideLine .wrapper {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.slideLine .wrapper .item {
	float: left;
	height: 100%;
	display: block;
}

.slideLine a.prev,
.slideLine a.next {
	display: none;
	top: 0;
	position: absolute;
	height: 100%;
}

.slideLine a.prev span,
.slideLine a.next span {
	display: none;
}







#productSlide {
	background: white;
	width: 651px;
	height: 170px;
	margin: 0 !important;
	float: left;
}

#productSlide .item {
	width: 140px;
    text-align:center;
}

#productSlide .item .namenprice {
	color: white;
	height: 36px;
	width: 190px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 3px 0 1px;
	display: none;
	background-image: url('http://images-sportigan.dk/p/design/slide-desc.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

#productSlide .item .name,
#productSlide .item .price {
	margin: 1px 3px;
	height: 16px;
	width: 184px;
	display: block;
}

#productSlide .item a .item-text {
	color:#193348;
	font-size:15px;
	font-weight:normal;
	display:block;
}

#productSlide.slideLine .wrapper {
    top: 50px;
    left: 0;
    height: 109px;
    position: absolute;
}

#productSlide.slideLine .prev {
    background:url(http://images-sportigan.dk/p/design/related-products-arrow-left.png) no-repeat 0 0;
    top:40px;
    height:130px;
}

#productSlide.slideLine .next {
    background:url(http://images-sportigan.dk/p/design/related-products-arrow-right.png) no-repeat 0 0;
    top:40px;
    height:130px;
}

.black-header-start { background: url('http://images-sportigan.dk/p/design/gift-black-header-start.png') no-repeat 0 0; width:14px; height:26px; float:left; }
.black-header-fill { background: url('http://images-sportigan.dk/p/design/gift-black-header-fill.png') repeat-x 0 0; width:600px; height:26px; float:left; text-align:left; padding-top: 6px; }
.black-header-fill div { height: 17px; width: 100%; display: block; }
.black-header-logo { background: url('http://images-sportigan.dk/p/design/gift-black-header-logo.png') no-repeat 0 0; width:25px; height:26px; float:left; }
