/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Slideshow
*/

#slides {
	position:relative;
	top: 0px;
	left: 0px;
	z-index: 9;
}

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

.slides_container {
	width: 684px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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 a {
	width: 684px;
	height:260px;
	display:block;
}

.slides_container a:hover img {
	display:block;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:110px;
	left:5px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides a.next img,#slides a.prev img {
	filter: none;
}

#slides .next {
	left: 655px;
}

/*
	Pagination
*/

.pagination {
	margin: 26px auto 0;
	width:70px;
	position: absolute;
	z-index: 500;
	right: 35px;
	bottom: 12px;
}

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

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

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


#slides .More {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 500;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#slides .More:hover {	
	opacity: 1;
	filter: alpha(opacity=100);
}

/*********************************************¬ÛÃö³sµ²*********************************/

/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Slideshow
*/

#slides2 {
	position:relative;
	top: 50px;
	left: 20px;
	z-index: 9;
}

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

#slides2 .slides_container {
	width: 191px;
	overflow:hidden;
	position:relative;
	display:none;
	left: 28px;
	top: 10px;
}

/*
	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
*/

#slides2 .slides_container a {
	width: 191px;
	height:54px;
	display:block;
}

#slides2 .slides_container a img {
	display:block;
}
#slides2 .slides_container a img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


/*
	Next/prev buttons
*/

#slides2 .next,#slides2 .prev {
	position:absolute;
	top: 18px;
	left:0px;
	width:18px;
	height:31px;
	display:block;
	z-index:101;
	/*opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#slides2 a.next img,#slides2 a.prev img {
	filter: none;
}

#slides2 .next {
	left: 230px;
}

/*
	Pagination
*/

#slides2 .pagination {
	margin: auto 0;
	width:70px;
	position: absolute;
	z-index: 200;
	right: 70px;
	top: -30px;
}

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

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

#slides2 .pagination li.current a {
	background-position:0 -12px;
}

#slides2 .More {
	position: absolute;
	right: 50px;
	top: -31px;
	z-index: 200;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#slides2 .More:hover {	
	opacity: 1;
	filter: alpha(opacity=100);
}


/*********************************************¤pBANNER²*********************************/

/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Slideshow
*/

#slides3 {
	position:relative;
	top: 0px;
	left: 10px;
	z-index: 9;
}

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

#slides3 .slides_container {
	width: 450px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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
*/

#slides3 .slides_container a {
	width: 122px;
	height: 52px;
	display:block;
}

#slides3 .slides_container a img {
	display:block;
}


/*
	Next/prev buttons
*/

#slides3 .next,#slides3 .prev {
	position:absolute;
	top: 10px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	/*opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#slides3 .next {
	left: 430px;
}

/*
	Pagination
*/

#slides3 .pagination {
	margin: auto 0;
	width:140px;
	position: absolute;
	z-index: 200;
	right: 0px;
	top: -26px;
}

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

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

#slides3 .pagination li.current a {
	background-position:0 -12px;
}
