/* CSS Document */dl.gallery {	background-color: #666;	border: 1px solid #444;	margin: 0px 0px 10px 0px;	padding: 10px 10px 10px 10px;	color: #ddd;	}dl.gallery dt {	display: block;	margin: 0px 0px 10px 0px;	padding: 0px 0px 0px 0px;	}dl.gallery dt.banner {	font: 12px "Arial Black", Arial, Helvetica, sans-serif;	color: #fff;	background: #444;	text-align: center;	padding: 0.5em 1em .4em;	text-transform: uppercase;	border-bottom: 1px solid #333;	margin: -11px -11px 0.8em -11px;}dt.rule {	border-top: 1px dotted #222;	margin: 10px 0px;	line-height: 100%;	}.title {	font: 32px/42px "Helvetica Neue", Arial, Helvetica, sans-serif;	color:#999;	padding: 0 20px 20px 20px;	border-bottom: 1px solid #999;}.title strong {	color: #666;	font-weight:normal;}.title .special {	color:#C88989;}.description {	font: 14px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;	color:#999;	padding: 0 30px 10px 20px;	border-bottom: 1px solid #999;}.last {	border-bottom: 0px solid #999;}.description .artist {	font: 24px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;}.description .thumbnails {	float: right;	margin: 0px auto 20px 20px;}.description .thumbnails img {	border: 12px solid #FFFFCC;}.gallery a, .gallery a:visited {	color: #eee;	padding-bottom:1px;	padding-top:1px;	border-bottom:1px dotted #eee;	text-decoration: none;}.gallery a:hover {	color: #fff;	border-bottom:1px solid #fff;	background:#555;}