
#slider 
	{
		width:455px;
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:12px;
		line-height:17px;
	}
	
	
.header 
	{
		width:435px;
		padding:8px;
		margin-top:5px;
		cursor:pointer;
		background:url(images/header.gif) #121212 no-repeat;
		border-bottom:1px solid #2A2A2A;
		border-top:1px solid #2A2A2A;
		font-size:13px;
	}
	
.header:hover {background:url(images/header_over.gif) #121212 no-repeat;}
.content {overflow:hidden}
.text
	{
		width:420px;
		background:#1C1C1C;
		padding:15px;
		margin-top:0;
		color:#949494;
	}