.anythingSlider { 
width: 950px; 
height: 700px; 
position: relative;
left:15px;
}

.anythingSlider .wrapper { 
width: 940px; 
overflow: auto; 
height: 625px; 
position: absolute; 
top: 0; 
left: 0; 
-moz-box-shadow:0 10px 50px #000000;
-webkit-box-shadow:0 10px 50px #000000;
}

.anythingSlider .wrapper ul { 
width: 32700px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0; 
margin: 0;
}

.anythingSlider .wrapper ul li {
display:block;
float:left;
margin:0;
padding:0;
position:relative;
width:940px;
}

.anythingSlider .arrow	{ 
cursor:pointer;
display:block;
float:right;
height:625px;
margin-right:39px;
opacity:0.70;
position:relative;
text-indent:-9999px;
top:-323px;
width:50px;
z-index:10;
}

.anythingSlider .arrow:hover { 
opacity:0.85;
}

.anythingSlider .forward { 
background-position: 0 0; 
right: -30px; 
background-image:url("http://www.penelopesloom.com/loom/wp-content/themes/2010/images/naright.png");
	background-repeat:no-repeat;
	background-position: center left;
}

.anythingSlider .back {
background-position: -67px 0; 
left: -25px; 
float:left; 
background-image:url("http://www.penelopesloom.com/loom/wp-content/themes/2010/images/naleft.png");
	background-repeat:no-repeat;
	background-position: center left;
}

.anythingSlider .forward:hover { 

}

.anythingSlider .back:hover { 
}

.thumbNav { 
position: relative; 
top: 323px; 
text-align: center; 
}

.thumbNav li { 
display: inline; 
}

.thumbNav a { 
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 {
background-image: none;
}

.thumbNav a.cur { 
background: #e0a213;
}

.start-stop                             { 
background-color:#333333;
color:white;
padding:5px;
position:absolute;
right:10px;
text-align:center;
top:650px;
width:40px;
z-index:10;
-moz-border-radius:4px;
}



.start-stop.playing                     { outline:none;}
.start-stop:hover                       { background-image: none; }


.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; }
