@charset "utf-8";
/* CSS Document */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#scroll {
	position:relative;
	height:460px;
	overflow:hidden;
	border:none;
	width:700px;
	padding:0px;
	padding-bottom:15px;
	padding-top:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {
	width:9999em;
	position:absolute;
	height:400px;
}

.tool {
	float:left;
	width: 700px;
	height:400px;
	background-repeat:no-repeat;
	background-position:0 -40px;
}

.details {
	background-color:#fff;
	color:#666;
	float:right;
	font-size:20px;
	padding:10px;
	width:420px;
}

.demos {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	border-right:2px solid #ddd;
	float:left;
	height:350px;
	padding:10px;
	width:230px;
	margin-top:15px;
	overflow:hidden;
}

.demos img {

	padding-left:20px;
}

.demos h2 {
	font-size:22px;
	display:block;
	padding:10px;
	padding-left:20px;
}

.demos h3 {

	padding:10px;
	padding-left:20px;
}

.demos a {
	color:#333333;
	text-decoration:none;
}

.demos p {
	color:#333333;
	background:transparent scroll 0 2px;
	padding:0px;
	padding-left:20px;
	padding-right:10px;
}

.demos small {

	color:#666666;
	padding:10px;
	padding-left:20px;
}

#thumbs {
	background:url(http://www.eccrecords.co.uk/images/ECC_Home_Scroller_bg.gif) no-repeat;
	height:90px;
	position:absolute;
	top:410px;
	width:700px;
	left:0px;
}

.t a {
	background:transparent url(http://www.eccrecords.co.uk/images/ECC_Home_Scroller_Buttons.gif) no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:140px;
	_margin-left:130px;
}

/* 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:-164px -90px; }
#t1:hover 	{ background-position:-164px -180px; }
#t1:active	{ background-position:-164px -270px; }
#t1.active	{ background-position:-164px 0 !important; }

#t2			{ background-position:-274px -90px; }
#t2:hover 	{ background-position:-274px -180px; }
#t2:active	{ background-position:-274px -270px; }
#t2.active	{ background-position:-274px 0 !important; }

#t3			{ background-position:-384px -90px; }
#t3:hover 	{ background-position:-384px -180px; }
#t3:active	{ background-position:-384px -270px; }
#t3.active	{ background-position:-384px 0 !important; }

#t4			{ background-position:-494px -90px; }
#t4:hover 	{ background-position:-494px -180px; }
#t4:active	{ background-position:-494px -270px; }
#t4.active	{ background-position:-494px 0 !important; }

#t5			{ background-position:-604px -90px; }
#t5:hover 	{ background-position:-604px -180px; }
#t5:active	{ background-position:-604px -270px; }
#t5.active	{ background-position:-604px 0 !important; }
