/* found at http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#outer{height:600px;overflow:hidden;position:relative;width:100%;}
#outer[id]{display:table;position:static;}
#middle{position:absolute;top:50%;width:100%;text-align:center;}
/* for explorer only*/
#middle[id]{display:table-cell;vertical-align:middle;position:static;}
#inner{position:relative;top:-50%;text-align:left;}
/* for explorer only */
#inner{width:950px;height:600px;margin-left:auto;margin-right:auto;}
/* for all browsers*/
#inner[id]{position:static;}
body,html{height:100%;}
#outer{height:100%;overflow:visible;}
/* or without overflow */

body{background-image:url(background.jpg);background-repeat:no-repeat;background-attachment:fixed;background-position:center;}

img.solution{border:solid 1px #F6F6F6;}
img.solution:hover{border:solid 1px #000;}

div.content{display:none;}
div.navigation{margin-left:10px;}
div.canvas{margin-left:-20px;width:722px;}
div.naviSpacer{line-height:8px;font-size:8px;}
div.quotesource{margin-top:20px;text-align:right;font-style:italic;}
div.video{display:none;background:url(../common/spinner.gif) no-repeat center center;}
div#picture{background-color:black;width:480px;height:320px;}
div#picture.loading{background:url(../common/spinner.gif) no-repeat center center;}
div#pictureSubtitle{margin-left:14px;margin-top:-3px;width:175px;height:320px;}
img.navigation,img.thumbnail{cursor:pointer;margin-bottom:10px;}