#mainpr{
	position:relative;
	float:left;	
	height:210px;
	width:740px;
}
#mainpr h2 {
	clear: none;
	padding:10px 5px 5px;
	border-bottom: none;
}
#mainpr img {
	display: inline;
}

.stagewrapper {
	background: #fff;
	position:absolute;
	top:0;
	left:0;
	height:210px;
	width:740px;
}
/* single slide */
.stage {
	display:none;
	background: #fff;
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	height:200px;
	width:710px;
	padding:5px 15px;
	font-size:12px;
}

.stage h2 {
	color:#456;
	float: left;
	line-height: 1.3;
	width: 290px;
}
.stage img {
	clear: left;
	float: left;
}
.stage.first img {
	clear: none;
	float:none;
	width: auto;
}
.stage ul ,
.stage p {
	clear: right;
	float: right;
	margin-top: 14px !important;
	margin-right: 14px !important;
	font-size: 1.2em;
}
.stage.second p ,
.stage.second ul {
	width: 320px;
}
.stage.last p ,
.stage.last ul {
	width: 370px;
}

/* tabs (those little circles below slides) */
.tabs {
	position:absolute;
	top: 0;
	right: 5px;
	height: 10px;
	text-align:center;
	background: #fff;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(/common/img/jquery/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}

ul#flowtabs li ,
ul#flowtabs {
	padding: 0;
	margin: 10px 0 0;
}
ul#flowtabs li {
	float: left;
}
ul#flowtabs li.current h3 a {
	background: #4d4dff url(/product/img/cr_01.gif) right top no-repeat;
	color: #fff;
	font-weight: bold;
}
ul#flowtabs li h3 a {
	padding:5px 10px 3px;
	height: 20px;
	display: block;
}
/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	width:684px;
	height:380px;
	border:3px solid #4d4dff;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:674px;
	padding: 8px;
	cursor:pointer;
	text-align: center;
}
#flowpanes div p {
	padding: 8px 16px;
	text-align: left;
	text-indent: 1em;
}
#flowpanes div img {
	margin: 8px auto;
}


/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#4d4dff !important;
	font-size:11px;
}

