/*
	Featured Content Slider
	by: Chris Coyier
*/
* { margin:0; padding:0; }
body { font-family:Arial, Helvetica, sans-serif; font-size:10px; }

/*
	UTILITY STYLES
*/
.floatLeft { float:left; margin-right:10px; }
.floatRight { float:right; }
.clear { clear:both; }
a { outline:none; }

/*
	TYPOGRAPHY
*/
ul { list-style:square inside; }
a,a:visited { text-decoration:none; color:white; }
a:hover,a:active { color:white; }

/*
	SLIDER
*/
.slider-wrap { width:620px; position:absolute; top:10px; left:10px; }
.stripViewer .panelContainer .panel ul { text-align:left; margin:0 15px 0 30px; }
.stripViewer { position:relative; overflow:hidden; width:619px; height:285px; }
.stripViewer .panelContainer { position:relative; left:0; top:0; }
.stripViewer .panelContainer .panel { float:left; height:100%; position:relative; width:619px; }
.stripNavL,.stripNavR,.stripNav { display:none; }
#movers-row { margin-top:10px; width:90px; float:right; background:url(transpBlack-trans.png); position:relative; height:220px; }
* html #movers-row { margin-top:10px; width:90px; float:right; background:#000; position:relative; height:240px; }
#movers-row div { width:69px; float:right; margin-top:11px; padding-right:10px; padding-top:0; }
#movers-row div a.cross-link { float:right; }

.stripViewer .panelContainer .photo-meta-data { background:url(transpBlack-trans.png) top center repeat; padding:10px; height:16px; position:relative; margin-top:-280px; z-index:100; color:white; float:left; width:490px; text-decoration:none; color:#fff; }
* html .stripViewer .panelContainer .photo-meta-data { background:#000; padding:10px; height:16px; position:absolute; margin-top:0; z-index:100; color:white; float:left; width:490px; text-decoration:none; color:#fff; }

#featured .moversBtm01 { background:#000; height:10px; position:absolute; bottom:0; z-index:100; width:620px;}
#featured .moversBtm02 { background:#ededed; height:5px; position:absolute; left:-4px;bottom:-5px; z-index:100; width:628px;}

#featured .moversBtm01 { _background:none;}
#featured .moversBtm02 { _background:none;}


.photo-meta-data span { font-size:13px; }
.photo-meta-data a:visited { text-decoration:none; color:#fff; }
.slider-title { font-weight:bold; font-size:18px; text-decoration:none; color:#fff; white-space:nowrap;}
a.slider-title { text-decoration:none; color:#fff; }
.cross-link { display:block; width:65px; margin-top:-20px; position:relative; padding-top:16px; z-index:100; }
.active-thumb { position:relative; padding-top:16px; z-index:11; }
* html .active-thumb { background:transparent url(transpBlack-trans.png) top center repeat; }

