#carousel-wrapper {
    width: 120px;
    height: 500px;
    overflow: hidden;
}
#carousel-content {
    width: 120px;
}
#carousel-content .slide {
    float: left;
    width: 120px;
    height: 500px;

	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
}

#carousel-content .slide img {
	padding-bottom: 0;
	margin-bottom: 0;
}


#horizontal-carousel-wrapper {
    width: 500px;
    height: 120px;
    overflow: hidden;
}
#horizontal-carousel-content {
    width: 500px;
}
#horizontal-carousel-content .horizontal-slide {
    float: left;
    width: 500px;
    height: 120px;

	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
}

#horizontal-carousel-content .horizontal-slide img {
	padding-bottom: 0;
	margin-bottom: 0;
}


.boldy {
	color: red;
}

#xxx {
	border-bottom: silver 1px dotted;
}

#xxx .controls a {
	font-size: x-large;
}

.sb_onright .left .down {
	padding-top: 60;
}

.onesmall {
	width: 110px;
	height: 110px;
	text-align: left;
	vertical-align: middle;
	background-color: whiteSmoke;
	margin: 0;
	border: 1px solid silver;
	margin-bottom: 4px;
}

.onesmall img {
	padding: 5px 5px 0 5px;
}

.inline {
	float: left;
	margin-right: 4px;
	margin-bottom: 0px;
}
