/** {margin:0; padding:0}
body {font:12px Verdana,Arial; color:#555; background:#ddd}
p {line-height:1.4; margin-bottom:12px}
#wrapper {width:673px; margin:50px auto}



clashing with core.css*/

#slider_container {position:relative; background:#fff; 	background-image: url(../images/image_slider_text_bg.png);
	background-repeat: no-repeat;
	background-position: left;/*padding:32px;*/ height:108px; /*border-right:1px solid #ccc; border-bottom:1px solid #ccc*/}
/*#slider_wrapper {width:673px; margin:50px auto}*/

.sliderbutton {float:left; width:25px; height:108px; cursor:pointer; display: none;}
#slideleft {background:url(../images/slider/icons.gif) -50px -265px no-repeat}
#slideleft:hover {background-position:-0 -265px}
#slideright {background:url(../images/slider/icons.gif) 0 90px no-repeat}
#slideright:hover {background-position:-50px 90px}
#slider {float:left; position:relative; overflow:auto; width:715px; height:108px} /*width was 702 check on all browsers*/
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:715px; height:108px}/*width was 702 check on all browsers*/
.sliderpagination {position:absolute; top:90px; left:10px; list-style:none; height:12px; background: none;}
.sliderpagination li {float:left; cursor:pointer; height:10px; width:10px; background:#5da7cb; margin:0 5px 0 0; }
.sliderpagination li:hover, li.current {background:#134f6c;}






/* image slider */
/*#slider{
	height: 108px;
}*/

#slider li .image{
	position: relative;
	display: inline-block;
	float: right;
	top: -16px;
}

#slider li .text{
	position: relative;
	display: inline-block;
	float: left;
	top: 4px;
	left: 10px;

clear: both;
	width: 300px;
	font-size: 0.95em;
	color: #7f8387;
}

#slider li .title{
	position: relative;
	display: inline-block;
	float: left;
	clear: both;
	top: 4px;
	left: 10px;
	font-size: 1.05em;
	font-weight: normal;
	color: #231f20;
}
/*#slider .text {
	font-size: 0.95em;
	color: #7f8387;
	padding: 0px 30px 10px 10px;
}*/

#slider .changer{
	float: left;
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
}