/*

	Theme Name:	 p2p_cms
	Theme URI:	 http://point2pointcentral.com
	Description: WP CMS style layout. Widget friendly.
	Tags:		 custom, CMS, three columns, fixed width
	Version:	 0.5
	Author:		 Dylan James Wagner
	Author URI:	 http://dylanjameswagner.com

	Designed for point2point as a CMS theme.

	// -------------------------------------------------------------- //
	// slideshow.css

*/

#slideshow {
	position: absolute;
	top: 0;
	width: 924px;
	height: 290px;
	margin: -1px 0 0 0;
	padding: 0;
	
	overflow: hidden;
}
#slideshow li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 8;
	opacity: 0.0;

	list-style: none;
	text-indent: 0;
}
#slideshow .active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow .last-active {
	z-index: 9;
}
#slideshow ul li a,
#slideshow ul li img {
	width: 100%;
	height: 100%;
}
#slideshow p {
	width: 35%;
	margin: -198px 10px 10px 25px;
	padding-left: 25px;
	border-left: 2px solid #800000 !important;
}
