#wrapper {
margin:0 auto;
width:700px;
}
.sliderbutton {
float:left;
padding-top:134px;
width:32px;
}
.sliderbutton img {
cursor:pointer;
}
.sliderbutton img:hover {
/*	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	background:#666666 none repeat scroll 0 0;
}
#slider {
/*	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	background:#FFFFFF none repeat scroll 0 0;
	/*border:2px solid #FFFFFF;*/
	border:1px solid #CCC;
	float:left;
	height:100px;
	overflow:auto;
	position:relative;
	width:700px;
}
#slider h1 {
	color:#F04127;
	font-size:24px;
	font-weight:bold;
	margin-bottom: 1px;

	border-color:#F04127;
	border-style:dotted;
	border-width:0 0 1px;
	width:590px;
}
#slider h1 a {
	color:#F04127;
	font-size:24px;
	font-weight:bold;
	margin-bottom: 1px;

	border-color:#F04127;
	border-style:dotted;
	border-width:0 0 1px;
	width:590px;
	text-shadow: 1px 2px 4px #BBBBBB
}
#slider ul {
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	top:-20px;
}
#slider li {
	float:left;
/*	height:100px;
	padding-right:10px;
	width:700px;
*/	
	height:100px;
	padding:0 28px 15px 18px !important;
	padding:30px 28px 15px 18px ;
	width:664px;

}
#slider li p{
width:600px; /*624px*/
	text-align: justify;
}
.pagination {
float:right;
height:5px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0 0 32px;
font-size: 8px;
}
.pagination li {
/*-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;*/
background:#666666 none repeat scroll 0 0;
border:1px solid #999999;
/*color:#222222;*/
color:#FFF;
cursor:pointer;
float:left;
margin:0 4px 0 0;
padding:2px 5px;
text-align:center;
}
.pagination li:hover {
/*-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;*/
background:#777777 none repeat scroll 0 0;
border:1px solid #BBBBBB;
color:#000000;
}
li.current {
/*-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;*/
background:#888888 none repeat scroll 0 0;
border:1px solid #CCCCCC;
}

/*li#contento {
height:100px;
padding:0 28px 15px 18px;
width:664px;
}

#content h1 {
-x-system-font:none;
color:#003366;
font-family:Georgia,Verdana;
font-size:22px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:15px;
}*/
