@charset "utf-8";
/*

    Theme Name: Black & White Poetry--Black Volume
	
    Author: Cranely--http://www.wordpress.la/

*/

.poetry-thumbs li {
	width:90px;
	height:60px;
	border:1px solid #666;
}

.poetry-stage {
	width:100%;
	margin:0;
	padding:0;
	position: relative;
	padding:0px 0px 65px 0px;
	text-align:center;
	height:300px;
	overflow:hidden;
}
a {
	color:white;
}
.poetry {
	width: 960px;
	margin: 0 auto;
	clear:both;
}
/*if you change the padding on poetry-stage you must adjust the top left of this to match! */
	.poetry-stage .main-image {
	position: absolute;
	top:0;
	left:0;
}
.poetry-stage .poetry-aniwrap {
	position: absolute;
	top:0;
	left: 0px;
}
.poetry-stage .poetry-aniwrap {
	width:100%;
}
.poetry-stage .poetry-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0 auto;
}
.poetry-stage img {
	border:0;
	width:100%;

}

.poetry-stage .caption {
	position: absolute;
	background:url(images/75-black.png);
	border: 1px solid #141414;
	font-size: 11px;
	color: #fafafa;
	padding: 10px;
	text-align: right;
	bottom:20px;
	right:0px;
}
.poetry-stage .caption p {
	padding: 0;
	margin: 0;
	line-height: 14px;
}
.poetry-imgnav a {
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index:3;
}
.poetry-imgnav a.previous {
	background: url(images/prev.png) no-repeat left 45%;
	height:44px;
	width: 50px;
	top:160px;
	left:0px;
	cursor:pointer;
}
.poetry-imgnav a.next {
	background:url(images/next.png) no-repeat right 45%;
	height:44px;
	width: 50px;
	top:160px;
	right:0px;
	cursor:pointer;
}
.poetry-imgnav a.play {
	background:url(images/play.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top:0;
	left:50%;
	display: none;
	cursor:pointer;
}
.poetry-imgnav a.pause {
	background:url(images/pause.png) no-repeat 0% 50%;
	height:100px;
	width: 44px;
	top:0;
	left:50%;
	display:none;
	cursor:pointer;
}
.poetry-textnav {
	overflow: hidden;
	margin:0;
}
.poetry-textnav a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding: 4px;
}
.poetry-textnav a.previous {
	float: left;
	width: auto;
	display: block;
}
.poetry-textnav a.next {
	float: right;
	width: auto;
	display: block;
}
.poetry-thumbs {
	margin: 20px 0 0 17px;
	padding-top:0px;
	overflow: hidden;
	width:960px;
}
.poetry-thumbs li {
	float:left;
	list-style: none;
	padding:2px;
	cursor: pointer;
}
.poetry-thumbs li .clip {
	position: relative;
	width:90px;
	height:60px;
	overflow: hidden;
}

/*for the tool tips*/
.poetry-tooltip {
	font-size:12px;
	position:absolute;
	color:white;
	padding:3px;
}
.poetry-counter {
	position: absolute;
	bottom:75px;
	left:15px;
	color:white;
	font-size:11px;
	padding:3px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-poetry .jcarousel-container-horizontal {
	padding:10px 0;
	height:80px;
	width:960px;
	margin-top:30px;
}
.jcarousel-skin-poetry .jcarousel-clip-horizontal {
	width:960px;
	padding:0px;
}
.jcarousel-skin-poetry .jcarousel-item-horizontal {
	margin-right: 10px;
}
