
/************************************* OFERTA PRINCIPAL ***********************************/
.oferta_ppal {
	height:166px;
	width:218px;
	border:1px solid #e1e1e1;
	background-color:#ffffff;
	color:#777777;
	position:relative;
	float:left;
	cursor:pointer;
	z-index:1;
}

		.oferta_ppal_img {
			position:absolute;
			left:4px;
			top:4px;
			z-index:2;
		}

		.oferta_ppal_fecha {
			position:absolute;
			right:4px;
			top:4px;
			z-index:9;
			color:#ffffff;
			font-weight:bold;
			background-color:#000000;
			opacity: 0.8;
			-moz-opacity:0.8;
			filter:alpha(opacity=80);
			padding:2px 4px;
		}

				.oferta_ppal_title {
					position:absolute;
					left:4px;
					top:120px;
					z-index:9;
					font-size:12px;
					font-weight:bold;
					color:#ffffff;
					background-color:#000000;
					padding:5px 10px;
          width:190px;
          height:32px;
          overflow:hidden;
					opacity: 0.9;
					-moz-opacity:0.9;
					filter:alpha(opacity=90);
				}

				.oferta_ppal_title a {
					text-decoration:none;
					color:#ffffff;
				}


/* UTILITY STYLES */				  				  
.floatLeft { float: left; margin-right: 10px;}
.floatRight	{ float: right; }
.clear { clear: both; }
a	{ outline: none; }

/* 	SLIDER */
.slider-wrap {
	width: 960px; 
	position: relative; 
	height: 168px;
  padding:15px 0;
  border-bottom:1px solid #e1e1e1;
  background:#ffffff url(/imagenes/p4/bg_box.gif) repeat-x scroll left bottom
}			

.stripViewer {
	position: relative; 
	overflow: hidden; 
	width: 910px; 
	height: 180px; 
}

/******************* contenedor de imagenes grandes **************************/
.stripViewer .panelContainer {
	position: absolute;
	left: 0;
	top: 0;
}
/******************* imagen grande *********************/
.stripViewer .panelContainer .panel {
	float: left; 
	height: 100%; 
	position: relative;
	width: 230px;
}

		.photo-meta-data {
			padding: 5px 10px;
			height: 30px;
			font-size:10px;
			margin-top: -35px;
			.margin-top: -40px;
			position: relative;
			z-index: 9999;
			color: #ffffff;
		}
		.photo-meta-data a {
			color: #ffffff !important;
			text-decoration:none;
		}
		.photo-meta-data a span {
			color:#ededed;
		}
		.enlace_oferta {
			float:right;
			position: absolute;
			right:5px;
			top:140px;
			z-index: 10000;
		}
				.enlace_oferta a {
					color:#ffffff !important;
					font-size:10px;
				}

		#main-photo-slider {
			margin-left:25px;
		}

		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 90px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 25px;
			width: 25px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(/imagenes/p4/arrow_left.gif) no-repeat center;
		}
		
		.stripNavR {
			background: url(/imagenes/p4/arrow_right.gif) no-repeat center;
		}


.stripNav {
	display: none;
}
.nav-thumb {
	border: 0;
	margin-right: 5px;
}