#bigimgfon {
		position: absolute;
		display: none;
		left: 0;
		top: 0;
		background: #000;
		width: 100%;
		height: 100%;
        z-index: 90;
        filter:alpha(opacity=80);
        -moz-opacity: 0.80;
        opacity: 0.80;
}
#imgsrc {
		display: none;
}
.bigimgbox {
		background:#A8511C;
		position: absolute;
		z-index:91;
		top: 70px;
		left: 50%;
		width: 100px;
		height: 100px;
		display: none;
}
.bigimgbox img {
		margin-left: 10px;
}
.bigimgbox .clear {
		padding: 0px;
}
.bigimgbox div {
		padding: 40px;
		color: #CFAF9B;
}
.bigimgbox div.close {
		padding: 0px;
		position: absolute;
		right: 10px;
		top: 10px;
}
.bigimgbox .title {
		position: absolute;
		left: 15px;
		bottom: 10px;
		background: #fff;
		color: #000;
		border: 1px solid #3F3B3B;
		font-size: 11px;
		line-height: 120%;
		padding: 5px;
		display: none;
}
.bigimgbox .next_photo {
		position: absolute;
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
		display: block;
		background: url("/i/gallery/right.png") no-repeat left top;
		/* display: none; */
		padding: 0;
}
.bigimgbox .prev_photo {
		position: absolute;
		width: 30px;
		height: 30px;
		top: 50%;
		left: 10px;
		margin-top: -15px;
		display: block;
		background: url("/i/gallery/left.png") no-repeat left top;
		/* display: none; */
		padding: 0;
}
/* dynamic content */
.bigimg {
		display: none;
}
.dynamic-content {
		width:810px;
		left: 50%;
		margin-left: -400px;
		position: absolute;
		z-index: 91;
		color: #fff;
}
.dynamic-content-gallery {
		margin-left: -459px;
}
.dynamic-top {
		font-size: 0;
		height: 4px;
		background: url("/i/dynamic-sprite.png") no-repeat left top;
}
.dynamic-bottom {
		font-size: 0;
		height: 4px;
		background: url("/i/dynamic-sprite.png") no-repeat left -4px;
}
.dynamic-content .area {
		background: #006a83;
}
.dynamic-content .close {
		text-align: right;
		padding: 6px 15px 0 0;
		color: #fff;
		font-size: 12px;
		cursor:hand;
		c\ursor:pointer;
}
.dynamic-content .close span strong {
		font-weight: normal;
		border-bottom: 1px solid #fff;
}
.dynamic-content .close img {
		vertical-align: middle;
		margin: 0 0 0 5px;
}
.dynamic-content-padding {
		padding: 5px 25px 50px 25px;
		font-size: 13px;
		line-height: 17px;
}
.dynamic-content-padding h2 {
		font-size: 27px;
		line-height: 33px;
		font-weight: normal;
		padding: 0 0 20px 0;
}
.dynamic-content-padding p {
		padding: 0 0 10px 0;
}
.dynamic-content-photo-padding {
		padding: 30px 0;
		text-align: center;
}
.gallery-dops {
		position: absolute;
		right: -118px;
		top: 70px;
}
.gallery-dops li {
		margin: 0 0 4px 0;
		width: 108px;
		text-align: center;
}
.gallery-dops li.selected {
		width: 104px;
}
.gallery-dops li.selected img {
		border: 4px solid #006a83;
}
/* photo title */
.dynamic-content .photo_title {
		margin: 0 auto;
		text-align: left;
		bottom: 0;
		padding: 0 0 5px 0;
		font-size: 13px;
		line-height: 17px;
}
#prevlink, #nextlink, #nextlink_href, #prevlink_href {
		display: none;
}
#dynamicloader {
		position: absolute;
		z-index: 92;
		width: 50px;
		height: 50px;
		background: url("/i/loader.png") no-repeat left top;
		left: 50%;
		margin-left: -25px;
		top: 0;
		display: none;
}
#dynamicloader div {
		width: 50px;
		height: 50px;
		background: url("/i/ajax/gallery.gif") no-repeat 9px 9px;
}
