
div#mygallery {position: absolute; left: 367px; top: 220px;}


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 305px; /*Width of Carousel Viewer itself*/
height: 460px; /*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: 3px 0 3px 0; /*margin around each panel*/
}

div#paneltext {width: 275px;}

h2
{
    font-size: 16px;
    font-weight: normal;
	color: #23475D;
	line-height:100%;
	border-bottom:3px dashed #ccc;
		margin-bottom:5px;
}

a
{text-decoration: none;
    color: red;
}

a:visited
{color: #2B5873;
}

a:hover
{text-decoration: underline;
}
