/*

.roundbox *, .roundbox p{
	margin: 0px 0px;
	padding: 0px 0px;			
}
*/

.slidertitle{
	margin-bottom: -19px;
	margin-left: 30px;
	position: relative;	
}

*html .slidertitle{
	margin-bottom: -22px;
}
.slidertable{
	margin-top: 0px;		
	margin-bottom: 0px;
	margin-left: 10px;	
}



.roundbox {	
	position: relative;
	display:block;	
	margin: 0px 15px;		
	padding: 0px 0px;
	/* background-color:#EFF1F4;			*/
	margin-bottom: 10px;
}

.roundbox div.rbtop{
	background-image: url(../images/sys_images/slidertop.gif);	
	background-repeat: repeat-x;	
	background-position: left top;
	width: 100%;
}

.roundbox div.rbtop div{
	background-image: url(../images/sys_images/slidertopright.gif);
	background-repeat: no-repeat;	
	background-position: top right;	
	width: 100%;
}

.roundbox div.rbtop div div{
	background-image: url(../images/sys_images/slidertopleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 14px;		
	width: 100%;
}


.roundbox div.rbbottom{		
	padding-bottom: 50px;
	background-image: url(../images/sys_images/sliderbottom.gif);	
	background-position: bottom left;
	background-repeat: no-repeat;	
	width: 100%;
}

/*
.roundbox div.rbbottom div{
	background-image: url(../images/sys_images/sliderbottomleft.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	width: 100%;
}

.roundbox div.rbbottom div div{
	background-image: url(../images/sys_images/sliderbottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 14px;
	width: 100%;
	
}
*/

.roundbox div.rbbody{		
	background-image: url(../images/sys_images/sliderleft.gif);	
	background-repeat: no-repeat;	
}



.roundbox div.rbbody .rbcontent{
	background-image: url(../images/sys_images/sliderright.gif);
	background-position: top right;
	background-repeat: no-repeat;			
	padding: 0px 5px;	
	
}




div.slider {		
	width: 900px;
	overflow: hidden;			
	margin-left: 5px;
}

div.slider ul.slides{
	list-style: none;		
	white-space: nowrap;	
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;			
	background-image: none;	
}

html div.slider ul.slides{
	width: 999999px;
}

div.slider ul.slides li{	
	padding: 0px 1px;		
	margin: 0px -2px;
	/*display: inline-table;*/
	float:left;
	width: 152px;			
	vertical-align: top;
	white-space: normal;	
	vertical-align: bottom;
	
}

div.slider ul.slides li h4{
	white-space: normal;	
}



*html .slider ul.slides li{	
	margin: 0px 0px;
	white-space: normal;		
	float:left;
}


div.buttons{
	height: 100%;
}


div.buttons #slideLeft{		
	position: absolute;
	left: -23px;
	top:70px;
	z-index: 2px;
}

div.buttons #slideRight{	
	position: absolute;
	right: -20px;
	top:70px;
	z-index: 2px;	
}

*html div.buttons #slideRight{	
	position: absolute;
	right: -8px;	
	z-index: 2px;	
}

.sliderblock{
	margin-left: 25px;
	/*border: 1px solid red;*/
}

.slides li h5{
	color:#505050;
}
.slides .links{
	font-size: .9em;
}
.slides .links, .slider .links a{
	color: #3487BD;
	text-decoration: none;	
	
}