#gallery-bg	{
background: white;
width: 450px;
margin: 0 0 20px 40px;
padding: 0;
background-image: url('../sliderImages/gallerySlider-bg.jpg');
}

#gallerySlider	{
height: 288px;
overflow: hidden;
position: relative;
margin: 0;
}

/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */
#galleryMover	{
width: 3150px;
position: relative;
}

.gallerySlide	{
padding: 40px 30px;
width: 450px;
float: left;
position: relative;
}

.gallerySlide img	{
position: absolute;
top: 0px;
left: 0px;
}

#gallerySlider-stopper	{
position: absolute;
top: 1px;
right: 20px; 
background: #ac0000;
color: white;
padding: 3px 8px;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
z-index: 1000;
}
