@charset "UTF-8";

.graphic, #prevBtn, #nextBtn
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
 
#slider-container
{
	margin: 0 auto;
	width: 878px;
	margin-bottom: 2em;
	position: relative;
}

#slider
{
	position: relative;
	z-index: 1;
}

#slider ul, #slider li
{
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}

#slider li
{
	width: 878px;
	height: 251px;
	overflow: hidden;
}

#slider li p
{
	letter-spacing: 0.075em;	
}

#slider li.one
{
	background: transparent url(../images/slider/one.jpg) no-repeat;	
}

#slider li.one div
{
	padding: 20px 0 0 470px;
}

#slider li.one div h2
{
	color: #A0002D;
	font-size: 39px;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0 0 -0.2em;
}

#slider li.one div p
{
	font-size: 26px;
	line-height: 1.1em;
	margin: 0 0 0.5em;
}

#slider li.two
{
	background: transparent url(../images/slider/two.jpg) no-repeat;	
}

#slider li.two div
{
	padding: 40px 0 0 320px;
}

#slider li.two div h2
{
	color: #A0002D;
	font-size: 39px;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0 0 -0.2em;
}

#slider li.two div p
{
	font-size: 26px;
	line-height: 1.1em;
	margin: 0 0 0.5em;
}

#slider li.three
{
	background: transparent url(../images/slider/three.jpg) no-repeat;	
}

#slider li.three div
{
	padding: 40px 0 0 350px;
}

#slider li.three div h2
{
	color: #A0002D;
	font-size: 39px;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0 0 -0.2em;
}

#slider li.three div p
{
	font-size: 26px;
	line-height: 1.1em;
	margin: 0 0 0.5em;
}

#prevBtn, #nextBtn
{
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 198px;
	z-index: 100;
}

#nextBtn
{
	left: 843px;
}

#prevBtn
{
	left: 814px;	
}

#prevBtn a, #nextBtn a
{
	display: block;
	width: 46px;
	height: 46px;
}

#prevBtn a
{
	background: transparent url(../images/buttons/previous-small.png) no-repeat 0 0;
}

#nextBtn a
{
	background: transparent url(../images/buttons/next-small.png) no-repeat 0 0;
}

#prevBtn a:hover, #nextBtn a:hover
{
	background-position: 0 -26px;
}