@charset "utf-8";
body {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #fff;
}
#wrapper {
	background-image: url(../_images/main_bg.jpg);
	height: 550px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2F2B2B;
	position: relative;
}
.home {
	background-image: url(../_images/home_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.home:hover {
	background-image: url(../_images/home_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.path {
	background-image: url(../_images/mypath_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.path:hover {
	background-image: url(../_images/mypath_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.music {
	background-image: url(../_images/music_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.music:hover {
	background-image: url(../_images/music_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.liveshows {
	background-image: url(../_images/liveshows_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.liveshows:hover {
	background-image: url(../_images/liveshows_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.gear {
	background-image: url(../_images/gear_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.gear:hover {
	background-image: url(../_images/gear_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.photos {
	background-image: url(../_images/photos_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.photos:hover {
	background-image: url(../_images/photos_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.videos {
	background-image: url(../_images/videos_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.videos:hover {
	background-image: url(../_images/videos_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contact {
	background-image: url(../_images/contact_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact:hover {
	background-image: url(../_images/contact_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h1 {
	font-size: 1.5em;
}
/*------ Containters ------*/
#menu{
	width:740px;
	height:20px;

	/*border:solid 1px #313131;*/
	background:#ffffff
	overflow:hidden;
	padding-top: 80px;
	position: absolute;
	left: 120px;
	
}
/*------ MENU ------*/
#menu ul{
	list-style:none;
	margin-top: 0px;
}
#menu ul li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 80px;
	height: 20px;
}
#menu ul li a{
	height:20px;
	text-decoration:none;
	color: #FFF;
	display: block;
	width: 80px;
		
}
#menu ul li a:hover{
	color:#999;
		
}

.Container {
	position: absolute;
	left: 120px;
	width: 710px;
	height: 340px;
	background-color: transparent;
	top: 130px;
	background-image: url(../_images/gear_bkg.png);
	background-repeat: no-repeat;
}
.ContainerPath {
	position: absolute;
	left: 120px;
	width: 710px;
	height: 340px;
	background-color: transparent;
	top: 130px;
	background-repeat: no-repeat;
}

#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 710px;
	height: 340px;
}
#Scroller-1 p {
	margin: 0;
	padding: 10px 20px;
	color: #FFF;
	font-size: 0.8em;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000px;
	width: 710px;
}
#Scrollbar-Container {
	position: absolute;
	top: 150px;
	left: 820px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
	width: 20px;
	height: 250px;
	position: absolute;
	top: 36px;
	left: 4px;
	background: transparent url(../_images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 22px;
	cursor: pointer;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 285px;
}
.Container #Scroller-1 .Scroller-Container p a {
	color: #FFF;
	text-decoration: underline;
}
