/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Vista Aero
  -----------------------------------
*/

.p7VSC04 {
	position: relative;
	width: 540px;
	z-index: 100;
}
.p7VSC04 .p7VSC_scrollbox_wrapper {
	margin: 0 30px 0 0;
}
.p7VSC04 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 100%;
}
.p7VSC04 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC04 .p7VSC_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 5px;
	margin: 0;
}
.p7VSC04 .p7VSC_up a {
	height: 23px;
	width: 20px;
	background-image: url(img/p7VSC04_dbup.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_up a:hover {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_dn a {
	height: 22px;
	width: 20px;
	background-image: url(img/p7VSC04_dbdn.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_dn a:hover {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_pauseplay .pause {
	height: 22px;
	width: 20px;
	background-image: url(img/p7VSC04_psplay.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_pauseplay .pause:hover  {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_pauseplay .play {
	height: 22px;
	width: 20px;
	background-position: -40px 0px;
	background-image: url(img/p7VSC04_psplay.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_pauseplay .play:hover  {
	background-position: -60px 0px;
}
.p7VSC04 .p7VSCdragchannel {
	position: absolute;
	width: 20px;
	top: 0px;
	background-image: url(img/p7VSC04_dbbg.gif);
	background-repeat: repeat-y;
	right: 0px;
	display: none;
	cursor: default;
}
.p7VSC04 .p7VSCdragchannel em {
	display: none;
}
.p7VSC04 .p7VSCdragchannel a {
	display: block;
}
.p7VSC04 .p7VSCdragbar {
	position: relative;
}
.p7VSC04 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC04 .p7VSCdragCtrl a {
	height: 62px;
	width: 20px;
	background-image: url(img/p7VSC04_dbdrag.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSCdragCtrl a:hover  {
	background-position: -20px 0px;
}
.cataloguesmall {
	font-size: 10px;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 55px;
	padding-left: 0px;
}
.p7VSC04 .p7VSC_content .promocaption {
	margin: 0px;
	padding: 0px;
}
.divcol1 {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	float: left;
	width: 125px;
	text-align: center;
}
.divcol1 a, .divcol2 a {
	margin: 0px;
	padding: 0px 0px 5px;
}
.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.divcol2 {
	margin: 0px;
	padding: 0px 0px 10px 40px;
	float: left;
	width: 125px;
	text-align: center;
}
.clearer20px {
	margin: 0px;
	padding: 20px 0px 0px;
	clear: both;
}
