/*
    anythingSlider v1.3
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 395px; height: 265px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 395px; overflow: hidden; height: 265px; margin: 0 0px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; margin-left: -40px; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 265px; width: 405px; margin: 0; padding-right: 200px;}
.anythingSlider .arrow                  { display: none; height: 0px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { display: none; background-position: 0 0; right: -20px; }
.anythingSlider .back                   { display: none; background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { display: none; background-position: 0 -200px; }
.anythingSlider .back:hover             { display: none; background-position: -67px -200px; }

.thumbNav                               { display: none; position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: none;  }
.thumbNav a                             { display: none; color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.thumbNav a:hover                       { display: none; background-image: none; }
.thumbNav a.cur                         { display: none; background: #e0a213; }

.start-stop                             {  display: none; z-index: 10; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.start-stop.playing                     { display: none; background-color: red; }
.start-stop:hover                       { display: none; background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { display: none; position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { display: none; float: none; height: auto; width: auto; background: none; }


<!-- LISTING DETAILS-->
#slideshow { 
	margin:0 auto;
	width:405px;
	height:75px;
	position:relative;
	border: 1px solid red;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:405px;
  height:75px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  padding-top: 3px;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:405px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:75px;
}
 
/*
 
 
 Slideshow controls style rules.
 */
.control {
  display:block;
  width:21px;
  height:63px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  margin-top: 644px;
  margin-left: 0px;
  background:transparent url(../images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  margin-top: 644px;
  margin-left: 449px;
  background:transparent url(../images/control_right.jpg) no-repeat 0 0;
}

<!-- ALL IMAGES-->
#slideshow2 { 
	margin:0 auto;
	width:690px;
	height:263px;
	position:relative;
	
}
#slideshow2 #slidesContainer {
  margin:0 auto;
  width:690px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  padding-top: 3px;
  border: 0px solid red;
  margin-left: 25px;
}
#slideshow2 #slidesContainer .slide {
  margin:0 auto;
  width:685px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
  border: 0px solid blue;
}
 
/*
 
 
 Slideshow controls style rules.
 */
.control2 {
  display:block;
  width:21px;
  height:63px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl2 {
  top:0;
  margin-top: 244px;
  margin-left: 0px;
  background:transparent url(../images/control_left.jpg) no-repeat 0 0;
}
#rightControl2 {
  top:0;
  margin-top: 244px;
  margin-left: 719px;
  background:transparent url(../images/control_right.jpg) no-repeat 0 0;
}


