div#slideshow {
width: 710px;
margin: 0;
padding: 0;
}

div.box {
float: left;
width: 320px;
overflow: hidden;
}

div#boxes h3 {
background-image: url('../images/boxtop.gif');
background-repeat: no-repeat;
background-position: 50% 0;
font-size: 12px;
padding: 10px 0px 10px 25px;
color: white;
font-weight: normal;
text-align: left;
text-transform: uppercase;
margin: 0;
font-family: Verdana, Arial, sans-serif;
}

div.boxcontent {
font-size: 12px;
padding: 10px 15px 10px 15px;
margin: 0px 11.5px 10px 11.5px;
text-align: left;
background-image: url('../images/box.gif');
background-repeat: no-repeat;
background-position: bottom;
overflow: auto;
}

div.christmas {
	background-image: url('../images/box-christmas.gif');
	padding-bottom: 90px;
}

div.boxcontent p {
margin: 0;
padding: 0;
color: #646464;
}

div.boxcontent p.details {
font-weight: bold;
color: #1E5078;
margin-top: 20px;
float: left;
}

div.boxcontent p.details a {
font-weight: bold;
color: #1E5078;
}

p.title a {
color: #1E5078;
text-decoration: none;
}

p.title a:hover {
text-decoration: underline;
}

p.title {
font-weight: bold;
color: #1E5078;
font-size: 120%;
}

div#boxes {
width: 960px;
text-align: center;
}

a.details img {
display: inline;
float: right;
margin-top: 20px;
}
