@charset "utf-8";
/* CSS Document */

.eglFlash_item{
	color:#1b59a2;
	font-size:12px;	
	font-family: verdana;
	line-height: 20px;
	text-align:justify;
	padding:0 5px;
	*padding:5px;
	margin:0;
	
	margin-bottom:15px;
}

.egl_subtitle{
	padding:0 5px;
	*padding:5px;
	text-align:justify;
	color:#1b59a2;
	font-size:12px;	
	font-family: verdana;
	line-height: 20px;
	font-weight:bold;
}

.eglTile_item{
	width:115px;
	height:130px;
	
	text-align:center;
	float:left;
	overflow:hidden;
}
.eglPhoto_item{
	text-align:center;
}
.eglTile_thumb{
	width:100%;
	height:90px;
}

.eglTile_thumb img{
	margin:auto;
}
.eglTile_title, .eglTile_date, .eglTile_text, .eglPhoto_title{
	color:#1b59a2;
	font-size:12px;	
	font-family: verdana;
}

a:hover .eglTile_item{
	cursor:hand;
	background-color:#88DDFF;
}

.eglTile_date{
	
}

.eglTile_text{
	
}


