/* Slider CSS */


#demo-container {
 width:720px;
 height:700px;
 margin:-1000px 0 0 0;
 float:left;
}

#demo-wrapper {
   width:720px;
   position: relative;
   height:700px;
   overflow: hidden;
}

.scrolling-content {
 height: 700px;
}

.scrolling-content {
 width:4500px;
  position: absolute;
}

#content_upload
{
  left:0;top:0;
}

#content_manage
{
  left:750px;top:0;
}
#content_share
{
  left:1500px;top:0;
}
#content_branding
{
  left:2250px;top:0;
}

#content_privacy
{
  left:3000px;top:0;
}

#content_signup
{
  left:3750px;top:0;
}

.tour_buttons {
	width:750px;
	text-align:center;
	margin-top:25px;
	clear:both;
}

.tour_buttons img { margin:0 7px; }

.tour_nav {
	margin:15px 0 0 0;
	text-align:center;
	padding:0 0 5px 0;
	background:url(/images/full-tab.gif) 50% 4px no-repeat;
}

.tour_nav a:link, .tour_nav a:visited {
	padding:0 10px 0 10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#ccc;
	font:bold .9em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	
}
.tour_nav a:hover {
	text-decoration:underline;
	color:#fff;
}
.tour_nav img { margin:0 5px; }

.tour_image { 
	text-align:center; 
	width:750px; 
	margin-top:15px;	
}

.tour_title { 
	text-align:center; 
	width:750px; 
}

.tour_copy {
	margin:15px 60px 0 50px;
	width:630px;
}
.tour_copy h2{
	color:#990000;
	font:bold 1.2em  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	display:block;
	width:92%;
	margin:-40px 0 15px 0;
}
.tour_copy strong {

}

