.fl {
	float: left;
}

.fr {
	float: right;
}

.hide,
.popup {
	display: none;
}

#container {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
}

.autocw {
	width: 92%;
	margin: 0 auto;
}

#content {
	overflow: hidden;
}

#header {
	height: 35px;
	padding: 20px 0;
}

#header #logo,
#header ul,
#header ul li {
	float: left;
	height: 35px;
	line-height: 35px;
	width: auto;
}

#header #logo {
	font-size: 40px
}

#openmenu {
	background: url(../images/openm.png);
	width: 35px;
	height: 35px;
	display: block;
	margin-left: 40px;
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s
}

#openmenu.open {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

#header ul {
	position: relative;
	margin-left: 35px;
	display: none
}

#header ul li {
	width: 60px;
}

#header ul li a {
	line-height: 35px;
	font-size: 14px
}

#header ul li#move {
	position: absolute;
	width: 34px;
	height: 2px;
	left: -999px;
	display: block;
	background: #000;
	top: 35px;
	transition: all ease-out .3s;
	opacity: 0
}

#bpage1 #header {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	background: rgba(0, 0, 0, .7)
}

#bpage1 #header ul li a {
	color: #fff
}

#bpage1 #openmenu {
	background: url(../images/openmw.png)
}

#bsearch {
	width: 140px;
	height: 24px;
	background: #7d7d7d;
	border-radius: 12px;
}

#bsearch input {
	color: #fff;
}

#bsearch input.inputtxt {
	width: 90px;
	padding: 5px 10px;
	height: 14px;
	float: left
}

#bsearch input.inputsubmit {
	background: url(../images/so.png);
	width: 16px;
	height: 24px
}

#langs a {
	margin-left: 20px;
	height: 24px;
	line-height: 24px;
	color: #969696
}

#langs a.active {
	color: #2e2e2e
}

#submenus {
	margin-bottom: 60px;
}

#submenus li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px
}

#submenus li a {
	color: #B1B1B1;
	font-size: 13px
}
#bpage3{
	margin-bottom: 30px;
}
#bpage3 #submenus {
	margin-bottom: 20px;
}

#indexslider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

#indexslider li {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

#indexslider li img {
	position: absolute;
	max-width: 9999px
}

.bgmask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
}

.leie9 .bgmask {
	background: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
}

#indexslider li div.sliderdesc {
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 100%;
	z-index: 9998; 
	width: 430px;
	height: 70px;
	background: rgba(0, 0, 0, 0.8);
	padding: 30px 35px
}

#indexslider li div.sliderdesc p {
	color: #fff;
}

#indexslider li div.sliderdesc p.islidert {
	font-size: 18px;
}

#indexslider li div.sliderdesc p.isliderst {
	font-size: 14px;
	line-height: 18px;
	margin-top: 7px;
	color: #c4c4c4
}

.zScroll {
	overflow: hidden;
	height: 100%;
	position: relative
}

#listcontent.fr {
	width: 880px
}

.pcitem {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#listcontent .pcitem:nth-child(4n) {
	margin-right: 0px
}

.leie9 #listcontent .pcitem.last {
	margin-right: 0px
}

#listcontent.fr .pcitem:nth-child(4n) {
	margin-right: 20px
}

#listcontent.fr .pcitem:nth-child(3n) {
	margin-right: 0px
}

.pcitem a {
	width: 280px;
	height: 180px;
	display: block
}

.serviceitem div {
	padding: 27px 25px;
	background: #f6f6f6
}

.serviceitem div .pcitemhead {
	color: #5b5a5a;
	font-size: 18px;
	height: 20px;
	line-height: 20px
}

.serviceitem div .pcitemhead span {
	font-size: 12px;
}

.serviceitem div .pcitemdesc {
	font-size: 12px;
	line-height: 22px;
	height: 70px;
	overflow: hidden;
	margin-top: 14px;
	color: #666
}

.projectitem a {
	position: relative;
	overflow: hidden
}

.projectitem .pcitemcc {
	background: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	position: absolute;
}

.projectitem .pcitemcc div {
	position: absolute;
	width: 240px;
	margin: 0 20px;
	height: 55px;
	bottom: -60px;
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
}

.projectitem .pcitemcc div .pcitemtitle {
	color: #fff;
	font-size: 14px;
	height: 18px;
	overflow: hidden
}

