@CHARSET "UTF-8";
/*** Style of SlideShow ***/
.slides_wrap {
	position: relative;
	width:610px;
	overflow: hidden;
}

#slides{
	margin:0px;
	padding:0px;
}

#slides li {
	list-style: none;
}

#slides li img {
	margin: 0 auto;
	border:none;
}

#slides li .img_box {
	float: left;
	margin-top:20px;
	width:250px;
	height:250px;
	text-align:center;
}

#slides .content {
	float: left;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 20px;
	width: 300px;
	height:300px;
	background-image: url("../_images/divider.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#slides li p {
	text-align:left;
	font-size:0.9em;
}

.bx_pager {
	position:absolute;
	bottom:10px;
	right:10px;
}

.bx_pager a {
	float: left;
	width: 21px;
	height: 22px;
	color:#fff;
	font-size: 6px;
	margin-right: 6px;
	background-color:transparent;
	background-image: url("../_images/pager.png");
	background-repeat:no-repeat;
	background-position: left bottom;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: right top;
	color:#fff;
	font-size: 0px;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.auto_controls a {
	font-size: 16px;
	color: #33444f;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	color: #009ada;
}

