@charset "utf-8";
/* CSS Document */

.btn {
	position: absolute;
	top: -15px;
	left:-15px;
	height: 60px;
	width: 61px;
	z-index: 500;
}
.listticker{
	height:140px;
	width:400px;
	overflow:hidden;
	border:solid 1px #F90;
	padding:5px;
}
.listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

.listticker li{
	height:140px;
	width: 400px;
	list-style:none;
	overflow: hidden;
	background: #09C;
}
.listticker a{
	color:#000000;
	margin-bottom:
}
.item-pict {
	float: left;
	width: 200px;
	height: 130px;
	padding: 5px;
}
.item-desc {
	width: 180px;
	margin-left: 10px;
	float: left;
	height: 130px;
	color: #FFF;
	font-weight: bold;
}
.item-titel h1 {
	font-size: 12px;
	font-weight: bold;
}
.desc-item {
	overflow: hidden;
}
.desc-item span {
	width: 80px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}
button {
	float: right;
	cursor: pointer;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; !important
	font-size:12px; !important
}

