/** Featured **/
div#mx-very-first{
	padding: 1px;
	border: 1px solid #ad8d57;
	margin-bottom: 8px;
	overflow: hidden;
	font-family: "Arabic Transparent", "Times New Roman", times, serif;
    font-size: 12px;
	height: 200px; 
}
div#mx-very-first div.xm_item{
	width: 247px;
	height: 200px;
	float: left;
	margin-right: 2px; /* IE **/
	cursor: pointer;
	overflow: hidden;
    position:relative; 	
    text-align: left !important;
}
div#mx-very-first div.xm_item:last-child{
	margin-right: 0;
}
div.xm_pic {

}
div.the_title {
	background: #000;
	height: 40px;
    width: 247px;
    bottom:0;
	position: absolute;
	background: url(../images/trans.png) repeat;
}
div.the_title span{
	text-align: center !important;
	padding: 5px 5px;
    display: block;
}
div#mx-very-first div.xm_item a{
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
}
/** Recent gals **/
div#mx-recent-gals{
    overflow: hidden;
}
div#mx-recent-gals a{
    display: block;
    float: left;
    padding: 1px;
    border: 1px solid #ad8d57;
    margin-right: 5px;
    /* IE */
    margin-right: 4px;
}
div#mx-recent-gals a:last-child{
    margin-right: 0;
}
div#mx-recent-gals a img{
    width: 162px;
    height: 130px;
}
