﻿/*
// Copyright Lavernock Enterprises 2009. All rights reserved.
*/
.ic
{
	position: relative;
	width: 220px;
	height: 167px;
	overflow: hidden;
}
.ic a, .ic a:link, .ic a:visited
{
	background-color: #000;
	color: #fff;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 167px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	visibility: hidden;
}
.ic a.ic_first, .ic a:link.ic_first, .ic a:visited.ic_first
{
	visibility: visible;
}
.ic img
{
	height: 133px;
}
.ic_fl
{
	float: left;
	margin-top: 10px;
}
.ic_fr
{
	float: right;
	margin-left: 5px;
}
