#sliders {
	display:block;
	width:270px;
	text-align:left;
	/*font-family:Arial;*/
	letter-spacing:0.3px;
	border:0px solid green;
}
#sliders .panel {
	
/* 	height:375px; */

	height:375px;

	border:0px solid red;
	display:block;
	
}

#sliders .title_construction {
	background:#c7c7c7;
	color:white;
	height:40px;
	cursor:pointer;
}
#sliders .title_latestnews {
	background:#b4b4b4;
	color:white;
	height:40px;
	cursor:pointer;
}
#sliders .title_newoffice {
	background:#e71802;
	color:white;
	height:40px;
	cursor:pointer;
}
#sliders .title_welcome {
	background:#939393;
	color:white;
	height:40px;
	cursor:pointer;
}

#sliders .handle {
	background-image:url(../pics/arrow_closed.gif);
	display:block;
	width:18px;
	height:18px;
	background-repeat:no-repeat;
}
#sliders .handle_sel {
	background-image:url(../pics/arrow_open.gif);
	display:block;
	width:18px;
	height:18px;
	background-repeat:no-repeat;
}
#sliders .title {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:center;
}


#sliders .slider_content
{
	color:white;
	padding:10px;
	font-weight:bold;
	font-size:11px;
	overflow:hidden;
}


a.red_link:link {color: #e71802; text-decoration: none; font-weight:bold;}
a.red_link:visited {color: #e71802; text-decoration: none; font-weight:bold;}
a.red_link:hover {color:#e71802; text-decoration: underline; font-weight:bold;}
a.red_link:active {color: #e71802;text-decoration: none;font-weight:bold; } 


a.register_link:link {
	text-transform:uppercase;
	text-decoration:none;
	background:#919191;
	color:white;
	padding:5px;
	line-height:20px;
	height:20px;
	font-weight:bold;
}
a.register_link:visited {
	text-transform:uppercase;
	text-decoration:none;
	background:#919191;
	color:white;
	padding:5px;
	line-height:20px;
	height:20px;
	font-weight:bold;
}

.login {
	background:url(../pics/pages/home/login.gif);
	width:58px;
	height:25px;
	cursor:pointer;
}
.login_over {
	background:url(../pics/pages/home/login_over.gif);
	width:58px;
	height:25px;
	cursor:pointer;
}

.register {
	background:url(../pics/pages/home/register.gif);
	width:76px;
	height:25px;
	cursor:pointer;
}
.register_over {
	background:url(../pics/pages/home/register_over.gif);
	width:76px;
	height:25px;
	cursor:pointer;
}