@charset "utf-8";

.topSlideBlock {
	height:250px;
	position:relative;
	/*background-color:red;*/
}

.topSlideBlock a{outline:none;}



/*
	Slideshow
*/

#slides {
	position:absolute;
	/*top:15px;
	left:4px;*/
	z-index:100;
	width:100%;
	padding:9px 0;
	/*background-color:blue;*/
	background:url(../img/share/bg_dotppattern1.gif);
}

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

.slides_container {
	width:711px;
	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:711px;
	height:195px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	text-indent:-9999px;
	top:90px;
	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:682px;
	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 4px;
	list-style:none;
}

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

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

/*
	Caption
*/

.caption {
	display:block;
	cursor:pointer;
	z-index:500;
	position:absolute;
	bottom:-55px;
	left:0;
	height:47px;
	padding:8px 20px 0 20px;
	background:url(../img/home/topSlide_bg_textArea.png) no-repeat left top;
	width:671px;
	line-height:1.4;
	color:#fff;
	font-weight:bold;
	font-size:108%;
	text-decoration:none;
}