﻿.stepcarousel{
position: relative; /*leave*/
overflow: scroll; /*Leave*/
width: 565px; /*Width*/
height: 165px; /*Height*/
z-index: 5;
}
.stepcarousel .belt{
position: absolute; /*leave*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave*/
overflow: hidden; /*clip content*/
margin: 10px; /*panel margin*/
width: 128px; /*panel width*/
text-align: center;
}

a.button {
	float: left;
	font-size: 13px;
	text-decoration: none;
	display: inline;
	height: 16px;
	width: 80px;
	color: #333;
	background-color: #CACACA;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 50px;
}
.description {
	float: left;
	height: 80px;
	width: 205px;
	padding-left: 5px;
	padding-top:20px;
	overflow: hidden;
}
.tabs {
	height: 600px;
	width: 250px;
}
/*#navigation  {
	margin-right: 0px;
	margin-left: 0px;
	height: 15px;
	width: 350px;
	z-index: 9999;
	margin-bottom: 0px;
	top: 190px;
	position: absolute;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}*/

#gallery{
	height: 236px;
	width: 595px;
	overflow:hidden;
	border:0px #FFF solid;
	margin:0px auto;
}
#navigation {
	height: 30px;
	float: right;
	display: inline;
	z-index: 99999;
	bottom: 44px;
	position: relative;
	right:10px;
}
#navigation a  {
	background-color: #006699;
	height: 30px;
	width: 30px;
	display: block;
	cursor: pointer;
	font-size: 4px;
	margin-left: 8px;
	float: left;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	padding-top:7px;
	background:url(pointer2.gif) no-repeat bottom;
}

#navigation a.selected,
#navigation a:hover {
background:url(pointer.gif) no-repeat top center;

		}
.activeSlide   {
	background:url(pointer.gif) no-repeat top center!Important;
}
.images{
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 236px;
	width: 595px;
	background-position: left top;
	margin: 0px;
	overflow:hidden;
}
#content {
	height: 250px;
	width: 500px;
	overflow: hidden;
	position: relative;
}
a.button:hover {
	color: #333;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
}