/* main page components */

.moodBoard {
	float: left;
	margin-left: 5px;
	background-color: #e4e4e4;
}
.moodBoard li{
	float: left;
	position: relative;
}

.moodBoard li .content{
	float: left;
	position: relative;
}

.moodBoard .image {
	width: 620px;	
	padding: 5px 0px 5px 0px;
	text-align: center;	
	position: relative;
}

.moodBoard .marker{
	position: absolute;
	z-index: 150;
	cursor: pointer;
}

.moodBoard .marker img{
	margin: 0;
	float: left;
}

.moodBoard .marker span{
	display: none;
}

.moodBoard .popup{
	width: 100px;
	background-color: #e4e4e4;
	padding: 10px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	border: 1px solid #fff;
	z-index: 1000;
	background-image: url(../img/background_popup.png);
	background-repeat: repeat-x;
}
