/* CSS Document */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #595959;
overflow: scroll; /*leave this value alone*/
width: 534px; /*Width of Carousel Viewer itself*/
height: 434px; /*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; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px; /*margin around each panel*/
width: 530px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.galleryLinks {
	padding-top: 3px;
	padding-left: 3px;
	word-spacing: 3px;
}









.slideshow{
position: relative; /*leave this value alone*/
border: 1px solid #595959;
width: 534px; /*Width of Carousel Viewer itself*/
height: 434px; /*Height should enough to fit largest content's height*/
}

.slide {
	padding: 2px;
	width: 532px;
}
.slideshow-next, .slideshow-prev {
	display: inline;
	padding: 0;
	margin: 0;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B4B4;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #595959;
	text-decoration: none;
}
a:visited {
	color: #595959;
	text-decoration: none;
}
a:hover {
	color: #FF5DAE;
	text-decoration: underline;
}
a:active {
	color: #FF5DAE;
	text-decoration: none;
}

#nav {
	padding-top: 3px;
	padding-left: 3px;
	word-spacing: 3px;
}
#nav a {
	margin-top: 2px;
	margin-right: 6px;
}
#nav a.activeSlide {
	color: #FF5DAE;
}

.title {
	font-size: 32px;
	color: #595959;
	letter-spacing: -1px;
	font-weight: bold;
}
.menuLeft {
	font-size: 12px;
	color: #FF4EA7;
	line-height: 18px;
}

.goneWithTheWind {
	display:none;
	}
a
{
  outline: none;
}

.about {
	font-size:14px;
	color:#474747;
	width: 520px;
	line-height: 20px;
	}
	
.credits {
	padding-left: 253px;
	}

.credits a {
	color: #B4B4B4;
	}

.contact {
	font-size:14px;
	color:#474747;
	}

.rita {
	margin:0;
	padding:0;
	font-size:18px;
	}
	
.box {
	border: 1px solid #BEBEBE;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 2px;
}
.bigbox {
	border: 1px solid #BEBEBE;
	width: 100%;
	height: 136px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 2px;
}
