#hotnews {
	width: 40%;
	height: 300px;
	z-index: 1;
	background-image: url(../graf/atlatszokekhttr.png);
	padding: 0px;
	margin-left: 30px;
	margin-top: 20px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.lap .menu.nagy #hotnews > div {
	padding: 15px;
}

.lap .menu.nagy #hotnews div p {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.lap .menu.nagy #hotnews div p a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.lap .menu.nagy #hotnews div p a:hover {
	color: #FF0;
}


#hotnews div h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#hotnews .Buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 2;
}
#hotnews .Buttons .Button {
    float: left;
	cursor: pointer;
	color: #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#hotnews .Buttons .Button.hover {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#hotnews .Buttons .Button .label {
	cursor: pointer;
	padding: 2px 8px;
	color: #eee;
	background-color: #006;
}

#hotnews .Buttons .Button .top {
	height: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #006;
}
#hotnews .Buttons .Button .bottom {
	height: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #006;
}

#hotnews .Buttons .Button.hover .label {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#hotnews .Buttons .Button.hover .label {
	color: #FF0;
}

#hotnews .Buttons .Button.selected {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#hotnews .Buttons .Button.selected .label {
	color: #FFF;
}

