/*========== Title Gallery ===========*/
.title_gallery{
    float: left;
    width: 100%;
}

.title_gallery h2{
    width: 100%;
    margin: 0;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 0px;
	border-bottom:2px solid #0037ab;
	color:#0037ab;
	font-weight:bold;
}



/* List Gallery */
.list_gallery{
    float: left;
    width: 100%;
    margin-top: 15px;
}

.frame_gallery{
    float: left;
    width: 212px;
    height: 200px;
}

.frame_gallery .image_gallery{
    width: 100%;
    height: 160px;
    background: url("imgs/blank.png");
    border: 6px solid rgba(206,206,200,0.6);
}
.frame_gallery h2{
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-align: center;

}

.frame_gallery h2 a:link, .frame_gallery h2 a:visited{
    color: #626262;
}

.frame_gallery h2 a:hover, .frame_gallery h2 a:active{
    color: #444242;
}

.g_left{margin-right:40px;}

