.nextGallery { height: auto; margin: 0; padding: 0; overflow: hidden; position: relative; }
.nextGallery img { border: 0; }
.nextGallery .play { display: none; border:medium none; opacity:0.6; -moz-opacity:0.6; filter:alpha(opacity=60); position:absolute; right:3px; top:3px; width: 16px; height: 16px; cursor: pointer; z-index: 100; }
.nextGallery .play:hover { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
.nextGallery .pause { display: block; border:medium none; opacity:0.6; -moz-opacity:0.6; filter:alpha(opacity=60); position:absolute; right:3px; top:3px; width: 16px; height: 16px; cursor: pointer; z-index: 100; }
.nextGallery .pause:hover { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
.nextGallery .back { display:block; left:0; opacity:0.75; -moz-opacity:0.75; filter:alpha(opacity=75); position:absolute; top:150px; cursor: pointer; z-index: 100; }
.nextGallery .next { display:block; right:0; opacity:0.75; -moz-opacity:0.75; filter:alpha(opacity=75); position:absolute; top:150px; cursor: pointer; z-index: 100; }
.nextGallery .textholder { display: none; background-color:#555; height:28px; width: 620px; padding: 5px; margin: 0; left: 0; bottom:46px; position: absolute; opacity:0.9; -moz-opacity:0.9; filter:alpha(opacity=90); z-index: 10; }
.nextGallery .items { }
.nextGallery .item { display: none; border:1px solid #888686 !important; height:280px; width:608px; }
.nextGallery .thumbs { /*height: 40px; margin-top: 4px; width: 100%;*/}
.nextGallery .thumb { display: none; height: 40px; float: left; margin: 0 5px 3px 0; cursor: pointer; }
.nextGallery .thumb img { width: 40px; height: 40px; border: 2px solid #CCCCCC; opacity: 0.45; -moz-opacity:0.45; filter:alpha(opacity=45); }
.nextGallery .thumb img.selected { border: 2px solid #0189AA; opacity: 0.8; -moz-opacity:0.8; filter:alpha(opacity=80); }
.nextGallery .thumb img:hover { opacity: 0.8; -moz-opacity:0.4; filter:alpha(opacity=80); }
.nextGallery .thumb .number { font-size: 8px; }
.nextGallery .thumbs-inner { height: 29px; float: left; background:none repeat scroll 0 0 #121212; padding:5px; width:410px; }
.nextGallery .navigation { height: 40px; padding:12px 5px 0 10px; width:20px; margin: 0; cursor: pointer; }
.nextGallery .navigation.left { float: left; }
.nextGallery .navigation.right { float: right; }
.nextGallery .navigation.inactive { opacity: 0.3; -moz-opacity:0.3; filter:alpha(opacity=30); }
