/*		RESET		*/
@import url( './reset.css' );

/*		SERGE LUTENS		*/
body {
	color: #889098;
	font-family: 'helvetica neue',arial,helvetica,sans-serif;
	font-weight: 200;
	line-height: 1.5;
}
ul {
	list-style: none;
	padding: 12px 0;
	margin: 0;
}
h1 {
	font-size: 32px;
	font-weight: 200;
}
h2 {
	font-size: 24px;
	font-weight: 200;
}
strong {
	font-weight:600;
}
a { text-decoration: none; }

.container { margin: 0 48px;}
.caption { display: none; }

#footer {
	clear: both; 
	font-size: 11px;
	padding: 24px 0;
}
#tags {
	display: none;
}
#info {
	font-size: 12px;
}

#slider { 
	display: block;
}
#slider ul li { 
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow:hidden;
	margin-top: -6px;
}
#slider ul li img {
	height: 180px;
	opacity:  0.7;
	margin: -20px;
	-webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#slider ul li img:hover { 
	opacity: 1;
	height: 240px;
	text-align: center;
	margin: -40px;
}


