/*  Copyright 2009  Esther S White  (email : esther@szabo-design.com)

This file is part of Cycle Slideshow Plugin for WordPress.

    Cycle Slideshow Plugin for WordPress is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    Cycle Slideshow Plugin for WordPress is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along with Cycle Slideshow Plugin for WordPress.  If not, see <http://www.gnu.org/licenses/>. 
    */

.wordcycle { margin:0 0 22px 0; }
.cycle-item { margin:0; }
.cycle-item img { border: none;}
.cycle-caption { 
	font-size:18px;
	font-family: Georgia, serif;
	font-style: italic; 
	font-weight: bold;
	color: #d45c4a;
	background:#EFEFEF;
	line-height: 24px;
	padding: 8px 16px;
	width: 640px;
	position: absolute;
	z-index: 10000;
	left: 112px;
	top: 64px;
	}
.cycle-title { 
	color: #ddddd5;
	background:#2e2d27;
	padding: 2px 4px;
	position: absolute;
	z-index: 10000;
	left: 112px;
	top: 43px;
	}
