/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Chili
  -----------------------------------
*/
*{ margin:0; padding:0;}
.p7VSC01, .p7VSC02 {
	position: relative;
	color: #757575;
	width:245px;
	height:185px;
}
.p7VSC02{
	width:509px;
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	margin: 0 5px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
text-align:justify; font-size:10px; color:#000000;
width:231px;
float:left;
padding:10px 5px 5px 5px;
}
.p7VSC01 .p7VSC_content2 {
text-align:justify; font-size:10px; color:#000000;
width:475px;
float:left;
padding:10px 20px 5px 0px;
}

.p7VSC01 .p7VSC_up a {
	height: 16px;
	width: 16px;
	background:url(../images/arrow_up.gif) left top no-repeat;
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_up a:hover {
	background:url(../images/arrow_up.gif) left top no-repeat;
}
.p7VSC01 .p7VSC_dn a {
	height: 16px;
	width: 16px;
	background:url(../images/arrow_down.gif) left top no-repeat;
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_dn a:hover {
	background:url(../images/arrow_down.gif) left top no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause {
	height: 1px;
	width: 14px;
	background-image: url(p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_pauseplay .play {
	height: 1px;
	width: 14px;
	background-position: -8px 0px;
	background-image: url(p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 13px;
	top: 0px;
	right: 0px;
	background:url(../images/bg-scoral.gif) left top no-repeat;
	display: none;
	cursor: default;
	margin:0px; padding:0px;
}
.p7VSC01 .p7VSCdragchanne2{
	background: #244372;
}
.p7VSC01 .p7VSCdragchannel em {
	display: none;
}
.p7VSC01 .p7VSCdragchannel a {
	display: block;
}
.p7VSC01 .p7VSCdragbar {
	position: relative;
}
.p7VSC01 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC01 .p7VSCdragCtrl a {
	height: 19px;
	width: 11px;
	background:url(../images/scorll.jpg) center top no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background:url(../images/scorll.jpg) center top no-repeat;
}


ul#list-sc{
margin:0px;
padding:0px;
list-style:none;
}
ul#list-sc li{
	width:190px;
	float:left;
	border-bottom:1px solid #b3b3b3;
	padding-bottom:11px;
	color:#727272;
	background:url(../images/arow.gif) 5px 8px no-repeat;
	padding:0px 0 0 15px;
	margin-bottom:8px;
	font-weight:normal;
}

ul#list-sc li a{
color:#727272;
font-size:11px;
display:block;
text-decoration:none;
font-weight:bold;
}
ul#list-sc li a:hover{
color:#0099CC;
}
.padding-l8{
padding-left:8px;}