@charset "utf-8";
/* CSS Document */


/* SLIDE DER BRILLENBILDER */
#slidepics-container{
	margin:0 0 20px 62px;
	width:825px;
	min-height:185px;
}

#slidepics{
	width:825px;
	min-height:185px;
	overflow:hidden !important;
	position:relative;
	z-index:0;
}
#slidepics .content-row{
	margin:0 0 20px 0;
	}
#slidepics .content-column{
	width:367px;
	margin:0 22px 0 22px;
}
#slidepics-container div#button-left{
	width:22px;
	height:185px;
	background:#ffffff;
	position:absolute;
	margin:0 0;
	z-index:1;
	display:none;
}
#slidepics-container div#button-left a{
	width:22px;
	height:185px;
	display:block;
	background:url(../images/buttons-slidepics.png) no-repeat;
	background-position:0 0;
	text-indent:-10000px;
}
#slidepics-container div#button-left a:hover{
	background-position:0 -185px;
}
#slidepics-container div#button-right{
	width:22px;
	height:185px;
	position:absolute;
	background:#ffffff;
	margin:0 0 0 805px;
	z-index:1;
	display:none;
}
#slidepics-container div#button-right a{
	width:22px;
	height:185px;
	display:block;
	background:url(../images/buttons-slidepics.png) no-repeat;
	background-position:-22px 0;
	text-indent:-10000px;
}
#slidepics-container div#button-right a:hover{
	background-position:-22px -185px;
}

