﻿#gallery
{
	padding-top: 0px;
	list-style-type: none;
	overflow: hidden;
	width: 190px;
	height: 170px;
	border-top: none;
	margin-left: 5px;
	font-size: 12px;
}

#gallery li a
{
	display: block;
	height: 25px;
	width: 190px;
	text-decoration: none;
	color: #333333;
	overflow: hidden;
	padding-left: 3px;
}

#gallery li a:hover
{
	background-color: #006699;
	height: 170px;
	color: #CCFFFF;
}

#gallery b
{
	text-transform: capitalize;
	font: 12px Tahoma;
	font-weight: bold;
}

#gallery .spacer
{
	line-height: 10px;
}

#gallery i
{
	font-style: normal;
	color: #800000;
	font-weight: 900;
}
