/*四屏图片轮播*/
/*轮播焦点图*/
/*fpi为总的大框,设置大小，大边框等*/
.fpic {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	Z-INDEX: 3;
	BACKGROUND: #F1F1F1;
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 550px;
	HEIGHT: 280px;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER: #dddddd 0px solid;
	padding: 2px 2px;
	text-align:center;
}
#focpic {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	LEFT: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	POSITION: absolute;
	TOP: 1px;
	BORDER-RIGHT-WIDTH: 0px;
}
 
.thubpic {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 1px;
	Z-INDEX: 20;
	PADDING-BOTTOM: 0px;
	WIDTH: 86px;
	CURSOR: pointer;
	PADDING-TOP: 0px;
	TOP: 10px;
	HEIGHT: 67px;
	
}
.thubpiccur {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 1px;
	Z-INDEX: 20;
	PADDING-BOTTOM: 0px;
	WIDTH: 86px;
	CURSOR: pointer;
	PADDING-TOP: 0px;
	TOP: 10px;
	HEIGHT: 67px
}
.thubpiccur {
	Z-INDEX: 30;
	BACKGROUND: url(../imagesnew/arrow3.gif) no-repeat left 50%
}
.thubpic IMG {
	BORDER-RIGHT: #666 3px solid;
	BORDER-TOP: #666 2px solid;
	BORDER-LEFT: #666 3px solid;
	WIDTH: 85px;
	BORDER-BOTTOM: #666 2px solid;
	HEIGHT: 58px
}
.thubpiccur IMG {
	BORDER-RIGHT: #666 3px solid;
	BORDER-TOP: #666 2px solid;
	BORDER-LEFT: #666 3px solid;
	WIDTH: 85;
	BORDER-BOTTOM: #666 2px solid;
	HEIGHT: 58px
}
.thubpiccur IMG {
	BORDER-LEFT-COLOR: #fff;
	BORDER-BOTTOM-COLOR: #fff;
	BORDER-TOP-COLOR: #fff;
	BORDER-RIGHT-COLOR: #fff
}
/*自定义*/
#ifocus_btn {
	display:inline;
	float:right;
	width:95px;
	margin:0px 0px 0px 0px;
}
#fttltxt {
	position:absolute;
	float:left;
	bottom:0px;
	left:0px;
	font-size:18px;
	color:#FFF;
	TEXT-ALIGN: center;
	width:438px;
	font-weight: bolder;
	height:19px;
	padding:5px;
	Z-INDEX: 5;
	text-decoration: none;
}
#fttltxt A {
	COLOR: #fff;
	TEXT-DECORATION: none
}
#fttltxt A:hover {
	COLOR: #fff;
	TEXT-DECORATION: underline
}
 
#ifocus_opdiv {
	position:absolute;
	left:1px;
	bottom:0px;
	width:438px;
	height:35px;
	float:left;
	Z-INDEX: 4;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#Img_div{
	float:left;
	POSITION: relative;
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	Z-INDEX: 3;
	BACKGROUND: #F1F1F1;
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 440px;
	HEIGHT: 279px;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER: #dddddd 1px solid;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align:center;
}


/*掘图志图片轮播*/

.index-splash-block {
	width: 203px;
	height: 250px;
	background: url(../images/bg.png) center no-repeat;
	text-align:	left;
}
.index-splash-block a {
    color:#FFF;
    text-decoration: none;
}
.index-splash-block a:hover {
    text-decoration: underline;
}

.index-splash-block .feature-slide-preview {
    margin: 0 auto;
	padding-top: 10px;
    display: none;
    width: 180px;
    height: 170px;
    overflow: hidden;
}
.index-splash-block .feature-slide-preview .screenshot {
    display: block;
    margin: auto;
}
.index-splash-block .feature-slide-list {
	width: 203px;
	height: 22px;
	overflow: hidden;
	margin: 10px auto 0;
}
.index-splash-block .feature-slide-list a {
    float: left;
    display: inline;
    width: 22px;
    height: 22px;
    background: url(../imagesnew/feature-point.png) center no-repeat;
    _background: url(../imagesnew/feature-point-4ie6.png) center no-repeat;
}
.index-splash-block .feature-slide-list a.current {
    background: url(../imagesnew/feature-point-current.png) center no-repeat;
    _background: url(../imagesnew/feature-point-current-4ie6.png) center no-repeat;
}
.index-splash-block  .feature-slide-list .feature-slide-list-items {
    display: inline;
}
.index-splash-block  .feature-slide-list a.feature-slide-list-previous {
    background: url(../imagesnew/feature-point-previous.png);
    _background: url(../imagesnew/feature-point-previous-4ie6.png);
}
.index-splash-block  .feature-slide-list a.feature-slide-list-next {
    background: url(../imagesnew/feature-point-next.png);
    _background: url(../imagesnew/feature-point-next-4ie6.png);
}
