@charset "utf-8";
.images_con {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.images_con li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 2px;
	width: 120px;
	border: thin solid #333;
	height: 45px;
	background-color: #272727;
	padding: 1px;
}

.images_con li a{
	color: #FFF;
	font-size: 12px;
	line-height: normal;
}

.images_con li a:link{
	color: #FFF;
}

.images_con li a:hover{
	text-decoration: underline;
}

.images_con li:hover{
	background-color: #F00;
}


.images_con span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.images_con ul {
	list-style-image: none;
	list-style-type: none;
	margin: 2px;
	clear: both;
}
