/* ***********************************************************************************	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: relative; display: block; width: 621px; height: 435px; background: url(../images/background_slideshow.jpg) no-repeat top left; }#CJ_SlideShow #CJ_SlideShow_Container { position: absolute; top: 25px; left: 19px; display: block; width: 588px; height: 388px; background: #eee; 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 }