/* slider specific CSS */
#slider {
	width: 340px;
	padding:0px 0px 0px 0px;
	position: relative;
}

#slidersw {
	float:left;
	width: 340px;
	height:340px;
	background-repeat: no-repeat;
}

.getp {
	height:105px;
	font: 92%/1.7 "Lucida Grande", Verdana, sans-serif; 
	color: #858484;
	/*border: 1px solid #ff7800;*/
}

.getp2 {
	height:160px;
	font: 92%/1.7 "Lucida Grande", Verdana, sans-serif; 
	color: #858484;
	/*border: 1px solid #ff7800;*/
}

.scroll {
	height: 330px;
	width: 330px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

#ssites {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.scrollContainer div.panel {
	padding: 20px 30px 0px 0px;
	height: 335px;
	width: 320px;
}

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

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

ul.navigation a {
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
}

ul.navigation a:hover {
	background-color: #333333;
}

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

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

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
	z-index: 1000;
}

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

.scrollButtons.right {
	right: 5px;
}

.hide {
	display: none;
}


/* !wider! */
.wide-slider {
	width: 718px !important;
}
.wide-slider .scroll {
	width: 708px !important;
}
.wide-slider .scroll .scrollContainer .panel {
	width: 708px !important;
}