#imo_mask{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:0 0 0 0;

}
.list-imo{
	width:90000px;
	height:auto;
}
.list-imo li{
	width:197px;
	height:auto;
	margin:0 0 0 0;
	position:relative;
	float:left;
	display:inline;
	
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.list-imo li .top {
	width:197px;
	height:32px;
	background:url(../_images/bg_listitem_top.png) no-repeat left;

}
.list-imo li .top-over {
	width:197px;
	height:32px;
	background:url(../_images/bg_listitem_top.png) no-repeat right;
}
.list-imo li .middle {
	width:147px;
	min-height:40px;
	background:url(../_images/bg_listitem_middle.png) repeat-y left;
	text-align:center;
	padding:0 25px;
}
.list-imo li .middle-over {
	width:147px;
	min-height:40px;
	background:url(../_images/bg_listitem_middle.png) repeat-y right;
	text-align:center;
	padding:0 25px;
}
.list-imo li .bottom {
	width:197px;
	height:32px;
	background:url(../_images/bg_listitem_bottom.png) repeat-y left;
}
.list-imo li .bottom-over {
	width:197px;
	height:32px;
	background:url(../_images/bg_listitem_bottom.png) repeat-y right;
}
.list-imo li .imgeid {
	border:1px solid #666666;
	cursor:pointer;
}
.list-imo li .imgeid:hover {
	border:1px solid #333333;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.list-imo li .middle .nat-typ, .list-imo li .middle-over .nat-typ {
	min-width:140px;
	font-size:16px;
	float:left;
	text-decoration:none;
	text-align:center;
}
.list-imo li .middle .ngh-twn, .list-imo li .middle-over .ngh-twn{
	width:140px;
	min-height:40px;
	font-size:12px;
	clear:left;
	position:relative;
	background:url(../_images/bg_loc_list.png) no-repeat top center;
	padding:4px 0 0 0;
}
.list-imo li .middle .preco, .list-imo li .middle-over .preco {
	clear:left;
	font-size:16px;
}

/* Painel de controlo */

#resumo_txt{
	float:left;
	margin:0 180px 0 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	display:none;
}
#resumo_title_txt{
	float:left;
	margin:10px 180px 0 200px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;

}
.btn_left{
	width:53px;
	height:51px;
	background:url(../_images/btn_left.png) no-repeat left;
	float:left;
	margin:-10px 0 0 20px;
	cursor:pointer;
}
.btn_left:hover {
	background-position:right;
}

.btn_right {
	width:53px;
	height:51px;
	background:url(../_images/btn_right.png) no-repeat left;
	float:left;
	margin:-10px 0 0 20px;
	cursor:pointer;
}
.btn_right:hover {
	background-position:right;
}
.btn_play {
	width:73px;
	height:51px;
	background:url(../_images/btn_slideshow.png) no-repeat top left;
	float:left;
	margin:-10px 0 0 20px;
	cursor:pointer;
}
.btn_play:hover {
	background-position:top right;
}
.btn_stop {
	width:73px;
	height:51px;
	background:url(../_images/btn_slideshow.png) no-repeat bottom left;
	float:left;
	margin:-10px 0 0 20px;
	cursor:pointer;
}
.btn_stop:hover {
	background-position:bottom right;
}
.rss{
	width:53px;
	height:51px;
	background:url(../_images/btn_rss.png) no-repeat ;
	background-position:0px top;
	margin:-10px -28px 0 20px;
	padding:0;
	float:left;
	cursor:pointer;
	position:relative;
	z-index:900;
}
.rss:hover{
	background-position:-53px top;
}

