/*
    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/
*/

.portfolio_slider_control{font-size: 16px; cursor: pointer; position: absolute; bottom: 0px; color: #000000;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.portfolio_slider_control:hover			{color: #FF6600}

#anything_slider_wrap {position: absolute; top: 10px; right: 33px;}

.anythingSlider                         {float:left; margin: 0; width: 260px; min-height: 205px;}
.anythingSlider .wrapper                {margin: 0px 0px 0px 0px; width: 260px; overflow: hidden; height: 195px; position: absolute; top: 0; left: 0; }

.anythingControls						{display: none !important;}

                                        /* Width below is max for Opera */
#about_right .anythingSlider .wrapper ul             {padding:0; margin:0; width: 32700px; list-style: none; position: absolute; top: 0;

left: 0px;
*left: 0px;
_left: 0px;

background: #fff;  margin: 0; }
#about_right .anythingSlider .wrapper ul li          {padding:0; display: block; float: left; padding: 0; height: auto; width: 350px; margin: 10px 0px 0px 0px;
										background-image:none;}
.anythingSlider .wrapper img {}
.anythingSlider .arrow                  { display: block; height: 200px; width: 62px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 58px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -72px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -72px -200px; }

.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                             { 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: 512px; -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; }

#slider{list-style: none; padding: 0; position:absolute;}
#slider li {float: left;}
