#lastadded {
	width:570px;
	overflow:hidden;
	margin:10px 0px 20px 0px;
	height:160px;
	background:url("ajax-loader.gif") no-repeat center;
}

#lastadded .lacategory{
	float:left;
	width:105px;
}
#lastadded .lacategory a {
	display:block;
	text-decoration:none;
	font-size:10px;
	color:#363636;
	line-height:20px;
	height:20px;
	font-weight:normal;
	padding:0 0 0 5px; 
	width:100px;
	outline:none;
}

#lastadded .lacategory a:hover {
	font-weight:bold;
}
#lastadded .lacategory a.activ {
	background:url("aabg.gif");
	font-weight:bold;
	font-size:10px;
}

#lastadded .lascreen{
	width:460px;
	float:right;
	position:relative;
	height:161px;
	overflow:hidden;

}
#lastadded .lascreen .viss{
	width:460px;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
}

#lastadded .lascreen .viss .ppost{
	width:460px;
	height:160px;
	overflow:hidden;
	position:relative;
}
#lastadded .labutt{
	padding:0px 2px;
	padding-top:50px;
	width:26px;
	height:66px;
	overflow:hidden;
	float:left;
}
#lastadded .labutt a.next{
	float:left;
	width:26px;
	height:66px;
	background:url("ppnext.gif");
	background-position:0px -66px;
	outline:none;
}
#lastadded .labutt a.next:hover{
	float:left;
	width:26px;
	height:66px;
	background:url("ppnext.gif");
	background-position:0px 0px;
}
#lastadded .labutt a.back{
	float:left;
	width:26px;
	height:66px;
	background:url("ppprev.gif");
	background-position:0px -66px;
	outline:none;
}
#lastadded .labutt a.back:hover{
	float:left;
	width:26px;
	height:66px;
	background:url("ppprev.gif");
	background-position:0px 0px;
}
#lastadded .labutt a span{
	display:none;
}
.screenla{
	float:left;
	width:400px;
	position:relative;
	height:162px;
	overflow:hidden;
}
.screenbox {
	float:left;
	width:4000px;
	position:absolute;
	height:160px;
}
.newpage{
	float:left;
	width:400px;
	height:160px;
	overflow:hidden;
}
.screenbox .newpage .box{
	padding:2px;
	float:left;
	width:76px;
	height:76px;
	text-align:center;
	position:relative;
}
.screenbox .newpage .box span.spnr{
	position:absolute;
	top:5px;
	left:5px;
	background:white;
	color:#A1A6A7;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
}
.screenbox .newpage .box a.linkbox img {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
.screenbox .newpage .box a.linkbox:hover{
	text-decoration:none;
}
.screenbox .newpage .box a.linkbox:hover img{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.screenbox .newpage .box a.linkbox img{
	border:0px none;
}
.screenbox .newpage .box a.linkbox span.linkboxcontent{
	display:block;
	width:76px;
	height:76px;
	overflow:hidden;
}
#tooltipla{
	position:absolute;
	top:0;
	left:0;
	display:none;
	background:#fff;
	border:1px solid #E7E7E7;
	width:282px;
	padding:5px;
}


