#showbox 
	{
	position: relative;
	width: 900px;
	height: 259px;
	background: url("slider_back.gif") top left no-repeat;
	}
	
#showbox .showbox 
	{
	left: 0;
	position: absolute;
	top: 0;
	width: 900px;
	height: 259px;
	border-bottom: 1px solid #b22222;
	}
   
#showbox #showbox-2,
#showbox #showbox-3,
#showbox #showbox-4 
	{
	display: none;
	}
   
	

#showbox #showbox-1 
	{
	background: url("slider_back_1.jpg") top left no-repeat;
	}
	
#showbox #showbox-2 
	{
	background: url("slider_back_2.jpg") top left no-repeat;
	}
	
#showbox #showbox-3 
	{
	background: url("slider_back_3.jpg") top left no-repeat;
	}
	
#showbox #showbox-4 
	{
	background: url("slider_back_4.jpg") top left no-repeat;
	}

#showbox h1
	{
	margin: 0px;
	margin: 40px 0 0 60px;
	font: 22px arial, tahoma, Verdana;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

#showbox p 
	{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 350px;
	margin: 20px 0 0 60px;
	font: 12px arial, tahoma, Verdana;
	color: #fff;
	line-height: 17px;
	z-index: 9999;
	}

#showbox p a:link, #showbox p a:visited , #showbox p a:active
	{
	font-weight: bold;
	color: #fff;
	}

#showbox p a:hover
	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
	
	
	

#showbox #showbox_menue 
	{
	height: 93px;
	width: 580px;
	}

#showbox_menue
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#showbox_menue li 
	{
	float: left;
	height: 69px;
	border-right: 1px solid #F01414;
	}
	

#showbox_menue li a 
	{
	display: block;
	height: 44px;
	font: 14px arial, tahoma, Verdana;
	text-decoration: none;
	color: #F01414;
	font-weight: bold;
	padding-top: 25px;
	text-align: center;
	}
	
	
#showbox_menue li a:hover 
	{
	cursor: pointer;
	}
   
#showbox_menue li#button1 
	{
	background: url("slider_button_1.gif")  repeat-x 0px -70px;
	width: 225px;
	}
	
#showbox_menue li#button2 
	{
	background: url("slider_button_2.gif") repeat-x 0px -70px;
	width: 223px;
	}
	
#showbox_menue li#button3 
	{
	background: url("slider_button_3.gif") repeat-x 0px -70px;
	width: 224px;
	}
	
#showbox_menue li#button4 
	{
	background: url("slider_button_4.gif") repeat-x 0px -70px;
	width: 225px;
	border-right: none;
	}
   
   
   
   
   
#showbox_menue li#button1 a.active 
	{
	background: url("slider_button_1.gif") repeat-x 0px 0px;
	color: #fff;
	}
	
#showbox_menue li#button2 a.active 
	{
	background: url("slider_button_2.gif") repeat-x 0px 0px;
	color: #fff;
	}
	
#showbox_menue li#button3 a.active 
	{
	background: url("slider_button_3.gif") repeat-x 0px 0px;
	color: #fff;
	}
	
#showbox_menue li#button4 a.active 
	{
	background: url("slider_button_4.gif") repeat-x 0px 0px;
	color: #fff;
	border-right: none;