@charset "utf-8";
/* CSS Document */

				
				
#wrapper {  width: 950px; margin: auto; padding: 0px 0px 0px 0px; margin-top: 0px;  }

#sections2 { width: 950px; height: 270px; float: left; overflow: hidden; position: relative; z-index: 2; }
#sections2  ul { list-style-type: none; width: 9000px; height: 270px; margin: 0px; background-color: #fff; padding: 0px; }
#sections2  ul li {
	width: 950px;
	height: 270px;
	float: left;
	background-image: url(imagenes/slider-bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.prev2 { height: 36px; width: 36px; background-image: url(imagenes/slider-arrow-left.png); position: absolute; cursor: pointer; top: 130px; left: -16px; z-index: 3; }
.next2 {height: 36px; width: 36px; background-image: url(imagenes/slider-arrow-right.png); position: absolute; cursor: pointer; top: 130px; left: 933px; z-index: 3;}

