﻿body {
	padding:150px 50px;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

body {padding:0;}
#scroll {
	position:relative;
	height:530px;
	overflow:hidden;
	border:1px solid #ddd;
	width:600px;  /* 908 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#photo-credits { float:right; color:#000; }

#tools {
	height:403px;
}

.tool {
	position:absolute;
	float:left;
	width:604px;
	height:453px;
	background-repeat:no-repeat;
	cursor:pointer;
	/* background-position:0 -40px; */
}

.slide { margin-left:0px; }

.demos {
	background-color:#fff;
	color:#666;
	float:left;
	font-size:12px;
	/* margin:270px 0 0 0; */
	padding:10px 20px;   
	/* 
	width:565px;
	height:200px; */
}

.demos1 {
	/* background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8); */
	position: relative;
	border-left:1px solid #ddd;
	float:right;   
	font-size:12px;
	min-height:365px;
	padding:0 25px;
	width:256px;
}

.demos h2 {
	/* color:#065598; */
	font-size:12px;
	display:block;
	padding:5px 0;
}

.demos a {
	color:#c00;
	font-size:12px;
	text-decoration:none;
}

.demos p {
	margin:10px 0 4px;
	/* background:transparent url(/assets/images/background/bullet.png) no-repeat scroll 0 2px; */
	padding:0px 0 1px 0px;
	color:#fff;
}

#thumbs {
	/* background:url(http://static.flowplayer.org/tools/img/demo-navi.jpg) no-repeat; */
	height:90px;
	position:absolute;
	top:470px;
	width:990px;
	left:-8px;
	float:right;
}

.t a {
	/* background:transparent url(http://static.flowplayer.org/tools/img/demo-navi.jpg) no-repeat scroll -21px -90px;  */
	margin-left:-10px;
	display:block;
	width:99px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:174px;    /* 314px */
	_margin-left:164px;	 /* 304px */
}

#widget-control {
	background:#fff transparent;
	position:absolute;
	margin-left:30px; 
	cursor:pointer;
	margin-top:472px;
	font-size:12px;	
	text-align:center;
}

.transparent-box, .transparent-box h2  {
	color:#fff;
	background-color: #000;
	border:1px solid black;
	width:600px;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}
  

/* CSS sprite for the navigation
#t0 		  { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-325px -90px; }
#t1:hover 	{ background-position:-325px -180px; }
#t1:active	{ background-position:-325px -270px; }
#t1.active	{ background-position:-325px 0 !important; }

#t2			{ background-position:-435px -90px; }
#t2:hover 	{ background-position:-435px -180px; }
#t2:active	{ background-position:-435px -270px; }
#t2.active	{ background-position:-435px 0 !important; }

#t3			{ background-position:-545px -90px; }
#t3:hover 	{ background-position:-545px -180px; }
#t3:active	{ background-position:-545px -270px; }
#t3.active	{ background-position:-545px 0 !important; }

#t4			{ background-position:-655px -90px; }
#t4:hover 	{ background-position:-655px -180px; }
#t4:active	{ background-position:-655px -270px; }
#t4.active	{ background-position:-655px 0 !important; }

#t5			{ background-position:-765px -90px; }
#t5:hover 	{ background-position:-765px -180px; }
#t5:active	{ background-position:-765px -270px; }
#t5.active	{ background-position:-765px 0 !important; }

#t6			{ background-position:-875px -90px; }
#t6:hover 	{ background-position:-875px -180px; }
#t6:active	{ background-position:-875px -270px; }
#t6.active	{ background-position:-875px 0 !important; }		  */