@charset "utf-8";

body{
	margin: 0;
	background: #d3d3d3;
	font-family: Constantia;
}
a{
	text-decoration: none;
}
.gallery-bg{
	background: #fff;
	width: 900px;
	margin:auto;
}
.gallery-header
{
	background-image:url(../images/header2.jpg);
	width:900px;
	height:320px;
	margin:auto;
	position: relative;
}
#firstNav{
	position: absolute;
	bottom: 41px;
	left:0px;
}
#firstNav > li{
	display: inline-block;
	font-size: 14px;
	min-width: 90px;
	min-height: 18px;
	text-align: center;
}
#firstNav > li:nth-child(4){
	margin-left: 250px;
}
#firstNav > li a{
	color: #fff;
        font-weight: bold;
}
#firstNav > li a:hover{
	color: #fae9c4;
}
#firstNav li ul{
	background: url("../images/subMenu.png") no-repeat;
	position: absolute;
	width: 833px;
	text-align: left;
	height: 27px;
	top: 18px;
	left: 30px;
	display: none;
	padding: 5px 0 0 20px;
}
#firstNav > li:hover ul{
	display: block;
}
#firstNav li ul li{
	display: inline;
	padding: 2px 5px;
}
#firstNav li ul li:nth-child(5){
	margin-left: 270px;
}
#firstNav li ul li a{
	font-weight: bold;
}
#firstNav li ul li:hover{
	background: url("../images/subMenuHover.png");
}
#firstNav li ul li:hover a{
	color: #000;
}
#firstNav li ul li a{
	color: #888;
}
#secondNav{
	position: absolute;
	bottom: 6px;
	right:20px;
}
#secondNav li{
	display: inline-block;
	font-size: 14px;
	min-width: 120px;
	text-align: center;
}
#secondNav li a{
	color: #fff;
}
#secondNav li a:hover{
	color: #ddd;
}
#secondNav li ul{
	background: url("../images/subMenu.png") no-repeat;
	position: absolute;
	width: 300px;
	height: 27px;
	top: 19px;
	right: 30px;
	display: none;
	padding: 2px 0;
}
#secondNav > li:hover ul{
	display: block;
}
#secondNav li ul li{
	display: inline;
	padding: 3px 5px;
}
#secondNav li ul li:hover{
	background: url("../images/subMenuHover.png");

}
#secondNav li ul li:hover a{
	color: #000;
}
#secondNav li ul li a{
	color: #888;
}
#galleryNav{
	background: url("../images/galleryNav.png") no-repeat;
	width: 213px;
	height: 32px;
	margin: auto;
	padding-top: 2px;
	padding-left: 20px;
}
#galleryNav > li{
	display: inline-block;
	text-align: left;
	padding: 2px 5px;
}
#galleryNav > li:hover{
	background: url("../images/subMenuHover.png");
}
#galleryNav > li a{
	font-size: 14px;
	font-weight: bold;
	color: #888;
}
#galleryNav > li:hover a{
	color: #000;
}

#gallery-main{
	width: 900px;
	margin: -167px auto 0;
	background:#fff url("../images/gallerybg.jpg") bottom repeat-x;
}
/* jssor slider thumbnail navigator skin 07 css */
/*
.jssort07 .p            (normal)
.jssort07 .p:hover      (normal mouseover)
.jssort07 .pav          (active)
.jssort07 .pav:hover    (active mouseover)
.jssort07 .pdn          (mousedown)
*/
.caption {
    position:absolute; 
    bottom:0;
    padding:10px; 
    background:rgba(0,0,0,0.5); 
    color:#fff;
    width: 100%;
    text-align: center;
}
.jssort07 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    filter: alpha(opacity=80);
    opacity: .8;
}

.jssort07 .p:hover .i, .jssort07 .pav .i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.jssort07 .o {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 118px;
    height: 118px;
    border: 1px solid #000;
    transition: border-color .6s;
    -moz-transition: border-color .6s;
    -webkit-transition: border-color .6s;
    -o-transition: border-color .6s;
}

* html .jssort07 .o {
    /* ie quirks mode adjust */
    width /**/: 99px;
    height /**/: 66px;
}

.jssort07 .pav .o, .jssort07 .p:hover .o {
    border-color: #fff;
}

.jssort07 .pav:hover .o {
    border-color: #0099FF;
}

.jssort07 .p:hover .o {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
/* jssor slider arrow navigator skin 11 css */
    /*
.jssora11l              (normal)
.jssora11r              (normal)
.jssora11l:hover        (normal mouseover)
.jssora11r:hover        (normal mouseover)
.jssora11ldn            (mousedown)
.jssora11rdn            (mousedown)
*/
.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../images/a11.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -11px -41px;
}

.jssora11r {
    background-position: -71px -41px;
}

.jssora11l:hover {
    background-position: -131px -41px;
}

.jssora11r:hover {
    background-position: -191px -41px;
}

.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11rdn {
    background-position: -311px -41px;
}
#footer{
	height: 48px;
	width: 100%;
	background: url("../images/footer.png");
}