/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
* {
	margin: 0;
	padding: 0;
}
.anythingSlider {
	width: 865px;
	height: 350px;
	position: relative;
	margin: 0 auto;
	
	background: #101419;
}
.anythingSlider .wrapper {
	width: 865px;
	overflow: auto;
	height: 350px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee; /*--default--*/
	margin: 0;
	
	background: none;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 350px;
	width: 865px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
	display: block;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
	display: none;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
	display: none
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: absolute;
	top: 320px;
	right: 335px;
	text-align: center;
}
#thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px 0 0;
	text-indent: -50px;
	background: #999;
	text-align: center;
	overflow: hidden;
}
#thumbNav a:hover {
	background: #666;
}
#thumbNav a.cur {
	background: #333;
	border: 2px solid #333;
	margin-bottom: -2px;
}
#start-stop {
	padding: 0px;
	width: 13px;
	text-align: center;
	position: absolute;
	right: 25px;
	top: 320px;
}
#start-stop.playing {
	/*background-color: red;*/
}
#start-stop:hover {
	background: #CCC;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
/*=================SKIN*/
.panels {
	display: block;
	width: 865px;
	height: 350px;
	position: relative;
}
.panels div{
	display: block;
	position: absolute;
	font: italic 12px "Trebuchet MS";
	line-height: 1.5em;
}
.panels div span{
	display: block;
	margin-bottom: 15px;
	letter-spacing: -1px;
	font: normal 45px trebuchet ms;
	line-height: 1em;
}
.p1{ background: url(/images/panels/sem.jpg) center center no-repeat;}
.p1 div{ top: 130px; right: 110px;	width: 300px; color: #333}
.p1 a{ color: #333;} .p1 a:hover{ color: #999;}

.p2{ background: url(/images/panels/local.jpg) center center no-repeat;}
.p2 div{ top: 150px; right: 70px;	width: 300px; color: #222;}
.p2 a{ color: #333;} .p2 a:hover{ color: #999;}

.p3{ background: url(/images/panels/hosting.jpg) center center no-repeat;}
.p3 div{ top: 130px; right: 40px;	width: 400px; color: #CCC;}
.p3 a{ color: #CCC;} .p3 a:hover{ color: #999;}

.p4{ background: url(/images/panels/web.jpg) center center no-repeat;}
.p4 div{ top: 150px; right: 15px;	width: 400px; color: #333;}
.p4 a{ color: #333;} .p4 a:hover{ color: #687D9D;}

.p5{ background: url(/images/panels/video.jpg) center center no-repeat;}
.p5 div{ top: 140px; right: 15px;	width: 400px; color: white;}
.p5 a{ color: white;} .p5 a:hover{ color: #999;}