@charset "utf-8";
/* CSS Document */

/* Stylesheet for jScrollPane ---------------------------------------------------------------------- */

.scrollpane {
	clear:both;
	width: 193px;
	height:136px;
	overflow:auto;
	background:transparent;
	margin:0px;
	padding:0px;
	margin-top:1px;
	
}
/* Carousel -----------------------------------------------------------------------------------------*/


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 335px; /*Width of Carousel Viewer itself*/
height: 90px; /*Height should enough to fit largest content's height*/
float: left;
margin:0px;
margin-left:4px;
margin-top:1px;
padding:0px;
padding-left:4px;
padding-top:7px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 4px; /*margin around each panel*/
width: 333px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:88px;
}

#mybanner .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 4px; /*margin around each panel*/
width: 333px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:110px;
}