table#topTable {
    padding-top: 0px;
    margin-top: 15px;
    border: 0px;
    width: 1081px;
}
div#listimagebox {
    width: 800px;
    border: 0px;
}

img {
	border: 0px;
}

img#clientsPic {
	width:800px;
	height: 507px;
	border: 0px black;
        margin-left: 30px;
}

img#logoTop {
    width: 194px;
    height: 533px;
    border: 0px black;
}

img#logo {
    width: 342px;
    height: 111px; 
    border: 0px;
    margin-left: 20px;
    margin-bottom: 15px;
}
/* body */
body {
    background-color: black;
    color: white;
    text-align:center;
    height: 100%;
}
img.smallPic{
    background-color: black;
}
/*Wrappern*/
div#wrapper {
    width: 800px;
    margin-left: 30px;
}

/*Boxen där den stora bilden ligger*/
div#largepic {
	width: 800px;
	height: 507px;
	padding:0px;
}

/*den stora huvudbilden*/
img#bigPic {
	width:800px;
	height: 507px;
	visibility:hidden;
	border: 0px black;
}


/* description, category till stora bilden */
div#imagedescription {
	float: left;
	position:relative;
	margin-bottom: 20px; /* prev 15px */
	margin-top: 5px; /* prev 15px */
	border: 0px;
}
div#imagecategory {
	float: right;
	position:relative;
	margin-bottom: 20px; /* prev 15px */
	margin-top: 5px; /* prev 15px */
	border: 0px;
}

span.imagetext {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

/*Navigationspilarna*/
div#nav {
	float: left; 
	position: absolute;
        margin-left: 374px; 
	margin-top: 25px;
        margin-bottom: 25px;
	height: 21px;
        border: 0px;
	/*padding-top: 10px;*/
}

/*boxen av alla småbilder*/
div#picBox {
	border:0px;
	clear: both;
	margin-top: 0px;
	height:1100px;
	width: 1100px;
}

/*Småbilderna*/
div.pic {
	float: left;
	border: 0px;
	padding: 0px;
	margin: 1px;
/*	width: 100px;*/
	height: 40px;
	
}

/*Nedre raden av bilder*/
div#bottomPics {
	clear: both;
	width: 100%;
	height: 100%;
	margin:0px;
	border: 0px;
	padding: 0px;
	
	
}

/*Övre raden av bilder*/
div#topPics {
	width: 100%;
	height: 30px;
	margin: 0px;
	border: 0px;
}

/*Den sista infobilden, lite bredare därför egen klass och ingen hover-effekt*/
div.smallInfo {
	width: 67px;
	height:38px;
	float:left;
}

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

/*småbildernas hovereffekt*/
a.smallPic:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	border: 0px;
	filter: alpha(opacity=50);
}
img.infoAllImg {
	border: 0px black;
}
a.smallInfoLnk {
	border: 0px black;
}
a.smallInfoLnk:active {
}
a.smallInfoLnk:hover {
	border: 0px black;

}
div.leftInfo {
 width: 417px; 
 float: left;
 margin: 0px;
}
div.rightInfo {
float: left;
width: 383px;
height: 100%;
margin: 0px;
}
/*
div.BtsOuterBox {
	height: 507px;
	width: 100%;
	background:#C9C9C9;
	margin: 0px;
}

.center{
text-align: center;
}*/