
.stepcarousel
{
    position: relative; /*leave this value alone*/
    overflow: hidden; /*leave this value alone*/
    width: 594px;
    height: 327px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel_gallery
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    width: 610px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel_gallery .content
{
	float: left;
	color: #000;
}

.stepcarousel .panel_gallery img
{
	width: 594px;
    height: 327px;

    display: block;
    overflow: hidden;
}

.photogallery_links
{
    position:absolute;
    margin-left: 0px;
    margin-top: -50px;
    z-index:5;
    color: #fff;

    width: 594px;
    height: 50px;
}

.photogallery_links .links
{
    float: left;
    
    margin-left: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.photogallery_buttons
{
    background: url(../images/slideshow_bg.png);
    position:absolute;
    margin-left: 0px;
    margin-top: -50px;
    z-index:5;
    color: #fff;

    width: 594px;
    height: 50px;
}

.photogallery_buttons .links
{
    float: left;
    
    margin-left: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.photogallery_buttons .description
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;

    font-size: 24px;
    font-family: Arial;

    z-index: 15;

    float: right;
    color: #fff;

    line-height: 0.8em;
}

.photogallery_buttons .description .banner_heading
{
    float: right;
}

.photogallery_buttons .description .banner_description
{
    color: #FC9D2B;
    font-size: 12px;
    float: right;
    font-weight: normal;
}

.photogallery_buttons a, .photogallery_buttons a:visited, .photogallery_buttons a:hover, .photogallery_buttons a:active,
.photogallery_links a, .photogallery_links a:visited, .photogallery_links a:hover, .photogallery_links a:active
{
    border: 1px solid #fff;
    padding: 3px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.photogallery_status
{
	float: left;
	margin-top: 5px;
}
