

#wrapper {
    width: 625px;
    margin: 0 auto;
}

#slider {
    width: 625px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 370px;
    width: 625px;
	margin-bottom: 20px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #f1f1f1;
}

.scroll h2 {margin: 0 0 20px 0;}

.scrollContainer div.panel {
    padding: 20px;
    height: 330px;
    width: 580px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
	margin: 0;
	width: auto;
	float: left;
}

ul.navigation a {
    padding: 10px;
    color: #666;
    text-decoration: none;
	width: auto;
	background: #ccc;
	margin: 0 4px 0 0;
	border-bottom: 0;
	text-transform: uppercase;
}

ul.navigation a:hover {
    background-color: #f1f1f1;
	text-decoration: none;
}

ul.navigation a.selected {
    background-color: #f1f1f1;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

div.paperModule {
	float: left;
	width: 280px!important;
}

div.paperModule img {
	width: 129px;
	float: left;
	margin-right: 10px;
}

div.paperModule div.paperModuleB {
	float: left;
	width: 140px;
}

div.paperModuleB a {
	background: transparent;
}

.dlPDF, .dlZIP {
	padding-left: 20px;
}

.dlPDF {
	background: url(../images/iconPdf.gif) 0 0 no-repeat!important;
}

.dlZIP {
	background: url(../images/iconZip.gif) 0 0 no-repeat!important;
	
}



