/*
	Featured Content Slider
	by: Chris Coyier
*/
* {
    margin:0;
    padding:0;
}

body {
    font-family:Arial, Lucida, 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;
}

a:hover,a:active {
    color:white;
}



/*
	SLIDER
*/
.slider-wrap {
    width:620px;
    position:absolute;
    padding: 0px 0px 8px 0px;
}

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

.stripViewer {
    border-bottom: thin dashed #8AB2B1;
    position:relative;
    overflow:hidden;
    width:620px;
    height:325px;
}

.stripViewer .panelContainer {
    position:relative;
    left:0;
    top:0;
}
.stripViewer .panelContainer .panel {
    float:left;
    height:100%;
    position:relative;
    width:620px;
}

.stripNavL,.stripNavR,.stripNav {
    display:none;
    background-color:#000;
}



#movers-row {
    float: right;
    margin:-45px 0px 0px 0px;
    padding-left:12px;
    background-color: #FFF;

}

#movers-row div {
    float: left;
    margin-top:55px;
    padding-left:5px;
}

#movers-row div a.cross-link {
    float:right;
}

.wrapper {
    width:620px;
    height: 300px;

}

.wrapper p {
    color:#FFF;
}

.wrapper img {
    height: 220px;
    width: 300px;
    color:#FFF;
    z-index: 0;
    margin-top: 70px;
}

.photo-meta-data {
    padding: 25px 10px 10px 10px;
    height:40px;
    margin-top:-315px;
    color:white;
    float:left;
    width:640px;
}

* html .photo-meta-data {
    padding:5px 10px 10px 10px;
    height:40px;
    margin-top:-50px;
    position:relative;
    z-index:100;
    color:white;
    float:left;
    width:420px;
}
.photo-meta-data span {
    font-size:13px;
}

.cross-link {
    width:0px;
    height: 0px;
}

.active-thumb {
    background:transparent url(icon-uparrowsmallwhite-trans.png) top center no-repeat;
}
* html .active-thumb {
    background:transparent url(icon-uparrwsmallwhite-trans.png) top center no-repeat;
}

.cross-link {
    width: 10px;
    height: 10px;
    background:url(slider_boule_grise.png) top center no-repeat;
}

.active-thumb {
    width: 10px;
    height: 10px;
    background:url(slider_boule_verte.png) top center no-repeat;
}

.resume {
    font-size: 14px;
    font-family: Arial;
    color: #666;
    width: 280px;
    margin: -220px 0 0 320px;
}

