#slider
{
	position: relative;
}

#slider ul
{
	position: absolute;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Droid Sans', Arial, Tahoma;	
}

#slider, #slider li{ 
	width:960px;
	height:220px;
	overflow:hidden; 
	background-image: none;
}

div.outer 
{
	position: relative;
	padding: 0 8px 0 0;	
	margin: 50px 0 0 45px;		
}

div.text
{
	float:left;	
	padding: 0 23px 0 0;	
}

div.text h1
{
	margin: 0;
	padding: 20px 0 0 0;
	color: #ffffff;		
	font-size: 23px;
	font-style: normal;
	font-weight: 400;	
	line-height: 1em;	
}

div.text p
{
	color: #ffffff;
	font-weight: normal;
	margin: 10px 0 0 0;
}

div.pic 
{

}

div.pic img
{
	border: none;
}

div.text a:link,
div.text a:visited,
div.text a:active,
div.text a:hover
{
	display: block;
	margin: 20px 0 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

div.bg1, div.bg2
{
	position: absolute;
	width: 960px;
	height: 220px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

div.bg2
{
	display: none;
}

table a:link,
table a:hover,
table a:active,
table a:visited
{
	display:block;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

div.clear2
{
	clear:both;
}

/**/

div.href21
{
	width: 110px;
	padding: 6px 0 10px 30px;
}

div.href21 a:link,
div.href21 a:hover,
div.href21 a:active,
div.href21 a:visited
{
	display:block;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

div.href31
{
	width: 110px;
	padding: 3px 0 15px 20px;
}

div.clear21
{
	clear:both;
}

/**
* Buttons
*/

a.prev:link,
a.prev:visited,
a.prev:active,
a.prev:hover
{
	position: absolute;
	width:220px;
	height:25px;
	display: block;
	background: url(images/butt-next.png) no-repeat 0 0;	
	top: 0;
	left: 370px;	
	z-index: 100;	
}

a.next:link,
a.next:visited,
a.next:active,
a.next:hover
{
	width:220px;
	height:25px;
	display: block;	
	background: url(images/butt-prev.png) no-repeat 0 0;
	position: absolute;	
	top: 195px;
	left: 370px;
	z-index: 100;		
}