.projectitem .pcitemcc div .pcitemfoot {
	font-size: 12px;
	color: #9c9c9c;
	margin-top: 6px
}

.projectitem a:hover .pcitemcc {
	background: rgba(0, 0, 0, .65);
}

.projectitem a:hover .pcitemcc div {
	bottom: 0
}

.leie9 .projectitem .pcitemcc {
	display: none;
	background: #000;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=65);
}

.leie9 .projectitem a:hover .pcitemcc {
	display: block
}

#projectcontent {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%
}

#projectslider {
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	height: 100%
}

#projectslider li {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	background: #f4f4f4
}

#projectslider li img {
	position: absolute;
}

#projectcontrol {
	padding: 5px 0;
	height: 60px;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	width: 100%
}

.leie9 #projectcontrol {
	background: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}

#pnum {
	height: 60px;
	display: block;
	width: 118px;
	float: left;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #999;
	font-family: "HELVETICANEUELTPRO-THEX"
}

#pnum span {
	font-size: 24px;
	color: #fff
}

#slidercontrol {
	width: 80%;
	overflow: hidden;
	height: 58px;
	margin-top: 1px
}

#slidercontrol ul {
	position: relative;
}

#slidercontrol li {
	float: left;
	margin-right: 2px
}

#slidercontrol li a {
	width: 90px;
	height: 54px;
	display: block;
	position: relative;
}
#slidercontrol li a img{
	height: 48px;
}
#slidercontrol li a div {
	position: absolute;
	opacity: 0;
	transition: all ease-out .2s
}

#slidercontrol li a div.slidebord {
	width: 100%;
	height: 50px;
	top: 0px;
	border: #fff 2px solid;
}

#slidercontrol li a div.slidemask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	top: 0px;
}

#slidercontrol li a:hover div.slidebord,
#slidercontrol li.active a div.slidebord {
	opacity: 1;
}

#slidercontrol li a:hover div.slidemask,
#slidercontrol li.active a div.slidemask {
	opacity: 0;
}

.leie9 #slidercontrol li a div {
	display: none
}

.leie9 #slidercontrol li a:hover div,
.leie9 #slidercontrol li.active a div {
	display: block
}

#pcright {
	margin: -5px 0 0 0
}

#pcright a {
	width: 60px;
	height: 60px;
	display: block;
	padding: 5px;
	float: left;
	transition: all ease-out .2s
}

#pcright a span {
	width: 60px;
	height: 60px;
	display: block;
}

#pcright a:hover {
	background-color: rgba(0, 0, 0, .9)
}

#pcright a#pcinfo span {
	background: url(../img/project_pic02.png) no-repeat center center;
}

.leie9 #pcright a:hover {
	background: #888783
}

#projectinfo {
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.leie9 #projectinfo {
	background: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
}

#projectinfo #pibody {
	width: 740px;
	height: 420px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	margin-top: -210px;
	overflow: hidden
}

#pibtitle {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	height: 20px
}

#pibpost {
	height: 300px;
	line-height: 26px;
	color: #949494;
	overflow: hidden
}

.close {
	background: url(../img/project_pic04.png) no-repeat center center;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	float: none !important;
	position: 1;
}

#leftcontent {
	width: 280px;
}

#bpage2 #leftcontent {
	margin-top: 40px
}

#leftcontent ul {
	margin-left: 15px;
}

#leftcontent ul li {
	float: left;
	margin-left: 30px;
	color: #696969;
}

#leftcontent ul li a {
	color: #868686;
	font-size: 14px
}

#leftcontent ul li a:hover,
#leftcontent ul li.active a {
	color: #333
}

#leftcontent #lefttitle {
	height: 32px;
	margin-bottom: 35px;
	font-size: 24px;
	color: #3f3f3f
}

#leftcontent #leftbody {
	overflow: hidden;
	line-height: 24px;
	color: #696868
}

#leftcontent #leftbody img {
	float: none
}

#rightcontent {
	height: 100%;
}

#content.pagetA #leftcontent {
	width: 45%;
	height: 100%
}

#content.pagetA #rightcontent {
	width: 50%;
	background-size: cover;
}

.leie9 #content.pagetA #rightcontent {
	overflow: hidden
}

#content.honor {}

#content.honor #leftcontent #leftbody ul {
	margin-left: 0
}

#content.honor #leftcontent #leftbody ul li {
	margin-left: 0;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-bottom: 2px
}

