img {

	border: 0px;
	
}

/*body*/
body {
  
	background-color: black;
	color: white;
	text-align:center;
	margin-top:10px;
	height: 100%;
	
}

/*Wrappern*/
div#wrapper {

  float: center;
	width: 816px;
	margin: 0px auto;

}

/*Boxen där den stora bilden ligger*/
div#largepic {

  float: center;
	width: 816px;
	height: 508px;
	padding:0px;

}

/*den stora huvudbilden*/
img#bigPic {

  float: center;
	width: 816px;
	height: 508px;
  visibility: hidden;
	border: 0px black;
	
}

/*björner-loggan*/
div#logoLeft {
  float: center;
	margin-bottom: 8px;

}

/*björner-copyright*/
div#copyRight {

  float: center;
	margin-top: 100px;
	margin-left: 1px;
	width: 816px;
}

/*Navigationspilarna*/
div#nav {

  float: center;
	margin-left: 743px;
	margin-top: 1px;
	height: 72px;
	border: 0px;
	margin-top: 20px;
	
}

/*boxen av alla småbilder*/
div#picBox {

  float: center;
	clear: both;
	margin-top: 0px;
	height:78px;
	width: 830px;
	
}

/*Småbilderna*/
div.pic {

  float: left;
	border: 0px;
	padding: 0px;
	margin: 1px;
	width: 61px;
	height: 38px;
	
}

/*Nedre raden av bilder*/
div#bottomPics {

  float: center;
	clear: both;
	width: 100%;
	height: 38px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-top: 1px;
	
}


/*Övre raden av bilder*/
div#topPics {

  float: center;
	width: 100%;
	height: 38px;
	margin: 0px;
	border: 0px;
	
}

/*småbilderna utan hover effekt*/
a.smallPic img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	border: 0px;
	filter: alpha(opacity=50);
	width:61px;
	height:  38px;
	
}

/*småbildernas hovereffekt*/
a.smallPic:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	border: 0px;
	filter: alpha(opacity=100);
	
}

img.infoAllImg {
	border: 0px black;
}
a.smallInfoLnk {
	border: 0px black;
}
a.smallInfoLnk:active {
}
a.smallInfoLnk:hover {
	border: 0px black;

}
