/*
    anythingSlider v1.0
    
    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: 1000px;
	height: 220px;
	position: relative;
	background-color: transparent;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.anythingSlider .wrapper                {
	width: 1000px;
	overflow: auto;
	height: 220px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF url(images/slider-tile.jpg) left top repeat-x;
	border: 1px solid #CCCCCC;
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-color: transparent;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0px;
	height: 220px;
	width: 1000px;
	margin: 0;
	background-color: transparent;
}
.anythingSlider ul li img                  {
	float: left;
	margin-top: 55px;
	padding-bottom: 30px;
	margin-right: 25px;
	margin-left: 0px;
	background: url(images/slider-img-shadow.png) left bottom repeat-x;
}
.anythingSlider .engagement-display img                  {
	float: left;
	margin-top: 55px;
	padding-bottom: 30px;
	margin-right: 25px;
	margin-left: 0px;
	background: url(images/slider-img-shadow.png) left bottom repeat-x;
}
.anythingSlider .jewelry-display img                  {
	float: left;
	margin-top: 40px;
	padding-bottom: 30px;
	margin-right: 25px;
	margin-left: 0px;
	background: url(images/slider-img-shadow.png) left bottom repeat-x;
}
.anythingSlider .wrapper .jewelry-display ul li {
	margin-left: -30px;
}
.anythingSlider .wrapper .special-display ul li {
	margin-left: -40px;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 12px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -45px; }
.anythingSlider .back                   { background-position: -67px 0; left: -45px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               {
	position: relative;
	top: 180px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#thumbNav a                             {
	color: transparent;
	display: inline-block;
	height: 18px;
	text-align: center;
	background-image: url(images/marker-50.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 2;
	margin-bottom: 0;
	margin-left: 2;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#thumbNav a:hover                       { 	background-image: url(images/marker-50.png);
	background-repeat: no-repeat; }
#thumbNav a.cur                         { 	background-image: url(images/marker.png);
	background-repeat: no-repeat;}

#start-stop                             {
	background: green;
	background-image: url(images/cellshade.html);
	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;
	display: none;
}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

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