htnl, body {
	background: #FFF;
	margin: 0;
	padding: 0;
}

#position {
    position: relative;
    width: 1000px;
    margin: auto;
}

#logo {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 22px;
    border-bottom: 1px solid #000;
    z-index: 10;
}

#menu {
    position: absolute;
    top: 110px;
    left: 308px;
    z-index: 10;
}

    #menu1 {
        width: 192px;
        height: 15px;
        text-align: center;
        border-right: 1px solid #000;
        float: left;
    }
    
    #menu2 {
        width: 50px;
        height: 15px;
        text-align: center;
        border-right: 1px solid #000;
        float: left;
    }
    
    #menu3 {
        width: 59px;
        height: 15px;
        text-align: center;
        border-right: 1px solid #000;
        float: left;
    }
    
    #menu4 {
        width: 76px;
        height: 15px;
        text-align: center;
        float: left;
    }

#content {
    clear: both;
    position: absolute;
    top: 125px;
    left: 314px;
    width: 420px;
    height: 420px;
    z-index: 10;
}

#content_txt {
    clear: both;
    position: absolute;
    top: 145px;
    left: 314px;
    width: 420px;
    height: 420px;
    z-index: -10;
    visibility: hidden; 
}

#content_img {
    clear: both;
    position: absolute;
    top: 145px;
    left: 140px;
    width: 610px;
    height: 420px;
    display: none;
    text-align: right;
}

#prev {
    position: absolute;
    top: 300px;
    left: 770px;
    z-index: 50;
    cursor: pointer;
}

#next {
    position: absolute;
    top: 300px;
    left: 898px;
    z-index: 50;
    cursor: pointer;
    display: none;
}

#footer {
    position: absolute;
    top: 580px;
    left: 0;
    width: 100%;
    padding-top: 4px;
    text-align: center;
    border-top: 1px solid #000;
}

div.sc_menu_wrapper {
	position: absolute; 
	top: 0;
	left: 800px;
	height: 605px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 160px;
	overflow: auto;
	z-index: 20;
}
div.sc_menu {
	/*padding: 15px 0;*/
	padding: 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 80px;
	/*
	border: 2px rgb(79, 79, 79) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	*/
	/* When image support is turned off */
	color: #fff;
	/*background: rgb(79, 79, 79);*/
	border: 1px dotted #fff;
}
.sc_menu a:hover {
    border: 1px dotted #666;
    /*
	border-color: rgb(255, 0, 0);
	border-style: dotted;
    */
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #000;
	border: 1px solid rgb(79, 79, 79);
	background: #FFF;
}