<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Theme_blog_11_Arrow{
	margin:0px auto;	
	position:relavent;
}
.Theme_blog_11_Arrow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.Theme_blog_11_Arrow li {
	padding: 0;
	margin:0px 6px;
	display: block;
	float: left;
}
.Theme_blog_11_Arrow h3{
	margin:8px 0px 5px 0px;
}
.Theme_blog_11_Arrow .carousel_title{
	border-bottom:1px dotted #BCBCBC;
	padding-bottom:5px;
}
.Theme_blog_11_Arrow .prev{
	text-indent:-9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	top:-36px;
	position:absolute;
	outline:none;
	right:37px;	
	background: url(images/arrow.png) 0px 0px;
	background-color:#C0C0C0;
	border-radius:50px;
}
.Theme_blog_11_Arrow .prev:hover{
	background-color:#898989;	
}
.Theme_blog_11_Arrow .next{
	text-indent:-9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	top:-36px;
	position:absolute;
	outline:none;
	right:0px;
	background: url(images/arrow.png) -28px 0px;
	background-color:#C0C0C0;
	border-radius:50px;
}
.Theme_blog_11_Arrow .next:hover{
	background-color:#898989;	
}
.Theme_blog_11_Arrow .pager {
	text-align: center;
	height:18px;
	line-height:18px;
}
.Theme_blog_11_Arrow .pager a {
	margin: 0 3px;
	text-decoration: none;
	display:inline-block;
	width:16px;
	height:16px;
	background-color:#C0C0C0;
	outline:none;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	border-radius:50px;
	font-size:16px;
}

*+html .Theme_blog_11_Arrow .pager a{
	display:inline;	
	text-indent:0px;
	font-size:0px;
}
.Theme_blog_11_Arrow .pager a.selected {
	background-color:#898989;	
}
.Theme_blog_11_Arrow .timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.Theme_blog_11_Arrow .carousel_image a{
	display: block;	
}
.Theme_blog_11_Arrow .image-zoom a{
	background: url("images/zoom_icon.png") no-repeat  50% 50% ;
}
.Theme_blog_11_Arrow .image-link a{
	background: url("images/link_icon.png") no-repeat  50% 50% ;
}</pre></body></html>