#photo_pic {
	width: 940px;
	position: relative;
	margin:60px 10px 10px 10px;
	background-color:#2e3d59;
	height:160px;
	border: 1px solid #2e3d59;
	background: url(../images/bg_carrousel.png) left top repeat-x;
}

#photo_pic div.content {
  width: 10000px;
}



.section a img {border:2px solid #fff; float:left; display:inline; margin:4px 10px 0 10px; padding:2px;}
.section a img:hover {border:2px solid #b40241;}

a.button_previous img {float:left; display:inline; margin:48px 0 0 10px;}
a.button_next img {float:left; display:inline; margin-top:46px;}

#photo_pic div.scroller {
  width: 860px;
  height: 160px;
  overflow: hidden;
	float:left;
	display:inline;
}
#photo_pic div.section {
  width: 860px;
  height: 160px;
  overflow:hidden;
  float:left;
	display:inline;
}


