/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }

/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; }
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	min-height: 500px;
	background: url(images/bg.png) top center;
	width: 440px;
	position: absolute;
}
											  
.clear 										{ clear: both; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
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: 440px;
	position: absolute;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 440px; height: 278px; }
.stripViewer .panelContainer				{
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel			{
	float: left;
	position: relative;
	width: 440px;
	height: 262px;
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{
	margin-top: -275px;
}
#movers-row div								{
	width: 100%;
	float: left;
}
#movers-row div a.cross-link 				{
	float: right;
	margin-right: 4px;
}
.photo-meta-data							{
	background: url(../img/transpBlack.png);
	padding: 5px 10px 15px;
	height: 30px;
	margin-top: -60px;
	position: relative;
	z-index: 90;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.photo-meta-data a {
	color: #FFFFFF;
	text-decoration: none;
}
.photo-meta-data a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{
	display: block;
	width: 60px;
	position: relative;
	z-index: 91;
	clip: rect(-1px,auto,auto,auto);
	margin-bottom: 4px;
	border: 1px solid #000000;
}
.active-thumb 								{ background: transparent url(../bloki/FeaturedContentSlider/css/images/icon-uparrowsmallwhite.png) top center no-repeat; }

