a, a:visited {color:#000;}


a.gallery,
a.gallery:visited {
	display:block;
         display:inline-block;
         color:#fff;
         text-decoration:none;
         border:1px solid #888;
         width:45px;
         height:45px;
         float:left;
         margin:4px;
         z-index:50;
         background-repeat:no-repeat;
}
a.slide1 {background:url(../images/praxis/praxiseingang_t.jpg) }
a.slide2 {background:url(../images/praxis/empfang_t.jpg);}
a.slide3 {background:url(../images/praxis/wartebereich_t.jpg);}
a.slide4 {background:url(../images/praxis/flur_t.jpg);}
a.slide5 {background:url(../images/praxis/behandlungsraum1_2_t.jpg);}
a.slide6 {background:url(../images/praxis/behandlungsraum1_3_t.jpg);}
a.slide7 {background:url(../images/praxis/behandlungsraum2_t.jpg);}
a.slide8 {background:url(../images/praxis/behandlungsraum2_2_t.jpg);}
a.slide9 {background:url(../images/praxis/behandlungsraum3_t.jpg);}
a.slide10 {background:url(../images/praxis/behandlungsraum3_2_t.jpg);}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #ddd;}


#container_right {
	position:relative;
         width:650px;
         height:370px;
         background:#fefefe;
         border:1px solid #ccc;
         /*margin:1em auto;*/
}
#container_right img {
	border:0px;
}
#container_right .thumbs {
	width:110px;
         position:absolute;
         right:0;
         top:0;
         height:370px;
         border-left: 1px solid #ccc
}
#container_right a.gallery:active span,
#container_right a.gallery:focus span {
	display:block;
         position:absolute;
         width:500px;
         height:50px;
         top:328px;
         left:-530px;
         padding:5px;
         color:#fff;
         text-align: center;
         font-weight:bold;
         z-index:100;
         font-size:1.1em;
}

#container_right a.gallery:active,
#container_right a.gallery:focus {
	border:1px solid #aaa;
}
#container_right a.gallery:active em,
#container_right a.gallery:focus em {
	display:block;
         position:absolute;
         width:500px;
         height:352px;
         top:5px;
         left:-530px;
         padding:1px;
         color:#fff;
         border:1px solid #aaa;
         z-index:50;
}
#container_right h1 {
         margin:0;
         padding-top:80px;
         padding-left:0px;
         width:540px;
         text-align:center;
         font-weight:normal;
         color:#fff;
}
#container_right h1 em {
	font-size:0.6em;
         color:#fff;
}

