.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid #fff;
	overflow: scroll; /*leave this value alone*/
	width: 938px; /*Width of Carousel Viewer itself*/
	height: 260px; /*Height should enough to fit largest content's height*/
	}

	.stepcarousel .belt{
		position: absolute; /*leave this value alone*/
		left: 0;
		top: 0;
		z-index: 1;
		}

	.stepcarousel .panel {
		float: left; /*leave this value alone*/
		overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
		width: 938px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
		}
		
		.stepcarousel .panel a, .stepcarousel .panel img { border: 0; }
		
	.stepcarousel .nav {
		position: absolute;
		top: 209px;
		left: 0;
		z-index: 10;
		width: 938px; /*Width of Carousel Viewer itself*/
		height: 51px; /*Height should enough to fit largest content's height*/
		background: transparent url(../images/kezdolap/clientBottom.png) top left repeat-x;
		behavior: url(styles/iepngfix.htc);
		}
		
		.stepcarousel .nav .left {
			height: 51px;
			float: left;
			color: #fff;
			}
			
			.stepcarousel .nav .left div {
				height: 51px;
				font-size: 12px;
				line-height: 51px;
				padding: 0 0 0 10px;
				}
				
				.stepcarousel .nav .left div span {
					font-weight: bold;
					color: #ff9c00;
					}
			
		.stepcarousel .nav .right {
			height: 51px;
			float: right;
			color: #fff;
			overflow: hidden;
			}
			
			.stepcarousel .nav .right .button {
				width: 40px;
				height: 40px;
				margin: 6px 6px 0 0;
				float: left;
				background: transparent url(../images/kezdolap/pagerButton.png) top left;
				behavior: url(styles/iepngfix.htc);
				text-align: center;
				line-height: 40px;
				font-family: arial, verdana, sans-serif;
				font-size: 14px;
				font-weight: bold;
				}
				
				.stepcarousel .nav .right .button a {
					display: block;
					width: 100%;
					height: 100%;
					color: #ff9c00;
					text-decoration: none;
					}
					
				.stepcarousel .nav .right .button a:hover { color: #fff; text-decoration: none; }