/* CSS for the NC-slideshow */

.nc-slideshow { height: 250px; position: relative; padding: 25px; width: 910px; overflow: visible; -moz-border-radius: 10px; -webkit-border-radius: 10px; background: #d0d0d0; margin-bottom: 15px; }
#nc-ss-slideshow { height: 250px; position: absolute; width: 920px; }
.nc-ss-entry-title{ position: absolute; bottom: 0px; left: 0px; width: 640px; font-size: 22px; font-weight: bold; background: #000; color: #fff; text-align: center; opacity: 0.7; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; filter:alpha(opacity=70); }
.nc-ss-entry-summary { position: absolute; left: 650px; width: 246px; top: 5px; font-size: 16px; float: left; }
#nc-ss-controls				{ float: left; z-index: 100; }
#nc-ss-controls .next, #nc-ss-controls .prev	{ text-indent: -9000px; width: 19px; height: 28px; display: block; z-index: 1000; }
#nc-ss-controls .prev			{ background: url('images/prev.png') no-repeat; float: left; position: absolute; left: 2px; top: 130px; }
#nc-ss-controls .next			{ background: url('images/next.png') no-repeat; float: right; position: absolute; left: 938px; top: 130px; }
#nc-ss-controls .prev:hover { background: url('images/prevhoover.png') no-repeat; }
#nc-ss-controls .next:hover { background: url('images/nexthoover.png') no-repeat; }
#nc-ss-controls a { outline: none; }
.nc-ss-readmore { position: absolute; right: -193px; bottom: 0px; font-size: 14px; border: 1px solid #800517; text-align: center; padding: 10px; width: 100px; -moz-border-radius: 10px; -webkit-border-radius: 10px;  }
.nc-ss-readmore:hover { background: #800517; color: #fff; }



