/*
    anythingSlider v1.2

    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/
*/
#wrap{
                margin:0 auto;
                margin-top:50px;
                width:507px;
                border:#fff 0px solid;
                height:100%;
                vertical-align:bottom;
                }

#nav_gal{
               	float:right;
                width:106px;
                height:50px;
				margin-top:-13px;
				margin-right:-30px;
                border: 0px solid #fff;
			
                }
		

.anythingSlider                         { width: 507px; height: 380px; position: relative; margin: 0 auto;  }
.anythingSlider .wrapper                { width: 460px; overflow: hidden; height: 395px; border:0px solid #fff;}
                                      /* Width below is max for Opera */
.anythingSlider .wrapper ul             {width: 32700px; list-style: none; margin:0; padding:0; }
.anythingSlider ul li                   { display: block; float: left; bottom:0px; height:365px;  width:460px; margin:0 auto;}
.anythingSlider .arrow                  { display: block; height: 18px; width: 28px; text-indent: -9999px; position: absolute; top:325px; cursor: pointer; border:#fff 0px solid; }
.anythingSlider .forward                { background: url(controller-next_grey.gif) no-repeat 0 0; left: 270px; }
.anythingSlider .back                   { background: url(controller-prev_grey.gif) no-repeat 0 0; left: 180px; }
.anythingSlider .forward:hover          { background-position: 0 -18px; }
.anythingSlider .back:hover             { background-position: 0 -18px; }
 .top365{ margin-top:100px;}	
    
#start-stop                             { background-image: url(controller-pause_grey.gif); background-position: 0px 0;  background-repeat: no-repeat;  width: 20px; height:18px; text-align: center; position: absolute; left: 230px; top: 325px; -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                     {background-image: url(controller-pause_grey.gif); background-repeat: no-repeat; background-position: -20px 0; z-index:24;}
#start-stop.playing:hover                       {  background-position: -20px -18px; }
#start-stop:hover                       {  background-position: 0px -18px; }   
/*
  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; }

