/**
 * bbfader CSS file
 *
 * Used to style the BBfader
 *
 * @author Dan Hensby <dan@betterbrief.co.uk>
 * @copyright Copyright (c) 2010, Better Brief LLP
 */
.fader {
	height: 385px;
	width: 810px;
	position: relative;
	overflow: hidden;
}

	.fader ul,
	.fader li {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	list-style-type: none;
	}
	
	.fader .buttons {
	position: absolute;
	bottom:0;
	right: 0;
	display: none;
	}
	
	.fader .pagination {
	position: absolute;
	bottom: 0;
	float: right;
	background-image: url(pag-fill.png);
	background-repeat: repeat-x;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	right: 0px;
	font-size: 25px;
	font-weight: bolder;
	visibility: hidden;
	}
	
		.fader .pagination ol {
			position: relative;
			width: auto;
			height: auto;
			background: none;
		}
		
			.fader .pagination li {
				position: static;
				float: left;
				background: none;
				width:auto;
				height:auto;
			}
			
				.fader .pagination a {
					display: block;

					float: left;
					padding: 5px;
					margin: 1px;
					color: #fff;
					 outline: none;
					text-decoration: none;
				}
				
				.fader .paginagtion a:hover {
					text-decoration: underline;
				}
				
				.fader .pagination .current a {
	color: #F30;
	outline: none;
				}.fadercopy {
	width: 510px;
	margin-top: 10px;
	margin-left: 10px;
	display: none;
}
.fader ul li p{
	background-image: url(fader-h2-bg.png);
	background-repeat: repeat;
	font-size: 1.3em;
	padding: 10px;
	line-height: 1.5em;
	font-weight: 400;

	width: 430px;
}
.fader ul li h2 {
	background-image: url(fader-h2-bg.png);
	background-repeat: repeat;
	font-size: 3.5em;
	padding: 10px;
	margin-bottom: 4px;

}

