.tpc_slider {
	margin:5px 0px 0px 0px;
    position: relative;
	background:url(images/contentslide_bg.gif) no-repeat top left;	
}

#scroll {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	color:#666;

}
#scroll h1{
	font-weight:700;}
#scroll p,
#scroll div {
	color:#666666;
	}
#scroll a {
color:#FF0000;}

#scrollContainer div.panel {
	margin:0px 0px 0px 0px;
	/*background: #fff;*/

}
#scrollContainer
{
	margin:0px 0px 0px -5px;
}

/*ul#navigation {
    list-style: none;
    margin: 0;
    padding:6px 0 0 0;
	background: #fff url(images/button_bg.gif) repeat-x 0 0;
	height:45px;
	line-height:60px;
	line-height: normal;
}*/
#button_navigation {
	background: #fff url(images/button_bg.gif) repeat-x;
	height:45px;
	font-size:14px;
	text-align:center;
}

#block_navigation{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	display:block;
	height:45px;
	width:24%;
	float:left;
}

#block_navigation a{
	display:block;
	height:45px;
}

#block_navigation a:hover{
	display:block;
	height:45px;
	color: #006600 ;
	background:url(images/button_active_bg.gif) repeat-x top left;
}

#block_navigation a:active{
	display:block;
	height:45px;
	font-weight:bold;
	background:url(images/button_active_bg.gif) repeat-x top left;
}

#block_navigation .selected a {
	color: #006600 ;
	background:url(images/button_active_bg.gif) repeat-x top left;
	text-align:center;
}


.tpc_slider .button_left_conner,.tpc_slider .button_right_conner
{	
	height:45px;
}
.tpc_slider .button_right_conner
{	
	padding-right:6px;
	background:url(images/button_right_conner.gif) no-repeat top right;
}
.tpc_slider .button_left_conner
{	
	padding-left:6px;
	background:url(images/button_left_conner.gif) no-repeat top left;
}

.scrollButtons {
    position: absolute;
    cursor: pointer;
}

.scrollButtons.left {
    /*left: -10px;*/
	display:none;
}

.scrollButtons.right {
    /*right: -10px;*/
	display:none;
}

.hide {
    display: none;
}