.loading {
	left: 50%;
	top: 50%;
	position: absolute;
	width:16px ;
	height:16px;
	margin:-8px 0 0 -8px;
}

#slide_holder {
	background:none;
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 760px;
	top:-6px;
	left:-2px;
	height:350px;
}

#slide_holder_inner {
	height: 350px;
	width: 760px;
}

#slide_holder div.bloc {
	/*position: absolute;*/
	padding:0 22px 0 215px;
	height:206px;
	background:url(images/mainBloc_gradient.gif) repeat-x left bottom;
	width:520px;
}



#slide_holder div.bloc h2{font-size:14px}

#slide_holder div.bloc {font-size:11px}

div#slide_holder_inner a, div#slide_holder_inner img{border:0}

ul#slide_buttons {
	position: absolute;
	left: 0px;
	top: 0;
	z-index:200;
	background:url(images/bg_slideshow.png) no-repeat left top;
	
}

ul#slide_buttons li {
	background:#fff url(images/button_selected.png) no-repeat left top;
	display: block;
	/*float: left;*/
	height: 50px;
	list-style: none;
	padding:10px;
	width: 172px;
	font-weight:bold;
	font-size:11px;
	cursor: pointer;

	margin-left:2px;
	color:#666;
	position:relative;
	/*margin-top:-1px;*/
}
ul#slide_buttons li:first-child{margin-top:2px;background-position:left -208px}
ul#slide_buttons li.slide_4{background-position:left -260px}
ul#slide_buttons li#button_selected {
	background-position:left -104px;
	width:181px;
	padding-right:28px;
	color:#fff;
}
ul#slide_buttons li#button_selected.slide_1{background-position:left -52px;}
ul#slide_buttons li#button_selected.slide_4{background-position:left -156px;}

ul#slide_buttons li:hover{color:#7ca900}

#row_of_slides {
	position: absolute;
	top: 0;
}

#row_of_slides .slide {
	position: absolute;
}

#carousel_controls{display:none}