#content.honor #rightcontent a {
	width: 240px;
	height: 176px;
	display: block;
	margin-bottom: 30px;
	margin-right: 30px;
	float: left
}

#content.development th {
	text-align: left
}

#content.development th,
#content.development td {
	background: #f4f4f4;
	padding: 10px 0;
	color: #777
}

#content.development tr.first td {
	background: #fff;
}

#content.development #rightcontent img {
	margin-bottom: 40px;
	margin-right: 40px;
}

#content.zhuzhi #leftcontent {
	width: 100%;
	height: 32px
}

#content.zhuzhi #zzcontent img {
	float: none;
	margin: 0 auto;
	display: block
}

#content.news #leftcontent {
	width: 55%
}

#content.news #rightcontent {
	width: 40%;
}

.newsitem {
	margin-bottom: 48px;
	height: auto
}

.newsitem .newsdate {
	font-size: 13px;
	color: #bdbdbd
}

.newsitem .newstitle {
	font-size: 14px;
	color: #333333
}

.newsitem .newshead:hover .newsdate {
	background: #333
}

.newsitem .newshead:hover .newstitle {
	color: #000
}

.newsitem .newline {
	width: 70px;
	height: 1px;
	background: #e9e9e9;
	margin: 20px 0
}

.newsitem .newsdesc {
	line-height: 24px;
	color: #696969
}

.newsitem.one .newstitle {
	font-size: 18px;
	color: #000
}

#content.contact #leftcontent {
	width: 60%
}

#content.contact #rightcontent {
	width: 35%;
}

#pages {
	height: 36px;
	margin-top: 20px;
}

#pages span {
	float: left;
	margin: 0 18px 0 13px;
	line-height: 28px;
}

#pages a {
	width: 36px;
	height: 36px;
	background: #fff;
	display: block;
	color: #999999;
	line-height: 36px;
	text-align: center;
	font-family: Arial;
	float: left;
	margin-right: 5px;
	transition: background-color 0.2s ease-out
}

#pages a#pageactive,
#pages a:hover {
	color: #000;
}

#pages a#pageprev {
	background-image: url(../images/newsprev.png)
}

#pages a#pageprev:hover {
	background-color: #ebebeb;
	background-image: url(../images/newsprevh.png)
}

#pages a#pagenext {
	background-image: url(../images/newsnext.png)
}

#pages a#pagenext:hover {
	background-color: #ebebeb;
	background-image: url(../images/newsnexth.png)
}

#footer {
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-family: Arial
}

#footer a.ftimg {
	position: relative;
	top: 5px
}

#footer img {
	float: none
}

#footer span {
	color: #c4c4c4;
	margin-right: 15px
}

#bpage1 #footer {
	background: #000;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	color: #767676
}

#bpage1 .fr {
	margin-right: 20px
}

#bpage1 #footer a {
	color: #d8d8d8
}

#bpage1 #footer span {
	color: #767676
}

.listloading {
	padding-top: 10px;
	height: 25px;
	line-height: 20px;
	width: 100%;
	background: #f6f6f6;
	text-align: center;
	display: none;
	clear: both
}

.listloading img {
	float: none;
	width: 16px;
	height: 16px;
	margin-right: 20px;
}

.listloading span {
	font-size: 14px;
	position: relative;
	top: -3px;
}

#bpage9 #submenus {
	width: 100%;
	height: 110px;
	margin-bottom: 0
}

#searchOp {
	background: #ebebeb;
	height: 30px;
	padding: 10px 0
}

#bpage9 #submenus .yy-select {
	width: 120px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 20px
}

#bpage9 #submenus .yy-selectlabel {
	padding: 0 10px;
	cursor: pointer;
	width: auto;
	background: #fff
}

#bpage9 #submenus .yy-selectlabeltxt {
	font-size: 14px;
	color: #626262;
	width: auto;
	height: 100%;
	margin-right: 15px;
}

#bpage9 #submenus .yy-selectlabel .yy-soi {
	float: right;
	background: url(../images/soi.png);
	width: 30px;
	height: 30px;
}

#bpage9 #submenus .yy-selectcontent {
	border: #d2d2d2 1px solid;
	max-height: 180px;
	overflow: auto;
	background: #fff;
	position: relative;
	z-index: 2;
	display: none
}

