.anythingSlider                                 {
								width: 930px;
								height: 340px;
								position: relative;
								margin: 0 auto 0px;
								border:0px solid #000
								}
								
.anythingSlider .wrapper                { 
								width: 920px;
								overflow: auto;
								height: 300px;
								margin: 0 0px;
								position: absolute; 
								top: 0;
								left: 0;
								border: 5px solid #000;
								}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { 
									width: 32700px;
									list-style: none;
									position: absolute;
									top: 0;
									left: 0;
									background: #eee;
									margin: 0;
								}
									
.anythingSlider ul li                            { 	display: block;
									float: left;
									padding: 0;
									height: 300px;
									width: 920px;
									margin: 0;
								}
									
.anythingSlider .arrow                     { 
									display: block; 
									height: 48px;
									width: 33px;
									background: url(../images/arrows.png) no-repeat 0 0;
									text-indent: -9999px;
									position: absolute;
									top: 135px;
									cursor: pointer;
								}
							
.anythingSlider .forward                      { background-position: -33px 0px; right: 15px; }
.anythingSlider .back                            { background-position: 0 0; left: 15px; }
.anythingSlider .forward:hover          { background-position: -33px -48px; }
.anythingSlider .back:hover                { background-position: 0px -48px; }

/*

#thumbNav                               { 
							position: relative;
							top: 370px;
							right:30px;
							text-align: right; 
						}
							
#thumbNav a                            {	display: inline-block;
							padding: 2px 8px;
							height: 18px;
							margin: 0 5px 0 0;
							background: url(../images/nav_off.png) no-repeat 0 0;
							text-align: center;
						}


							
#thumbNav a:hover                {  background: url(../images/nav_on.png) no-repeat 0 0;}
#thumbNav a.cur                    {  background: url(../images/nav_on.png) no-repeat 0 0; }
*/
.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; 
								}

.shadow{  
width: 936px;
height: 138px;
margin-left:-472px;
position: absolute;
top: 192px;
left: 50%;
}

