.slideshow {
	float: right;
	width: 180px;
	padding: 0px;
	border: 1px solid #B0D8FC;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #DBEFF0;
	text-align: center;
}

.box {
	float: right;
	width: 180px;
	padding: 0px;
	border: 1px solid #B0D8FC;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #DBEFF0;
}

.boxHeader {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #008DD4;
	margin: 0px;
	padding: 0px 0px 4px;
}

.boxContent {
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 6px;
	line-height: 130%;
	text-align: center;
}

.scroller-vertical {
	position:relative;
	overflow:hidden;
	width:190px;
	height:5000px;
     }
	 
.scroller-vertical-short {
position:relative;
overflow:hidden;
width:190px;
height:1300px;
}

.scroller-vertical-medium {
position:relative;
overflow:hidden;
width:190px;
height:2800px;
}
	 
.scroller-vertical img {
	border-top: thin solid #FFF;
	border-right: thin #FFF;
	border-bottom: thin solid #FFF;
	border-left: thin #FFF;
}

