@charset "UTF-8";
/* CSS Document */


#ScrollAdvertising {
	position: relative;
	width: 620px;
	height: 295px;
	background-color:#eeeeee;
	border-style:solid;
	border-width:1px;
	border-color:#cecece;
	background-image:url(../images/connx-workbgline2.jpg);
	
}

#ScrollAdvertising-Content {
	position: absolute;
	/*changes from top: 0px;*/
	top: 0px; 
	width:625px;
	height: 290px;
	overflow: hidden;
}

#ScrollAdvertising .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#ScrollAdvertising p {
	margin: 0; 
	padding: 0px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 0px;
	color: #777;
}

#ScrollAdvertising-Scrollbar {
	position: absolute;
	top: 0px;
	left: 625px;
}

#ScrollAdvertising .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 7px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#ScrollAdvertising .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 285px;
	width: 7px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#ScrollAdvertising .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 7px; 
	height: 265px;
	position: absolute;
	top: 18px;
	background-color: #EEE;
}

#ScrollAdvertising .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#ScrollAdvertising .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 7px; height: 30px;
	background-color: #88bae1;
}

#ScrollAdvertising .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#ScrollAdvertising .Scrollbar-Disabled {
	display: none;
}




