/* 
-----------------------------------------------------------------------------
Banner CSS
-----------------------------------------------------------------------------*/
#more {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#more a {
	color: #fff;
	text-decoration: none;
}
#thumb-bg {
	position: absolute;
	right: 0px;
	bottom: 11px;
	background-image: url(../images/backgrounds/thumbs.png);
	background-repeat: repeat-x;
	background-color: #0066CC;
	width: 402px;
	height: 43px;
	z-index: 0;
}
#thumbs {
	position: absolute;
	bottom: 10px;
	right: 2px;
	z-index: 1;
}
#thumbs ul {
	direction: rtl;
}
#thumbs li {
	display: inline;
	list-style-type: none;
}
#thumbs li a img {
	border: 1px solid #243F64;
}
#thumbs li a:hover img {
	border: 1px solid #999;
	margin-bottom: 7px;
}