#slides {	
	width: 100px;
	float:right;
	z-index:100;
	margin-left:20px; margin-right:10px; margin-top: 8px;
}

#slidesOverview {	
	width: 150px;
	float:right;
	z-index:100;
	margin-left:20px; margin-right:10px;
}

.slides_container {
	width:100%;
	height:210px;
	overflow:hidden;
	display:none;
	float: left;
	margin: 0 auto;
	text-align: center;
}

#slides .slide, #slidesOverview .slide {	
	width:100%; max-width: 150px;
	height:210px;	
	display:block;
	text-align:center;
}

.next {	
	float: left;
	width:24px;
	height: 43px;
	margin-bottom:103px;
}

.prev{
	float: left;
	width:24px;
	height: 43px;
	margin-bottom:103px;
}

.pagination {
display:none;
}

@media screen and (min-width:768px){
	#slides {		
		width: 150px;		
	}
}