.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #d6d1d1;
overflow: scroll; /*leave this value alone*/
width: 319px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: auto; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

.stepcarousel2{
position: relative; /*leave this value alone*/
border: 1px solid #d6d1d1;
overflow: scroll; /*leave this value alone*/
width: 520px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
}

.stepcarousel2 .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel2 .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: auto; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;	
}

#tnt_pagination {

	display:block;
	text-align:left;
	height:12px;
	line-height:12px;
	clear:both;
	padding-top:3px;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
		
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	
padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:0px solid #000000;
	margin-left:0px;
	text-decoration:none;
	background-color:#ffffff;
	color:#666666;
	
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#ca005d;
	border:1px solid #000000;
	color:#ffffff;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}

