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

/* PAGE STRUCTURE */
#page-wrap{ 
	width: 950px; 
	margin: 0 auto; 
	position: relative; 
	height: 160px;
}

/* 	SLIDER */
.slider-wrap {
	width: 950px; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}			

.stripViewer {
	position: relative; 
	overflow: hidden; 
	width: 890px; 
	height: 160px; 
}

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

		.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:35px;
		}

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


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

/******************** ENLACES SOCIALES ************/

#shareit-box {
	z-index:9;
  position:absolute;
  display:none;
}

  #shareit-header {
    width:138px;
  }


  #shareit-body {
    width:138px;
		height:56px;
    background:url(/common/pi/privada/imagenes/iconos/shareit_small.png);
  }

    #shareit-blank {
      height:20px;
    }

    #shareit-url {
      height:50px;
      text-align:center;
    }

    #shareit-icon  {
      height:20px;
    }
    
      #shareit-icon ul {
        list-style:none;
        width:130px;
        margin:0;
				padding:0 0 0 8px;
      }

      #shareit-icon ul  li{
        float:left;
        padding:0 2px;
      }
      
      #shareit-icon ul  li img{
        border:none;
      }