@charset "utf-8";

.topSlideBlock {
	margin: 10px 0 0;
	height:260px;
	position:relative;
	/*background-color:red;*/
}

.topSlideBlock a{outline:none;}



/*
	Slideshow
*/

#slides {
	position:absolute;
	/*top:15px;
	left:4px;*/
	z-index:100;
	width:925px;
	padding:0;
	border: 10px solid #1d2088;
	background-color: #fff;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:925px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0 auto;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:925px;
	height:195px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	text-indent:-9999px;
	top:80px;
	left:10px;
	width:37px;
	height:37px;
	display:block;
	z-index:101;
	background-repeat:no-repeat;
	background-image:url(../img/home/arrow-prev.png);
}

#slides .next {
	left:878px;
	background-image:url(../img/home/arrow-next.png);
}

#slides .prev:hover,#slides .next:hover {
	background-position:bottom;
}

#slides .prev:hover {
	_background-image:url(../img/home/arrow-prev_on.png);
}

#slides .next:hover {
	_background-image:url(../img/home/arrow-next_on.png);
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	bottom:15px;
	left:50%;
}

.pagination li {
	float:left;
	margin:0 8px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:15px;
	height:0;
	padding-top:15px;
	background-image:url(../img/h_expo/expo_pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -15px;
}

/*
	Caption
*/
