/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/

*{
	margin: 0;
	padding: 0;
}



/* examples_body */
.examples_body {
	width: 996px;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.bx_wrap {
	padding-left: 14px;
}
.bx_wrap ul img {
	border: 1px solid #B8D9F3;
	padding: 5px;
	background-color: #FFFFFF;
}

.bx_wrap a.prev {
	width: 27px;
	height: 34px;
	line-height: 17px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 55px;
	left: 0px;
	text-indent: -9999px;
	background: url(../images/icon_arrow_left.png) no-repeat left;
}
.bx_wrap a.prev:hover {
	background: url(../images/icon_arrow_left.png) no-repeat right;
}
.bx_wrap a.next {
	width: 27px;
	height: 34px;
	line-height: 17px;
	left: 958px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 55px;
	text-indent: -9999px;
	background: url(../images/icon_arrow_right.png) no-repeat right;
}
.bx_wrap a.next:hover {
	background: url(../images/icon_arrow_right.png) no-repeat left;
}
