@import url(undohtml.css);
@import url(layout.css);
@import url(colour.css);
@import url(typography.css);
   
div#content p:first-child {
font-size: 110%;
font-weight: bold;
color: #922;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* slides styling */
 
.photo {width:635px; height:auto; text-align:left; position:relative; margin:0 auto;}
 
.photo ul.topic {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}
 
.photo ul.topic li {display:inline; width:130px; height:130px; float:left; margin:5px;}
.photo ul.topic li a.set {display:inline; font-size:11px; width:130px; height:auto; text-align:center;  color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; font-family:verdana, arial, sans-serif;}
  
.photo ul.topic li:hover
{color:#f00; background:#ccc;}
 
.photo img {
	width: 130px;
	height: 90px;
	overflow: hidden;
}