#content {
position: relative;
top: 0px;
left: 0px;
width: 600px;
height: 400px;}

#bttn-left {
position: relative;
top: 0px;
left: 400px;
width: 36px;
height: 36px;
background: url(../images/button-left.gif) no-repeat top left;
text-decoration: none;}

#bttn-right {
position: relative;
top: 0px;
left: 400px;
width: 36px;
height: 36px;
background: url(../images/button-right.gif) no-repeat top right;
text-decoration: none;}

#viewer {
height: 490px;
width: 540px;
position: relative;
overflow: hidden;}

#panelContainer {
position: relative;
left: 0px;
top: 20px;
width: 400px;}

.panel {
float:left;
height: 100%;
position: relative;
width: 540px;
color: #4d4d4d;}
