

*{
	margin:0;
	border:0;
	padding:0;
	color:#272727;
	/*font:11px Tahoma, Arial, Verdana, serif;*/
}	

p{
	text-shadow:#333003px;
	margin:0 0 20px;
	}
	
h1{
	font-size:12px;
	text-shadow:#272727;
	font-weight:bold;
	opacity:0.9;
	margin-bottom:5px;
	
	}	
	
.outer{
	z-index:20;
	position:absolute;
	width:590px;
	height:200px;
	background-color: #fff;
	}
				
.content{
	overflow:hidden;
	width:470px;
	height:200px;
	position:relative;
	margin:10px 0 0 0;
	float:right;
	}

.subnav{
	float:left;
	clear:both;
	width:100px;
	margin:0px 0 0 5px;
	list-style:none;
	}
	.subnav li,
	.subnav a{
		display:block;
		float:left;
		clear:both;
		}
	.subnav a{
		width:83px;
		font-size:12px;
		text-shadow:#272727;
		padding-top:5px;
		text-decoration:none;
		}
		.subnav a:hover{
			opacity:1;
			color:#5f92b0;
			font-weight:bold;
			background-image:url(../images/network_arow.jpg);
			background-position: bottom right;
			background-repeat:no-repeat;
			}
		.subnav img{
			display:block;
			float:left;
			border:1px solid #fff;
			}
		.subnav small{
			display:block;
			font-size:.5em;
			text-transform:uppercase;
			}
		.subnav .aboutscrolling,
		.subnav .workscrolling{
			opacity:1;
			}
		.subnav ul{
			float:left;
			clear:both;
			width:100px;
			margin:0;
			list-style:none;
			}
			.subnav ul a{
				font-size:1em;
				padding:5px 0 5px 20px;
				line-height:1em;
				margin:0;
				}
.scrolling{
			color:#5f92b0;
			font-weight:bold;
			background-image:url(../images/network_arow.jpg);
			background-position: bottom right;
			background-repeat:no-repeat;
			}
.section{
	width:3000px;
	position:relative;
	float:left;
	clear:both;
	}
	.section ul{
		list-style:none;
		}		
	.section .sub{
		position:relative;
		float:left;
		width:440px;
		height:200px;
		padding:0px 20px;
		}
		.sub img{
			float:right;
			margin:10px 0 10px 10px;
			border:1px solid #fff;
			}
		.next,
		.previous,
		.sitelink{
			position:absolute;
			display:block;
			padding:5px 10px;
			text-decoration:none;
			}
		.next{
			right:15px;
			bottom:0px;
			}
		.previous{
			right:390px;
			bottom:0px;
			}
		.sitelink{
			top:0;
			right:0;
			}
		.next:hover,
		.previous:hover,
		.sitelink:hover{
			opacity:1;
			}