div#my-glider {
	position: relative;
	width: 700px;
	float: right;
	border: 1px solid #bdbdbd;
	background: #fff;
	padding: 10px;
}

div.prijskaartje {
	background: url(../images/template/pricelable.png);
	width: 114px;
	height: 163px;
	position: absolute;
	right: -10px;
	top: -14px;
}

div.controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div.controls2 {
	display: none;
	
	position: absolute;
	bottom: 20px;
	left: 20px;	
}

div.controls ul li {
	float: left;
	margin-left: 10px;
	opacity: 0.49;
}

div.controls ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: transparent url(../images/template/buttons/slider_button.png) bottom;
	display: block;
}

div.controls ul li a:hover {
	background: transparent url(../images/template/buttons/slider_button.png) top;	
}

div.scroller { 
	width: 700px;
	height: 280px;
	overflow: hidden;
}

div.scroller div.content {
	padding: 0;
}

div.scroller div.section {
	width:700px;
	height:280px;
	overflow:hidden;
	float:left;
	background: transparent url(../images/template/banner_1.jpg) no-repeat;
}

div.scroller div.content {
	width: 10000px;
}

