#containerslide
{
	clear: both;
	position:relative;
	top: 5px;
	height:400px;
	margin-left:50px;
	margin-right:50px;
}
/* -------------------------------------*/
/* -------------------------------------*/

/* scrollable div area */
#scrollable2 {
	position: absolute;
	float: left;
	width: 100%;
	height: 360px;
	overflow: hidden;
	white-space: nowrap;
}

#scrollable2 img {
	text-align: left;
	vertical-align: top;
	margin-right:35px;
}

#scrollableWin {
	position: absolute;
	float: left;
	width: 100%;
	height: 390px;
	overflow: auto;
	white-space: nowrap;
}
#scrollableWin img {
	text-align: left;
	vertical-align: top;
	margin-right:35px;
}

/* wrap to make sure that image area is clickable */
#wrap4 {
	position: absolute;
	top: 370px;
	float: left;
	clear: both;
	width: 100%;
	height: 15px;
}

/* horizontal track */
#track4 {
	position: absolute;
	width: 100%;
	height: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;

}

/* horizontal track handle */
#handle4 {
	width: 43px;
	height: 16px;
}
/* -------------------------------------*/
/* -------------------------------------*/
