/* 
  -----------------------------------
  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:226px;
}
.p7VSC02{
	width:409px;
}
.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:12px; color:#000000;
width:200px;
float:left;
padding:15px 5px 15px 5px;
background:#888888;
}
.p7VSC01 .p7VSC_content2 {
text-align:justify; font-size:12px; color:#000000;
width:375px;
float:left;
padding:10px 20px 5px 0px;
}

.p7VSC01 .p7VSC_up a {
	height: 14px;
	width: 14px;
	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: 14px;
	width: 14px;
	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: 35px;
	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: 35px;
	width: 14px;
	background-position: -48px 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: 10px;
	top: 0px;
	right: 0px;
	background: url(line.jpg) center top repeat-y;
	display: none;
	cursor: default;
	margin:0px; padding:0px;
}
.p7VSC01 .p7VSCdragchanne2{
	background: #c2c1c1;
}
.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 {
background:#FFFFFF none repeat scroll 0;
height:31px;
left:1px;
position:relative;
width:8px;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background:url(../images/scorll.jpg) center top no-repeat;
}


ul#menu{
margin:0px;
padding:0px;
list-style:none;
}
ul#menu li{
	width:195px;
	float:left;
	/*background:url(../images/pic-gallery-divider.gif) center bottom no-repeat;*/
	padding-bottom:11px;
	margin-bottom:8px;
}
ul#menu li a{
	width:195px;
	float:left;
	display:block;
	cursor:pointer;
}
ul#menu li span.img{
	width:65px;
	float:left;
}
ul#menu li span.txt{
	width:130px;
	float:right;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:8px 0 0 0;
}
ul.bigimglist{
margin:0px;
padding:0px;
list-style:none;
}
ul.bigimglist li{
float:left;
width:250px;
}
ul.imgdesc{
margin:0px;
padding:0px;
list-style:none;
}
ul.imgdesc li{
float:left;
width:522px;
}