@charset "UTF-8";
/* CSS Document */

/* General Styles */


/* Slider */

#slider {
    width:990px;
    margin: 0 auto;
    position: relative;
	background-color:#fff;
/*	background-image:url(sliderbg.jpg);
	background-repeat:repeat-x;*/
	height:520px;
	margin-bottom:10px;
}

#slider1 {
    width:991px;
    margin: 0 auto;
    position: relative;
	background-color:#999999;
	background-image:url(slider1bg.jpg);
	background-repeat:repeat-x;
	min-height:696px;
}

.scroll, .scroll1 {
    height:650px;
    width:950px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin-left:20px;
	padding-top:5px;
	
}

.scrollContainer div.panel {
    height:650px;
    width: 950px;
	padding:0px 0px;
	margin-top:0px;
}


ul.navigation, ul.navigation1 {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-left:47%;
	padding-top:5px;
}

ul.navigation li, ul.navigation1 li {
    display: inline;
    margin-right: 6px;
	width:6px;
	height:6px;


}

ul.navigation a , ul.navigation1 a{
	background-image:url(projectdot.png);
	background-repeat:no-repeat;
	height:6px;
	width:6px;
	padding-left:0px;
	display:inline-block;
	
}

ul.navigation a:hover, ul.navigation1 a:hover {

}

ul.navigation a.selected, ul.navigation1 a.selected {
	background-image:url(projectdot_sel.png);
	background-repeat:no-repeat;
	
}

ul.navigation a:focus, ul.navigation1 a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    bottom:50%;
    cursor: pointer;
}

.scrollButtons.left {
left:-11px;
	z-index:5;
}

.scrollButtons.right {
    right:-12px;
}
.picks
{
position:absolute;
left:0px;
bottom:0px;
}

.panel_leftcol
{
float:left;
width:468px;
position:relative;
}

.panel_rightcol
{
width:467px;
float:right;
}

.highlighttext_panel
{
border: solid 1px #ccc;
background-color:#fff;
padding:10px;
margin-top:0px;
font-weight:bold;
color:#8D8D8F;
}


.fconnect
{
position:absolute;
top:60px;
right:20px;
z-index:2;
}

.joinss
{
position:absolute;
top:30px;
right:20px;
}

