
.jimgMenu {
    position: relative;
    width: 900px;
    height: 200px;
    overflow: hidden;
    margin: 25px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

.jimgMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    height: 200px;
    width: 1340px;
    
    }

.jimgMenu ul li {
    float: left;
}

.jimgMenu ul li a {
    text-indent: -1000px;
    background:#FFFFFF none repeat scroll 0%;
    border-right: 2px solid #fff;
    cursor:pointer;
    display:block;
    overflow:hidden;
    width:78px;
    height: 200px;
}

.jimgMenu ul li.panel_one a {
    background: url(images/panel-1-solitude.jpg) repeat scroll 0%;
}

.jimgMenu ul li.panel_two a {
    background: url(images/panel-2-culture.jpg) repeat scroll 0%;
}

.jimgMenu ul li.panel_three a {
    background: url(images/panel-3-gerup.jpg) repeat scroll 0%;
}
.jimgMenu ul li.panel_four a {
    background: url(images/panel-4-nomads.jpg) repeat scroll 0%;
}

.jimgMenu ul li.panel_five a {
    background: url(images/panel-5-sports.jpg) repeat scroll 0%;
}
.jimgMenu ul li.panel_six a {
    background: url(images/panel-6-tour.jpg) repeat scroll 0%;
}
.jimgMenu ul li.panel_seven a {
    background: url(images/panel-7-sky.jpg) repeat scroll 0%;
}
.jimgMenu ul li.panel_eight a {
    background: url(images/panel-8-favorites.jpg) repeat scroll 0%;
    min-width:310px;    
}

.clear {
    clear: both;
}

/* add ons by wmd unrelated to jmenu */

.infobar{
    background-color:#000;
	min-height:28px;
    height:auto;
    line-height:28px;
    right:20px;
    position:fixed;
    bottom:0px;
    left:20px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
}
span.reference{
    position:fixed;
    bottom:0px;
    font-size:9px;
	text-transform:uppercase;
}
span.reference a{
    color:#aaa;
}
span.reference a:hover{
    color:yellow;
    text-decoration:none;
}

span#back_to_wall, span#play_ss {
	color:#aaa;
	}
	
span#back_to_wall:hover, span#play_ss:hover {
	color:yellow;
	cursor:pointer;
	}

#copyright {
	right:30px;
	}
	
#mylinks {
	left:30px;
	}

