#moodulite_wrapper {
	width: 100%;
	height: 339px;
	overflow: hidden;
}
#moodulite, #moodulite li { width: 100%; height: 339px; margin: 0; list-style: none; padding: 0; overflow: hidden; }
	#moodulite li { float: left; }
	#moodulite li a { display: block; text-decoration: none; height: 339px; }


#moodular_container {
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: 248px;
	z-index: 9;
	width: 224px;
	height: 264px;
	background: transparent url(../../themes/axome/img/bg.jpg);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 6px #444;
	-webkit-box-shadow: 0 0 6px #444;
	box-shadow: 0 0 6px #444;
}


ul#moodular { margin: 0; padding: 3px 0 0 0; list-style: none; height: 257px; overflow: hidden; }
	#moodular li {
		display: block;
		padding: 0;
		height: 52px;
		background: transparent url(../../themes/axome/img/sep_repeat.png) repeat-x -30px 49px;
		color: #512f0c;
	}
	#moodular li > div { height: 44px; padding: 6px 4px 0 23px; }
	#moodular li span.mood_title {
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 1em;
		padding-top: 2px;
	}
	#moodular li p { font-style: italic; font-size: 11px; }
	#moodular li.active > div { color: #fff; background: #2c4806 url(../../themes/axome/img/fleche.png) no-repeat 6px 18px; }


