
#center h2.title {
    border-bottom:0;
}

#center ul.catmenu {
	clear:both; margin:33px 0 0 0; padding:0;
	width:738px; height:33px;
}
    #center ul.catmenu li {
        float:left; clear:none; padding:0 25px 0 18px;
        width:auto; height:33px;
        background:transparent url('../images/gallery_catmenu_dot.png') no-repeat right center;
    }
        #center ul.catmenu li.last {
        	background-image:none;
		}
        #center ul.catmenu li.lt,
		#center ul.catmenu li.rt {
            overflow:hidden; padding:0; margin:0;
            width:38px;
            background:transparent url('../images/gallery_catmenu_lt.png') no-repeat 0 0;
        }
            #center ul.catmenu li.rt {
                float:none; float:right;
				background-image:url('../images/gallery_catmenu_rt.png');
			}
			
  		#center ul.catmenu li a {
  		    display:block; padding:0 2px 0 2px;
  		    width:auto; height:33px;
  		    font-family:'georgia'; font-size:16px; color:#5c3813;
  		    line-height:29px;
  		    background:transparent url('../images/gallery_catmenu_link.png') no-repeat center 33px;
		}
		    * html #center ul.catmenu li a {
			    float:left;
		    }
		    #center ul.catmenu li a:hover,
			#center ul.catmenu li a.selected {
				color:#c86601;
			    background-position:center 27px;
			}

img.loader {
	position:absolute; top:50%; left:50%; margin-top:-24px; margin-left:-24px; z-index:1;
}

#center div.thumbcont {
	clear:both; margin-top:0px;
	width:738px; height:130px;
	background:transparent url('../images/gallery_thumbcont.png') no-repeat 0 bottom;
}

    #center div.thumbcont a.arrow-lt,
	#center div.thumbcont a.arrow-rt {
	    display:block; float:left; overflow:hidden;
	    width:30px; height:100px;
	    text-indent:-10000px;
	    background:transparent url('../images/gallery_arrow_lt.png') no-repeat center 35px;
    }
        #center div.thumbcont a.arrow-rt {
            float:none; float:right;
            background-image:url('../images/gallery_arrow_rt.png');
        }

	#center div.thumbcont div.listcont {
	    float:left; position:relative; clear:none; overflow:hidden; margin-left:25px;
	    width:635px; height:84px;
	}
        
	#center div.thumbcont div.listcont ul {
		float:left; position:relative;
	    width:auto; height:84px;
	}
		#center div.thumbcont ul li {
			float:left; clear:none; overflow:hidden; margin-right:25px;
			width:84px; height:84px;
		}
			#center div.thumbcont ul li a {
				float:left; display:block; overflow:hidden;
				width:82px; height:82px;
				background-color:#5c3813;
				border:1px solid #5c3813;
			}
			    #center div.thumbcont ul li a img { border:0; }
			    
				#center div.thumbcont ul li a:hover,
				#center div.thumbcont ul li a.selected {
					border-color:#c86601;
				}
				

#center div.piccont {
	clear:both; position:relative; margin-top:0; z-index:10;
	width:738px; height:auto;
	font-family:'georgia'; font-size:22px; color:#134b5c; font-weight:normal;
	text-align:center;
}
	#center div.piccont h3.title {
		clear:both; position:relative; margin-top:10px;
		width:100%; height:80px;
		font-family:'georgia'; font-size:22px; color:#134b5c; font-weight:normal;
		text-align:center;
		/*background:transparent url('../images/gallery_titlecont_back.png') repeat-x 0 30px;*/
	}
	    #center div.piccont h3.title span {
	    	background:transparent url('../images/centcont_back.png') repeat 0 0;
		}
	
	#center img.graph {
		display:block; clear:both; margin:30px auto 10px auto;
	}

    #center div.piccont a.arrow-lt,
	#center div.piccont a.arrow-rt {
        display:block; overflow:hidden; position:absolute; top:50%; left:0; margin-top:-22px;
        width:58px; height:44px;
        text-indent:-10000px;
        background:transparent url('../images/gallery_arrowbig_lt.png') no-repeat 0 center;
	}
	    #center div.piccont a.arrow-rt {
	        left:auto; right:0;
	        background:transparent url('../images/gallery_arrowbig_rt.png') no-repeat 0 center;
	    }
