@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------

/*
------------------------------------------------------------
INFO
------------------------------------------------------------
*/

.information 
{
	width:715px;
	background:black;
	background:none;
}

.text-wrap 
{
	width:715px;
}

.title-row 
{
	margin:0px 0px 30px 0px;
}

.text-item 
{
	/*display:none;*/
	width:715px;
	background:black;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:-1000;
}

.text-item a 
{
	color:#A7D2BA;
	text-decoration:none;
}

.text-item a:hover
{
	text-decoration:none;
}

.text-item .button 
{
	margin:30px 0px 0px 0px;
}

.control 
{
	width:47px;
	float:right;
	opacity:0;
	filter:alpha(opacity=0);
}

.control-left 
{
	float:left;
	margin-right:5px;
	height:21px;
	width:21px;
	background:url(../images/control-left.png) top left no-repeat;
	cursor:pointer;
}

.control-right 
{
	float:left;
	height:21px;
	width:21px;	
	background:url(../images/control-right.png) top left no-repeat;
	cursor:pointer;
}

.left-over 
{
	background:url(../images/control-left-over.png) top left no-repeat;
}

.right-over 
{
	background:url(../images/control-right-over.png) top left no-repeat;
}






