#leftside{
height:100%;
width:300px;
}
#rightside{
height:100%;
float:right;
}
#navigationleft ul {
list-style-type:none;
}
#navigationleft ul li a img{
opacity:0.54;
filter:alpha(opacity=54)
}
#navigationleft ul li a img:hover{
opacity:1;
filter:alpha(opacity=100)
}
#navigationleft ul li a img{
border:none;
}

#navigationtop{

position:relative;
top:-85px;
*top:-100px;
left:60px;
*left:40px;
}
#navigationtop ul {
list-style-type:none;
}
#navigationtop ul li{
float:left;
display:inline;
margin-left:60px;
}
#navigationtop ul li a img{
opacity:0.54;
filter:alpha(opacity=54)
}
#navigationtop ul li a img:hover{
opacity:1;
filter:alpha(opacity=100);
}
#navigationtop ul li a img{
border:none;
}

#logosmall img{
width:100px;
border:none;
}
#leftsidefixed{
position:fixed;

}
#rightsidegal{
width:200px;
position:relative;
left:770px;
}
#rightsidegal img{
width:182px;
border:none;
float:right;
margin-top:30px;
}
#rightsidegal a img{
opacity:.5;
filter:alpha(opacity=50);
}
#rightsidegal a:hover img, #rightsidegal a.current img{
opacity:1;
filter:alpha(opacity=100);
}


#currentimage{
position:absolute;
left:180px;
top:105px;
}
#currentimage img{
width:430px;
}
#positionthumbs{
position:fixed;
bottom:1px;
z-index:10;
margin-left:250px;
*margin-left:180px;
}
#positionthumbs img{
border:none;
width:60px;
margin-left:25px;
}
#positionthumbs a{
float:left;
opacity:.5;
filter:alpha(opacity=50);
}
#positionthumbs a:hover, #positionthumbs a.current{
opacity:1;
filter:alpha(opacity=100);
}
