#wrapper {
    width: 598px;
	background-color: #eee;
	border:1px solid #ccc;
}

#slider {
    width: 598px;
    margin: 0 auto;
    position: relative;	
}

.scroll {
    height: 328px;
    width: 598px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;	
    /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    padding: 10px 20px 20px 20px;
    height: 300px;
    width: 560px;
	font:bold 11px tahoma;
	color:#3B5998;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 56px;
	/*border-top:1px ridge #eee;*/
}

#shade_inv{
    background: #EDEDEC url(images/shading.jpg) no-repeat 0 0;
    height: 28px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.navigation a {
    padding: 15px 2px 10px 2px;
    color: #000;
	font:normal 11px tahoma;
    text-decoration: none;	
}

ul.navigation a:hover {
    /*background: #f6f6f6 url(images/hover.png) no-repeat;*/
}

ul.navigation a.selected {
    /*background: rgba(255, 255, 255, 1);
    border-radius: 8px;	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;	
	-moz-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;*/
	border:1px solid #ddd;
	border-bottom:none;
	background: #EEEEEE url(images/hover.png) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    /*top: 200px;*/
    cursor: pointer;
}

.scrollButtons.left {
	/*left: 135px;*/
	left: 520px;
	bottom:25px;
	z-index:2;
}

.scrollButtons.right {
	right:15px;
	bottom:25px;
	z-index:2;	
}

.hide {
    display: none;
}

p {
	line-height:1.2em;
}

ul.navigation li img {
	width:48px;
	height:48px;
}

#progress{
	position: fixed;
	background: url('images/loading.gif');
	display:block;
	height:13px;
	width:208px;
	z-index:5;
	top:450px;	
	left:300px;
}

#progress #txt{
	padding-top:15px;
	font:bold 11px tahoma;
	text-align:center;
	color:#666;
}