


#wrapper {
    width: 580px;
    float:left;
	margin-left:20px;
}
	/* for Internet Explorer */
/*\*/
* html #wrapper {
	margin-left:10px;

}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

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

.scroll {
    height: 350px;
    width: 560px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #000 url(../../images/layout/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 310px;
    width: 540px;
}

#shade {
    background: #000 url(../../images/layout/shade.jpg) no-repeat 0 0;
    height: 50px;
}












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

ul.navigation li {
    display: inline;
    margin-right: 3px;
}

ul.navigation a {
	padding: 3px 6px 3px 8px;
	margin-right: 3px;
	color: #000;
	text-decoration: none;
	background-image:url(../../images/layout/number_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	float:left;
	
}

ul.navigation a:hover {
	background-image:url(../../images/layout/number_icon.jpg);
	background-repeat: no-repeat;
	background-position: left -25px;

}

ul.navigation a.selected {
    background-image:url(../../images/layout/number_icon.jpg);
	background-repeat: no-repeat;
	background-position: left -25px;
}

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

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

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

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

.hide {
    display: none;
}









/*//////////////////////////////////////////////////
Link Thumbs
/////////////////////////////////////////////////*/
.galCon {
width:260px;
height:110px;
display:block;
float:left;	
}
	/* for Internet Explorer */
/*\*/
* html .galCon {
	width:250px;

}

.galContent {
	width:120px;
	height:100px;
	display:block;
	float:left;
	padding:5px;
}
	/* for Internet Explorer */
/*\*/
* html .galContent {
	width:120px;

}
.galContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;	
}

.galContent a, .galContent a:active, .galContent a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #09F;
	text-decoration: none;	
	text-align: left;	

}

.galContent a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;	
	text-align: left;	

}

.galContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	text-align: left;	
	line-height:10px;
	margin-bottom:3px;

}

.galContent p {
	margin-bottom:3px;
}


#backLink {
	margin:20px 0 0 10px;
	float:left;
	height:50px;
}
#headIcon {
width:80px;
height:70px;
float:left;
}
#headText {
font-size:24px;
line-height:10px;
color:#09F;	
float:left;	
margin-top:20px;
width:250px;
}

.linkthumb { 
	float: left;
	margin: 5px;
	width:100px;
	height:100px;
}


.fade a {
	width:100px;
	height:100px;
	display:block;
	background-image: url(../../images/layout/link_over2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fade a:hover {
	width:100px;
	height:100px;
	display:block;
	background-image: url(../../images/layout/link_over2.png);
	background-repeat: no-repeat;
	background-position: -100px top;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
}

