#fullimage {
    /*position: absolute;
    top: 60px;
    left: 10px;*/
    width: 739px;
    height: 355px;
    /*background-image: url('../images/pics/Set1/main/CGM MAIN Jenkins Venus.jpg');*/
    visibility: visible; 
    opacity: 1;
}

#fullimage_loading {
    width: 100%;
    height: 100%;
    background: #fff url(../images/loading.gif) center center no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

#selector {
    position: absolute;
    left: 759px;
    top: 60px;
    width: 240px; /* 1 + 116 + 1 + 1 + 116 + 1 + 1*/
    height: 355px;
}

#navigation {
    /*background-color: #eee;*/
	background-image: url(images/pic_imagestopbar_bg.gif);
	background-repeat:repeat-x;
    /*border-top: 2px solid black; 
	border-bottom: 1px solid black;*/
	/*line-height: 24px;*/
	height: 20px;
    padding: 6px 2px 2px 2px;*/
	font-size: 9px;
}

#navigation a {
	font-weight: bold;
    text-decoration: none;
    color: #b00;
}

#navigation a:hover {
    color: #500;
}


#text {
    font-style: italic;
}

#thumbs {
	position: absolute;
	left: 0;
	bottom: 1px;
	margin-left: 1px;
}

#thumbs div.group {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 238px;
    height: 165px;
	margin-top: 2px;
	border-bottom: 2px solid black;
}

#thumbs a img {
    display: block;
    float: left;
    margin: 2px 1px 0 0;
    border: 1px solid transparent;
}

#thumbs a.active img {
    border: 1px solid red;
}
