* {margin:0; padding:0}
p {
	line-height:1.4
}
#wrapper {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}

#container {
	position: relative;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.sliderbutton {
	float:left;
	width:25px;
	cursor:pointer;
	display: none;
}
#slideleft:hover {
	/*background-position:-0 -265px;*/
	display: none;
}
#slideright:hover {
	/*background-position:-50px 90px;*/
	display: none;
}
#slider {
	position:relative;
	overflow:hidden;
	width:100%;
	height:250px;
	margin-right: auto;
	margin-left: auto;
}
#slider ul {
	position:absolute;
	list-style:none;
	top:0px;
	left:0px;
}
#slider li {
	float:left;
	width:1920px;
	height:250px;
}
.pagination {
	position:absolute;
	top:10px;
	right:51px;
	list-style:none
}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#fff}
.negro {
	background-color: #000;
}
.logo2 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 280px;
}
