.i-flvflash
{

}
.i-flvflash a img
{
  border:0;
}
.i-flvflash a
{
	display:block;
}


.i-picturenews{
	position:relative;
}
.i-picturenews-thumbcontianer{
	width:600px;
	height:75px;
	position:relative;
	margin:0 auto;
}
div.thumbviewer{
	width:600px;
	height:75px;
	float:left;
	overflow:hidden;
}
div.i-picturenews-picture{
	display:none;
	position:relative;
	width:550px;
	height:auto;
	margin:0 auto;
	margin-bottom:20px;
}
div.thumbviewer ul{
	margin:0;
	padding:0;
}
div.thumbviewer ul li{
	width:90px;
	height:75px;
	float:left;
	margin-right:10px;
	list-style:none;
}
div.thumbviewer ul li img{
	width:90px;
	height:75px;
}
div.goleft {
	width:50px;
	height:75px;
	float:left;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	background:url(/Portals/0/images/left.gif) left center no-repeat;
}
/*禁用*/
.i-picturenews-thumbcontianer .goleft-disable
{
	background:url(/Portals/0/images/left-disable.gif) left center no-repeat;
}

.i-picturenews-thumbcontianer .goright
{
	width:50px;
	height:75px;
	float:right;
	position:absolute;
	top:0;
	left:550px;
	z-index:999;
	background:url(/Portals/0/images/right.gif) center center  no-repeat;
	
}
.i-picturenews-thumbcontianer .goright-disable
{
	background:url(/Portals/0/images/right-disable.gif) center center no-repeat;
}
/*让p和br不占空间*/
.i-picturenews-picture br
{
	display:none;
}
.i-picturenews-picture p
{
	padding:0;
	margin:0;
	border:0;
	text-indent:0;
}

.i-picturenews-picture .gopre,.i-picturenews-picture .gonext
{
	width:100px;
	height:375px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	top:0;
	_left:0;
	_top:0;
	z-index:999;
}
.i-picturenews-picture .gopre
{
	background:url(/Portals/0/images/pre.gif) center center no-repeat;
	left:0;
}

.i-picturenews-picture .gonext
{
	background:url(/Portals/0/images/next.gif) center center no-repeat;
	right:0;
}
.i-picturenews-picture .gopre-disable
{
	background:url(/Portals/0/images/pre-disable.gif) center center no-repeat;
}

.i-picturenews-picture .gonext-disable
{
	background:url(/Portals/0/images/next-disable.gif) center center no-repeat;
}
/*描述部分*/
.i-picturenews-desc
{
	clear:both;
}
