/**
* "Tabs & Slides In Content Items" (v2.1) Plugin for Joomla 1.0.x (plugin_jw_tabs_slides/slides.css)
* License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html
* Authors: George Chouliaras - Fotis Evangelou
* Date Created: October 31st, 2006
* Copyright (c) 2006 JoomlaWorks.gr - http://www.joomlaworks.gr
* Project page at http://www.joomlaworks.gr - Demos at http://demo.joomlaworks.gr
*/

/* Slide title */
.jw_slidetitle {cursor:pointer;margin:0px;overflow:hidden;background:url(slide_bg_r.png) no-repeat right top;}
.jw_st_left {background:url(slide_bg_l.png) no-repeat left top;margin-right:10px;}
.jw_st_cont {background:url(star.png) no-repeat;background-position:0px 3px;padding:5px 2px 5px 20px !important;padding:4px 2px 6px 20px;margin-left:8px;font-size:12px;font-weight:bold;color:#C64934;}

/* Parent box of slide down content */
.jw_slide {border:none;background-color:#fff;width:100%;visibility:hidden;height:0px;overflow:hidden;position:relative;}

/* Content that slides down */
.jw_slidecontent {padding:2px;margin:0px;position:relative;}