/* this stylesheet contains example styling for the gallery app. Feel free to edit or include this css in your existing stylesheet */

.magasin .current{
	color: #2A6D96;
}

img {
	border: 0;
}
#albumdisplay{
	margin:0;
	padding:0;
}
#albumdisplay li{
	width:100%;
	margin:0;
	padding:0;
}
#albumdisplay a{
	margin:0;
	padding:0;
}
#albumdisplay img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#albumdisplay li.homme{
	/*background: url('../images/magasin/magasin-homme.jpg') top center no-repeat;*/
}
#albumdisplay li.accessoire{
	/*background: url('../images/magasin/magasin-accessoire.jpg') top center no-repeat;*/
}
#albumdisplay li.femme{
	/*background: url('../images/magasin/magasin-femme.jpg') top center no-repeat;*/
}

.magasin #middle-container{
	min-height:0px;
	margin-bottom:0px;
}
