@charset "utf-8";
.header_text {
	width:823px;
	height:280px;
	margin:0 auto;
	padding:0;
	background:url(images/simple_bg.gif) top center no-repeat;
}
.header_text .div { float:right; width:823px; padding:10px 0; margin:0;}
.header_text img.screen { float:right; margin:10px 0 0 0;}
.header_text .div .left1 {
	float:left;
	width:400px;
	padding:0;
	margin:0;
}
.header_text .div .left1 img.more { float:left; padding:15px 0}
.header_text .div .left1 h2 {
	padding:0;
	margin:0;
	font-family: arial;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.3em;
}

.header_text p {
	padding:20px 0 0 0;
	margin:0;
}

.gallery {
	width:823px;
	height:280px;
	margin:0 auto;
}
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:823px;
	height:300px;
	overflow:hidden;
}
p#controls { margin:0; padding:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:47px; height:47px; position:absolute; left:-80px; top:-200px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:47px; height:47px; position:absolute; left: 856px; top:-200px; }
#prevBtn a { display:block; width:47px; height:47px; background:url(../images/l_arrow.png) no-repeat 0 0; }
#nextBtn a { display:block; width:47px; height:47px; background:url(../images/r_arrow.png) no-repeat 0 0; }

