/* slider  - news */

#slider div.slider_window {		
	width: 180px;
	height: 160px;
	overflow: hidden;
	position: relative;	
	margin-bottom: 5px;
}

#slider div.slider_window div.slider_items {
	position: relative;
	height: 160px;
}

#slider div.slider_window div.slider_items div.item {
	width: 180px;	
	float: left;
	display: inline;		
}

/* ustawienia ikon */
div.icons_top {
	width: 180px;	
	text-align: center;
	background: url(../image/template/bg_slider_icons.gif) repeat-x 0 0;
}
#ico_box {	
	display: inline;
	float: left;
	text-align: center;
	width: 130px;
	margin: auto;
	padding-bottom: 3px;
}

#ico_box a {	
	width: 22px;
	height: 24px;
	padding: 5px 8px 6px 9px;
	display: inline;
	line-height: 22px;
	color: #161616;
}

#ico_box a:hover {
	text-decoration: none;
}

#ico_box .selected {
	background: url(../image/template/bg_slider_icon_selected.png)  no-repeat center center;		
	color: #fff;
	font-weight: bold;
	padding: 5px 8px 6px 8px;
	width: 22px;
	height: 24px;	
}

#slierLeftTrigger {
	background: url(../image/template/top_left_arrow.gif) no-repeat center center;
	float: left;	
	display: inline;
	margin-top: 1px;
	width: 18px;
	height: 20px;	
	margin-right: 5px;
	border-right: 1px solid #fff;
}

#slierLeftTrigger:hover {
	text-decoration: none;
}

#slierLeftTrigger.disabled {
	background: url(../image/template/top_left_arrow_disabled.gif) no-repeat center center;
}

#sliderRightTrigger {	
	background: url(../image/template/top_right_arrow.gif) no-repeat center center;
	float: right;	
	display: inline;
	width: 18px;
	height: 20px;
	margin-left: 5px;
	margin-top: 1px;
	border-left: 1px solid #fff;
}

#sliderRightTrigger:hover {
	text-decoration: none;
}

#sliderRightTrigger.disabled {
	background: url(../image/template/top_right_arrow_disabled.gif) no-repeat center center;
}

/* ustawienia specyficzne wygladu */
div.news_container {
	padding: 0 5px;
}

div.news_container div.header {
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;
	text-align: left;
}

div.news_container div.header div.title a {
	color: #161616;
	font-weight: bold;
	line-height: 15px;
}

div.news_container div.content {
	line-height: 15px;
	text-align: left;
	height: 120px;
	overflow: hidden;
}

div.news_container div.content a:hover {
	text-decoration: none;
}

/* koniec slider 2 */
