@charset "UTF-8";
/* CSS Document */

#content .stepcarousel {
	position: relative; /*leave this value alone*/
	border: none;
	overflow: hidden; /*leave this value alone*/
	width: 530px; /*Width of Carousel Viewer itself*/
	height: 150px; /*Height should enough to fit largest content's height*/
	margin-left:30px;
	margin-top: 30px;
}
#content .stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
#content .stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 1px; /*margin around each panel*/
	margin-right:15px;
	width: 520px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	overflow:auto;
}
/* ajout GV */

#content #mygallery.stepcarousel .panel a img {
	float:left;
	border:0;
	margin-right:10px;
	margin-bottom:30px;
}
#content #mygallery.stepcarousel .panel a {
	color:#333333;
}
#content #mygallery.stepcarousel .panel a strong {
	color:#092869;
}
#content #mygallery.stepcarousel .panel a:hover,
#content #mygallery.stepcarousel .panel a:hover strong {
	color:#f7941d;
}
