/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/

h2.title_name {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 4em;
	text-align: center;
}
h2.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #f9f66d;
	font-size: 0.9em;
}
h2.title_name small {
	color: #AAAAAA;
	display: block;
	font-family: normal Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.2em;
	letter-spacing: 1.0em;
	text-transform: uppercase;
}
p.copy_right {
	width: 650px;
	clear: both;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
p.copy_right a {
}
p.copy_right a:hover {
	text-decoration: none;
}

/* examples_body */
.examples_body {
	width: 655px;
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 10px;
}
.bx_wrap {

}
.bx_wrap ul img {
}

.bx_wrap a.prev {
	width: 27px;
	height: 40px;
	line-height: 17px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 20px;
	left: 0px;
	text-indent: -9999px;
	background: url(../images/icon_arrow_left-1.gif) no-repeat left;
}
.bx_wrap a.prev:hover {
	background: url(../images/icon_arrow_left-1.gif) no-repeat right;
}
.bx_wrap a.next {
	width: 27px;
	height: 40px;
	line-height: 17px;
	left: 655px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 20px;
	text-indent: -9999px;
	background: url(../images/icon_arrow_right-1.gif) no-repeat right;
}
.bx_wrap a.next:hover {
	background: url(../images/icon_arrow_right-1.gif) no-repeat left;
}
