/* Removes the list styling circle and gets rid of margin
and padding defaults */

ol.switch, ul.switch {
  list-style:none;
  margin:0;
  padding:0;
}

/* Sets the button placement */

div#button{
  position:absolute;
  margin-top:-400px;
  margin-left:250px;
  z-index:99;
}

/* Set the button position type, dimensions and 
hide the plain text */

div#button li{
  position:relative;
  width:200px;
  height:46px;
  /*text-indent:-9999px;*/
}

/* Replaces the text that we hide with 
the actual button images */

#images{
	width:240px;
	height:400px;
	background-image:url(/media/images/lock_icon.png);
	background-repeat:no-repeat;
	background-position: 60px 30px;
}
#button span {
	margin-top:5px;
	color:#5D5C5C;
}
li#sikkerhed{
  background:url(/media/images/switchButton.png) no-repeat;
	text-align:center;
	cursor:help;
}

li#kommunikation{
  background:url(/media/images/switchButton.png) no-repeat;
text-align:center;
cursor:help;
}

li#brugervenlighed{
  background:url(/media/images/switchButton.png) no-repeat;
text-align:center;
cursor:help;
}

li#tryghed{
  background:url(/media/images/switchButton.png) no-repeat;
text-align:center;
cursor:help;
}


div#button li a{
  width:200px;
  height:46px;
  display:block;
}
