/* ***********************************************************************************	CJ Slideshow CSS v1.0	Copyright (c) 2008, Doug Jones. All rights reserved.		CJ Slideshow is freely distributable under the terms of an MIT-style license.	For further information, visit the Creative Juices website: www.cjboco.com.		This file is used inconjunction with the CJ Slideshow v1.0 JavaScript framework.*********************************************************************************** */#CJ_SlideShow { position: absolute; top: 0; right: 0; display: block; width: 500px; height: 145px; }#CJ_SlideShow #CJ_SlideShow_Container { position: absolute; top: 0; left: 0; display: block; width: 500px; height: 145px; overflow: hidden; }#CJ_SlideShow #CJ_SlideShow_Container #CJ_SlideShow_Hider { display: none; }#CJ_SlideShow #CJ_SlideShow_Container img { display: none; position: absolute; top: 0px; left: 0px; z-index: 10; }#CJ_SlideShow #CJ_SlideShow_Container span { display: block; position: absolute; bottom: 8px; right: 14px; z-index: 15; }#CJ_SlideShow #CJ_SlideShow_Container span.caption { display: none; font-size: 12px; font-weight: bold; color: #eee; }#CJ_SlideShow #CJ_SlideShow_Container br { display: none }