/*
    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/
*/

/* POV Slider */
#pov {height: 296px;  position: relative; width: 882px; margin:0 auto;}
#pov .anythingSlider { height: 296px;  width: 882px; margin:0 auto;}
#pov .POVwrapper {width: 838px;  overflow: auto; height: 272px; position: absolute; top: 0;  left:22px;}
#pov .rotatorImageSlide { width: 838px; height: 272px; margin:0 auto; }


/* Width below is max for Opera */
#pov .anythingSlider .POVwrapper ul { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
#pov .anythingSlider ul li { display: block; float: left; padding: 0; height: 272px; width: 838px; margin: 0 auto; }

/*#pov .anythingSlider .arrow { display: block; height: 72px; width: 48px; background: url(/Newsroom/images/povArrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 100px; cursor: pointer; }
#pov .anythingSlider .back { background-position: 0 0; left: 0px; }
#pov .anythingSlider .forward { background-position: -52px 0; right: 0px; }*/

#pov .anythingSlider .arrow { display: block; height: 84px; width: 51px; text-indent: -9999px; position: absolute; top: 100px; cursor: pointer;  z-index:5;}
#pov .anythingSlider .back {  left: 0px; background: url(/Newsroom/images/rotator/povArrowsPrev.png) no-repeat 0 0; }
#pov .anythingSlider .forward {  right: 0px; background: url(/Newsroom/images/rotator/povArrowsNext.png) no-repeat 0 0; }


#pov .anythingSlider .back:hover { background: url(/Newsroom/images/rotator/povArrowsPrevInactive.png) no-repeat 0 0; }
#pov .anythingSlider .forward:hover { background: url(/Newsroom/images/rotator/povArrowsNextInactive.png) no-repeat 0 0;  }

#pov #thumbNav { position: absolute;  text-align: right; padding:5px; top:0; right:55px; background:url(/Newsroom/images/rotator/rot_bg_pager.png) 0 0 repeat-x; }
#pov #thumbNav a { /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);*/ color: #fff; display: inline-block; font-size: 17px; padding: 2px; height: 18px; margin: 0 5px 0 0; }
#pov #thumbNav a:hover { background-image: none; }
#pov #thumbNav a.cur { color: #fff; font-weight:bold; }

#pov #start-stop { display:none; width: 18px; height: 20px;  text-indent: -9999px; position: relative; float: right; top: -19px; background-image: url(/Newsroom/images/btn_povPP.png); background-position: 0px -36px; }
#pov #start-stop.playing { background-position: 0px 0px; }
#pov #start-stop:hover { background-position: 0px -18px; }

.anythingSlider .POVwrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .POVwrapper ul ul li { float: none; height: auto; width: auto; background: none; }

#pov .rotFooter {height:17px; width:880px; background:url(/Newsroom/images/rotator/bg_rotfooter.png) 0 0 no-repeat; position:absolute; bottom:0; left:0;}
#pov .rotleft {height:279px; width:15px; background:url(/Newsroom/images/rotator/bg_rotleft.png) 0 0 no-repeat; position:absolute; bottom:17px; left:0;}
#pov .rotright {height:279px; width:15px; background:url(/Newsroom/images/rotator/bg_rotright.png) 0 0 no-repeat; position:absolute; bottom:17px; right:0;}

/* VIDEO Carousel */
.jcarousel-control { margin-bottom: 10px; text-align: center; }

.jcarousel-control a { font-size: 75%; text-decoration: none; padding: 0 5px; margin: 0 0 5px 0; border: 1px solid #fff; color: #eee; background-color: #4088b8; font-weight: bold; }

.jcarousel-control a:focus, .jcarousel-control a:active { outline: none; }

.jcarousel-scroll { margin-top: 10px; text-align: center; }

.jcarousel-scroll form { margin: 0; padding: 0; }

.jcarousel-scroll select { font-size: 75%; }

#mycarousel-next, #mycarousel-prev { cursor: pointer; margin-bottom: -10px; text-decoration: underline; font-size: 11px; }


