/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/
/* examples_body */
*{
	margin: 0;
	padding: 0;
}
.examples_body {
	width: 750px;
	position: relative;
}
.bx_wrap {
	margin-left: 14px;
}
.bx_wrap ul img { border: 1px solid #fff; }

.bx_wrap a.prev {
	width: 27px;
	height: 34px;
	line-height: 17px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 40px;
	left: 0px;
	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: 820px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 40px;
	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;
}
