/* 
  -----------------------------------
  Vertical Scroller 2
  Style Theme: 02 - Goldleaf
  -----------------------------------
*/

.p7VSC02 {
	position: relative;
}
.p7VSC_showall {
	color: #000000;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #D99509;
}
#scroller1 .p7VSC02 .p7VSC_scrollbox_wrapper {
	margin: 0 27px 0 0;/* espace entre flèches et texte */
}
#scroller2 .p7VSC02 .p7VSC_scrollbox_wrapper {
	margin: 0 30px 0 0;
}
#newsscroller .p7VSC02 .p7VSC_scrollbox_wrapper {
	margin: 0 20px 0 0;
}
.p7VSC02 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 100%;
}
.p7VSC02 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
/*.p7VSC02 .p7VSC_content {
	color: #FFF;
}*/

.p7VSC02 .p7VSC_up a {
	height: 24px;
	width: 24px;
	background-image: url(../images/vscroller_img/p7sc2_dbup.gif);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_up a:hover {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_dn a {
	height: 18px;
	width: 24px;
	background-image: url(../images/vscroller_img/p7sc2_dbdn.gif);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_dn a:hover {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_pauseplay .pause {
	height: 35px;
	width: 24px;
	background-image: url(../images/vscroller_img/p7sc2_psplay.gif);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_pauseplay .play {
	height: 35px;
	width: 24px;
	background-position: -48px 0px;
	background-image: url(../images/vscroller_img/p7sc2_psplay.gif);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC02 .p7VSCdragchannel {
	position: absolute;
	width: 47px;/* au lieu de 29px | position des flèches */
	top: 0px;
	/*background-image: url(img/p7sc2_dbbg.gif);
	background-repeat: repeat-y;*/
	right: 0px;
	display: none;
	cursor: default;
}
#scroller2 .p7VSC02 .p7VSCdragchannel {
	width: 30px;
}
#newsscroller .p7VSC02 .p7VSCdragchannel {
	width: 20px;
}
.p7VSC02 .p7VSCdragchannel em {
	display: none;
}
.p7VSC02 .p7VSCdragchannel a {
	display: block;
}
.p7VSC02 .p7VSCdragbar {
	position: relative;
}
.p7VSC02 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
#scroller1 .p7VSC02 .p7VSCdragCtrl a {
	height: 58px;
	width: 7px;
	margin-left: 40px;
	/*background-image: url(img/p7sc2_dbdrag.jpg);
	background-repeat: no-repeat;*/
	background-color: #15385f;
}
#scroller1 .p7VSC02 .p7VSCdragCtrl a:hover  {
	/*background-position: -24px 0px;*/
	background-color: #0064a1;
}
#scroller2 .p7VSC02 .p7VSCdragCtrl a {
	height: 58px;
	width: 7px;
	margin-left: 8px;
	/*background-image: url(img/p7sc2_dbdrag.jpg);
	background-repeat: no-repeat;*/
	background-color: #15385f;
}
#scroller2 .p7VSC02 .p7VSCdragCtrl a:hover  {
	/*background-position: -24px 0px;*/
	background-color: #FFF;
}
#newsscroller .p7VSC02 .p7VSCdragCtrl a {
	height: 38px;
	width: 7px;
	margin-left: 13px;
	/*background-image: url(img/p7sc2_dbdrag.jpg);
	background-repeat: no-repeat;*/
	background-color: #15385f;
}
#newsscroller .p7VSC02 .p7VSCdragCtrl a:hover  {
	/*background-position: -24px 0px;*/
	background-color: #0064a1;
}
