/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/





/* examples_body */
.examples_body {
	width: 680px;
	clear: both;
	position: relative;
	background-color: #f9fafa;
	height: 180px;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.bx_wrap {
	margin-left: 30px;
}
.bx_wrap ul img { border: 2px solid #DDD; }

.bx_wrap a.prev {
	width: 27px;
	height: 34px;
	line-height: 17px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 70px;
	left: 20px;
	text-indent: -9999px;
	background: url(../../images/icon_arrow_left.gif) no-repeat left;
}
.bx_wrap a.prev:hover {
	background: url(../../images/icon_arrow_left.gif) no-repeat right;
}
.bx_wrap a.next {
	width: 27px;
	height: 34px;
	line-height: 17px;
	left: 620px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 70px;
	text-indent: -9999px;
	background: url(../../images/icon_arrow_right.gif) no-repeat right;
}
.bx_wrap a.next:hover {
	background: url(../../images/icon_arrow_right.gif) no-repeat left;
}
