
/*
	UTILITY STYLES
*/

.floatLeft 							{ float: left; margin-right: 10px;}
.floatRight							{ float: right; }
.clear 								{ clear: both; }

/*
	PAGE STRUCTURE
*/
#page-wrap{
	width: 382px;
	margin-left: 5px;
	margin-top: 0px;
	position: relative;
	min-height: 320px;
/*	background: url(/webfmnh/web/images/slider/bg3.png) no-repeat top center;*/
	background: url(/webfmnh/web/images/slider/fondo_recientes2.png) no-repeat top center;
}

/*
	TYPOGRAPHY
*/
ul					{ list-style: square inside; }

blockquote{
	padding: 0px 5px 0px 15px;
	margin-left: 15px;
	border-left: 3px solid #f26726;
	font-size: 12px;
	font-family: Georgia, serif;
	margin-top: -25px;
	height: 210px;
}
blockquote em{
	font-size: 10px;
	font-weight: bold;
	text-align:right;
	width: 350px;
}

blockquote b{
	font-family: Georgia, serif; font-style: italic;
}

/*
	SLIDER
*/
.slider-wrap{
	width: 250px;
	position: absolute;
	top: 27px;
	left: 10px;

}

.stripViewer .panelContainer .panel ul	{
	text-align: center;
	margin: 0px 10px 0px 10px;
}

.stripViewer						{
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 285px;
}
.stripViewer .panelContainer		{
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel	{
	float: left;
	height: 100%;
	position: relative;
	width: 380px;
}
.stripNavL, .stripNavR, .stripNav	{
	display: none;
}
.nav-thumb 							{
	border: 0px solid black;
/*	margin-right: 25px;*/
}
#movers-row							{
	margin: -60px 0px 0px 5px;
	width: 350px;
	height: 75px;
	padding: 2pt;
	border: 2px solid #b0b0b0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	background-color: #ccc;

}
#movers-row div						{
	float: left;
	*float: left;
}
#movers-row div a.cross-link 		{
	float: right;
	*float: right;
}
.photo-meta-data					{
	background: url(/webfmnh/web/images/slider/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span 				{
	font-size: 13px;
}
.cross-link							{
	display: block;
	width: 65px;
	margin-top: -15px;
	margin-left: 3px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;

}
.active-thumb 	{
	background: transparent url(/webfmnh/web/images/slider/icon-uparrowsmallwhite2.png) top center no-repeat;
}

.completa{
	padding: 0pt;
	text-align:right;
	font-size: 9pt;
	color: #f26726;/*naranja*/
	text-decoration: none;
	font-weight: bold;
	position:relative;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	width: 120px;
	padding-right: 7px;
}



.completa:hover{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #f26726;
	color: #fff;
}

.todas{
	font-size: 10pt;
	color: #f26726;
	margin-top: 5px;
	margin-left: 70px;
	width: 210px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: left;
	border: 3px solid #b0b0b0;
	background-color: #FFF;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.todas:hover{
	background-color: #f26726;
	color: #fff;
}






