@charset "utf-8";
/* CSS Document */

#slides{
	clear:both;
	width: 100%;
	margin-top:6px;
	margin-bottom:-1em;
	position:relative;
	overflow:hidden;
}
.slides_container{
	margin:0;
	width:100%;
	height:266px;
	overflow:hidden;
	float:left;
}
.slide{
	clear:both;
	width:100%;
	height:auto;
}

.slide a {
	float:left;
	display:block;
	width:315px;
	height:280px;
	text-align:center;
}

#slides img {
	background-color:#FFF;
}

/* Control Nav */
.pagination {
	overflow: hidden;
	padding-top: 6px;
	margin-right: 18px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	float: right;
	position:relative;
	top: -55px;
	right:0px;
	z-index:99999;
}
.pagination li {
	display: inline-block;
	list-style: none;
	margin-left: 6px;
	text-indent: -5000px;
	float: left;
	height: 14px;
	width: 14px;
}
.pagination li:first-child {
	margin-left: 0;
}
.pagination li a {
	display: block;
	height: 14px;
	width: 14px;
	position:relative;
	background: url(../images/icons/pagination2.png) -20px 0 no-repeat;
}
.pagination li.current a, .pagination li a:hover {
	background-position: 0 0px;
}
.pagination li.current a {
	display: block;
	height: 14px;
	width: 14px;
	position:relative;
	top:0px;
	left:0px;
	cursor: default;
}

/* Caption */
#slides .caption {
	z-index:997;
	position:absolute;
	top:195px;
	left:0;
	width:900px;
	height:46px;
	overflow:hidden;
	background:#000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	font:300 28px/32px  'MS PMincho', 'Hiragino Mincho Pro', 'Open Sans', sans-serif;
	color:#FFF !important;
	letter-spacing:-1px;
	border-right:32px solid #950202;
	text-align:right;
}
#slides .caption .indents{padding:8px 22px;}

/*
@media only screen and (max-width: 670px){
	.slides_container{width:507px; height:211px;}
	.slide{width:670px;}
	.caption{top:80px; width:241px; height:77px; font-size:18px; line-height:22px;}
	.caption .indents{padding:13px 0 0 13px;}
}
@media only screen and (max-width: 515px){
	.slides_container{width:281px; height:117px;}
	.slide{width:281px;}
	.caption{display:none !important;}
}
@media only screen and (max-width: 321px){
	.slides_container{width:201px; height:83px;}
	.slide{width:201px;}
}
*/