.viewport
{
    width: 340px;
    height: 244px;
    position: relative;
    overflow: hidden;
}
.slide
{
	width: 340px;
	height: 175px;
	position: absolute;
	left: 0px;
	overflow: hidden;
	background-image: url(../images/home-tab-back.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C2113;
	font-size: 12px;
	font-weight: bold;
}
.slide a {
	text-decoration: none;
	color: #5F341E;
	font-weight: bold;
}
.slide a:hover {
	text-decoration: underline;
	color: #C30;
	font-weight: bold;
}
.slideContainer {
position: relative;
}
div.slidetitle a {
	color: #3C3A11;
	font-weight: bold;
}
div.slidetitleselected a {
	color: #C30;
	font-weight: bold;
}
div.slidetitleselected a:hover {
	color: #C30;
	font-weight: bold;
}
div.slidetop {
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	height: 120px;
	color: #5F341E;
	font-size: 12px;
	overflow: hidden;
	line-height: 20px;
}
div.slidetop img {
	border: none;
}
div.slidetitle {
	padding-left: 15px;
	color: #5F341E;
	line-height: 48px;
	float: left;
	font-weight: bold;
}
div.slidetitleselected {
	padding-left: 15px;
	color: #3C3A11;
	line-height: 48px;
	float: left;
	font-weight: bold;
}
