div.image_preview{
    position: absolute;
    font-family: Verdana, Geneva, sans-serif;
    background: #fff;
    padding: 20px;
}
div.image_preview a {
    display: block;
    width: 225px;
    height: 225px;
    text-decoration: none;
    float: left;
    position: relative;
}
div.image_preview a span.thumb {
    display: block;
    width: 225px;
    height: 225px;
    position: relative;
}
div.image_preview a span.thumb img {
    display: block;
    width: 225px;
    height: 225px;
}

div.image_preview a span.title {
    display: block;
    width: 225px;
    height: 90px;
    font-size: 15px;
    color: #7e7e7e;
    line-height: 23px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("/css/images/bg_trans_black.png");
}
div.image_preview a span.title > span {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #E6E6E6;
}   
div.image_preview a:hover span.title span {
    color: #FCB715;
}

div.articleMenu {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}
div.articleMenu ul li {
	float: left;
    border-left: 1px solid #ededed;
    background-color: #fcfcfc;
}
div.articleMenu ul li:first-child {
    border-left: none;
}
div.articleMenu ul li:last-child {
    border-right: none;
}
div.articleMenu ul li a {
	display: block;
	text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    color: #5b5b5b;
    text-transform: uppercase;
}
div.articleMenu ul li a:hover {
    background-color: #f7f7f7;
}
div.articleMenu ul li a.active {
	background-color: #fcb72c;
	color: #ffffff;
    font-weight: bold;
}

hr.afterArticleMenu{	
    border: 0; 
    height: 1px; 
    background: #EFEFEF; 
}