

.mainPanel {
	width: 219px;
	float: left;
	margin-right: 10px;
}

#mainImage {
	width: 676px;
	height: 328px;
	background: url('../images/welcome.jpg') top left no-repeat;
	float: left;
	margin-bottom: 5px;
}

.mpTop {
	width: 199px;
	height: 37px;
	padding: 10px;
	background: url('../images/mainPanelTop.jpg') top left no-repeat;
}

.mpTop h2 {
	margin: 0px;
	font-size: 17px;
	color: #111111;
}

.mpBottom {
	position: relative;
	width: 199px;
	height: 279px;
	padding: 10px;
	background: url('../images/mainPanelBottom.jpg') bottom left no-repeat;
	font-size: 11px;
}

.details {
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor:pointer;
}

.floatLeftImg {
	float: left;
	padding: 5px;
}

.limited  p{
	display: none;
}

