﻿#box
{
    background: red;
    width: 300px;
    height: 300px;
}
.wrap
{
    width: 250px;
    height: 140px;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 0 1em;
}
.front
{
}
#container
{
    width: 850px;
    text-align: center;
    margin: auto;
}
#slider
{
    width: 535px; /* important to be same as image width */
    height: 401px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#sliderContent
{
    width: 535px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage
{
    float: left;
    position: relative;
    display: none;
}
.sliderImage span
{
    position: absolute;
    font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 535px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear
{
    clear: both;
}
.sliderImage span strong
{
    font-size: 14px;
}

.ontop
{
    top: 0;
    left: 0;
}
.onbottom
{
    bottom: 0;
    left: 0;
}
ul
{
    list-style-type: none;
}

.CycleSlideShow 
{ /* apparently this class is not used */  }

#MyCycleSlideShow
{
	margin-top: 2px;
	height: 200px;
	width: 100%;
	display: none;
}

#CycleShowHolder
{
    width: 747px;
   /* width was 817 with three pics, reduce to 537 for 2 pics*/
   padding: 0;
}

.MyCyclePics
{
	width: 241px;
	height: 200px;
	padding: 0;
	margin: 0;
}

.MyCyclePics img
{
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #222;
	/* background color was #000 - black */
	width: 224px;
	height: 168px;
	top: 0;
	left: 0;
}
