
/*------------------------
---------------- CONTENT
------------------------*/

/* You might want to change these options for the main container */
#momwoSlider {
	float: left;
	height: 393px;
	width: 966px;
}

/* images container - This is the most important container - Don't change important properties */
#momwoSlider {
	
	list-style: none !important;
	margin: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	
}

/* each slider item - Nothing to change here */
#momwoSlider li {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	/*width: 100%;*/
}
	
/* Don't edit this part */
#momwoSlider li.current {
	display: block;
	z-index: 2 !important;
}

/* Don't edit this part */
#momwoSlider li.next {
	display: block;
	z-index: 1 !important;
}

/* Don't edit this part - prevents inline lists from being hidden */
#momwoSlider li ul li {
	
	display: block !important;
	position: relative !important;
}


/*------------------------
--------------- LEFT ARROW
------------------------*/

/* Sets position and main configs */
.slider_arrow_left {
	bottom: 10px;
	cursor: pointer !important;
	float: left;
	height: 22px;
	left: 10px;
	position: absolute;
	width: 22px;
	z-index: 100;
	background: url(../imagenes/left_arrow.png) no-repeat top left;
}


/*------------------------
-------------- RIGHT ARROW
------------------------*/

/* Sets position and main configs */
.slider_arrow_right {	
	bottom: 10px;
	cursor: pointer;
	float: left;
	height: 22px;
	left: 37px;
	position: absolute;
	width: 22px;
	z-index: 100;
	background: url(../imagenes/right_arrow.png) no-repeat top left;
}





/*------------------------
---------------- SELECTORS
------------------------*/

/* Sets configs for selectors containers : absolute positioned in relation to #slider */
.slider_selector, .slider_selector_dis {
	bottom: 70px;
	list-style: none;
	margin: 0 0 0 0;
	position: relative;
	left: 12px;
	z-index: 100;
}

/* Sets image of selectors */
.slider_selector li, .slider_selector_dis li {
	display: block !important;
	background: url(../imagenes/slider_selector.png) no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 0 5px !important;
	height: 15px !important;
	position: relative !important;
	width: 15px !important;
}

/* Sets the current selector */
.slider_selector li.current, .slider_selector_dis li.current {
	background: url(../imagenes/slider_selector_current.png) no-repeat top left;
}

/* Disables the selectors */
.slider_selector_dis li {
	cursor: default !important;
	z-index: 100;
}

.container {
	float: left;
	position: relative;
	width: 966px;
	z-index: 150;
	height:0px;
}
	