#bpage9 #submenus .yy-selectcontent li {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	margin: 0;
	float: none
}

#bpage9 #submenus .yy-selectcontent li a {
	font-size: 12px;
	color: #5e5e5e;
	width: 100%;
	height: 100%;
	display: block
}

#bpage9 #submenus .yy-selectcontent li a:hover,
#bpage9 #submenus .yy-selectcontent li a.active {
	background: #5e5e5e;
	color: #fff;
}

.txtellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#searchOp form {
	width: 190px;
	height: 30px;
	background: #fff;
	float: left;
}

#searchOp input {
	color: #fff;
}

#searchOp input.inputtxt {
	width: 120px;
	padding: 8px 10px;
	height: 14px;
	color: #5b5a5a;
	float: left
}

#searchOp input.inputsubmit {
	background: #5e5e5e url(../images/so2.png);
	width: 44px;
	height: 30px;
	float: right
}

#fankui {}

#fankui h2 {
	margin-bottom: 10px
}

#fankui p {
	padding: 10px 0;
	border-bottom: #e9e9e9 1px solid;
	color: #696969;
	font-size: 12px;
	width: 320px
}

#fankui p input {
	width: 270px;
	color: #696969;
}

#fankui p textarea {
	width: 320px;
	height: 80px;
	background: none;
	border: none;
	resize: none;
	color: #696969;
}

#fankui div {
	margin-top: 30px;
}

#fankui div input {
	width: 88px;
	height: 33px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}

#fankui div input.inputsubmit {
	background: #252525;
	color: #b5b5b5;
	border: #252525 1px solid
}

#fankui div input.inputreset {
	background: #fff;
	color: #b5b5b5;
	border: #e9e9e9 1px solid;
	margin-left: 10px
}

.lditem {
	height: 320px;
	width: 180px;
	float: left;
	margin-right: 2px;
	margin-top: 40px
}

.lditem .lddesc {
	width: 146px;
	height: 60px;
	padding: 0 14px;
	margin-top: 30px;
	border-left: #e7e7e7 1px solid;
	font-size: 16px;
	color: #333333;
	position: relative;
	margin-left: 2px;
	margin-top: 5px
}

.lditem .lddesc p {
	color: #787878;
	font-size: 12px
}

.lditem .lddesc span {
	position: absolute;
	width: 3px;
	height: 16px;
	background: #000;
	left: -2px;
	top: 0
}

.lditem.rw {
	width: 188px;
	margin-right: 1px;
	height: 370px
}

.lddesc.rw {
	height: 80px
}

.lddesc.rw p {
	height: 60px;
	width: auto;
	word-wrap: break-word;
	overflow: hidden
}

@media screen and (min-width:1780px) {
	.autocw {
		width: 1780px;
	}
	#listcontent .pcitem:nth-child(4n) {
		margin-right: 20px
	}
	#listcontent .pcitem:nth-child(6n) {
		margin-right: 0px
	}
	#leftcontent {
		width: 580px;
	}
	#listcontent.fr {
		width: 1180px
	}
	#listcontent.fr .pcitem:nth-child(3n) {
		margin-right: 20px
	}
	#listcontent.fr .pcitem:nth-child(4n) {
		margin-right: 0px
	}
	#slidercontrol {
		width: 1564px
	}
	#projectinfo #pibody {
		height: 620px;
		margin-top: -310px
	}
	#pibpost {
		height: 500px;
	}
}

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	height: 100%;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	background: #f4f4f4;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	height: 100%
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 165px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	margin: -2px 3px;
}

.bx-wrapper .bx-prev {
	left: 0px;
	background-image: url(../img/left_arrow.png)
}

.bx-wrapper .bx-next {
	right: 0px;
	background-image: url(../img/right_arrow.png)
}

.bx-wrapper .bx-prev:hover {
	background-color: rgba(37, 37, 37, 1);
}

.bx-wrapper .bx-next:hover {
	background-color: rgba(37, 37, 37, 1);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #757575;
	background-color: rgba(37, 37, 37, .5);
	background-repeat: no-repeat
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
	visibility: visible;
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -55px -90px no-repeat;
}

.fancybox-ie .fancybox-bg {
	background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox//fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox//fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox//fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox//fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox//fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox//fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox//fancy_shadow_nw.png', sizingMethod='scale');
}
#ascrail2010-hr{
	display: none !important;
}
