.carousel {
	width:706px;
	height:360px;
	margin:0px;
	padding:0px;
	background-image: url(../images/carousel/carousel_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;	
}
.carousel .caja{
	width:706px;
	height:350px;
	padding:0px;
	background-image: url(../images/carousel/c_bg.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	position: absolute;
	top: 10px;
}
.carousel p{
	margin:0px;
	padding:0px;
}
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }
img {border: none;}

/*
	PAGE STRUCTURE
*/
#page-wrap 	{
	width: 684px;
	min-height: 339px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	}

/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ /*color: #729dff;*/ text-decoration: none;}
a:hover, a:active							{ /*color: white; */}
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 684px; position: absolute; /*top: 87px; left: 40px;*/ }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{
	position: relative;
	overflow: hidden;
	width: 684px;
	height: 276px;
	margin: 0px;
	padding: 0px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 684px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	/*border: 1px solid #666666;*/
	margin: 0px;
	padding: 0px;
}
#movers-row									{
	padding: 0px;
	float: right;
	margin-top: -65px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 0px;
	width: 516px;
}
#movers-row div								{
	float: left;
	width:168px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#movers-row div a.cross-link 				{ float: right;}
.photo-meta-data							{
	height: 30px;
	margin-top: -51px;
	position: relative;
	z-index: 999;
	color: white;
	font-size: 13px;
	color:#99d2e2;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	background-image: url(../images/carousel/transpBlack.png);
}
.photo-meta-data strong { color:#FFFFFF; font-weight:bold;}
.photo-meta-data a							{ text-decoration:none; color:#0099CC;}
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 170px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 999; }
.active-thumb 								{ background: transparent url(../images/carousel/icon-uparrowsmallwhite.png) top center no-repeat; }






