/*

This style sheet is created by Grubforce on 28-04-2009


*/

/* @override http://localhost:8888/ThemeForrest/Websites/Darkcloud/www/css/styles.css */

/*****************/
/*     Basics    */
/*****************/


#content {
	width: 700px;
	margin: auto;
	display: table;
	
}

/*********************************/
/*    Header showcase :: Home    */
/*********************************/

div.anyClass {
	height: 277px;
	z-index: -1;
	position: absolute;
}

#content div.anyClass ul {
	height: 277px;
	position: absolute;
	z-index: 1;
}

#content div.prev {
	width: 42px;
	height: 42px;
	background: url(left.png) no-repeat;
	border-style: none;
	z-index: 5;
	margin-left: -21px;
	position: absolute;
	margin-top: 129px;
	cursor: pointer;
}

#content div.next {
	width: 42px;
	height: 42px;
	background: url(right.png) no-repeat;
	border-style: none;
	z-index: 5;
	position: absolute;
	margin-left: 679px;
	margin-top: 129px;
	cursor: pointer;
}

.shine {
	position: absolute;
	background-image: url(shine.png);
	z-index: 2;
	width: 700px;
	height: 277px;
}	

h1.showcase {
	position: absolute;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: black;
	z-index: 3;
	margin-top: 230px;
	text-align: left;
}

h1.showcase a{
	font: bold 35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}
