@charset "utf-8";
/* CSS Document */
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 621px; /*Width of Carousel Viewer itself*/
	height: 272px;
	border: 1px solid #CCC;
}

.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: 0px; /*margin around each panel*/
	width: 621px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	padding: 0px;
}

#BanerContainer {
	height: 480px;
	width: 648px;
	padding-right: 0px;
	padding-left: 16px;
}
#Baner {
	width: 625px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mygallery-paginate {
	height: 24px;
	float: right;
}
#Hints {
	height: 30px;
	background-image: url(../designs/Hint_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ThumbContainer {
	height: 104px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ThumbContainer a img {
	padding: 6px;
	border: 1px solid #CBCBCB;
	width: 137px;
	margin-right: 4px;
	margin-left: 4px;
}
.thumbTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 161px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
