@charset "UTF-8";
/*長勝板金工業webサイトのCSS*/
/* CSS Document */

/* CSS Document */
/*[CSS設定項目]-----

01.全体的な設定
02.header
03.menu
04.conteinar
05.contents
05-1.list
05-2.table
05-3.font-style
06.footer
*/

/*01.全体的な設定*/
* {
	margin : 0;
	padding : 0;
	color : #333333;
	font-size:large;
	font-style : normal;
	font-weight : normal;
	font-family : Helvetica, Verdana, Arial, sans-serif, "Osaka", "Hiragino Kaku Gothic Pro", "lroSVbN";
	line-height : 180%;
	text-decoration : none;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
}

body {
	background-color:#FFFFFF;
}

h1 {
	color:#FFFFFF;
	width:800px;
	height:10px;
}

h1 em {
	color:#FFFFFF;
	text-decoration:none;
	font-size:8px;
}

a#seo {
	color:#FFFFFF;
	text-decoration:none;
	font-size:8px;
}


h2 {
	border-left:#006633 solid 5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:large;
	color:#666666;
	padding-left:3px;
}

h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:large;
	color:#666666;
}

h4 {
	color:#666666;
	font:Helvetica, sans-serif;
	font-size:14px;
	border-bottom:#CCCCCC dashed 1px;
}

h5 {
	color:#666666;
	font:Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}

h6 {
	margin-top:15px;
	margin-bottom:5px;
	padding-left:5px;
	border-left:#009933 solid 5px;
	font-size:larger;
	color:#666666;
}

a,a:link {
	color:#003399;
	text-decoration:underline;
}

a:visited {
	color:#9966FF;
}

a:hover {
	color:#FF3300;
}

.ie {
	behavior:url(iepngfix.htc);
}

/*02.header*/
#header {
	width:800px;
	height:70px;
}

#logo {
	width:290px;
	height:50px;
	float:left;
}

#head_info {
	width:150px;
	height:50px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}

P#sub_menu {
	text-align:right;
}

#call {
	text-align:right;
}

.change {
	font-size:9px;
	color:#999999;
}

a#switch_s {
	font-size:10px;
	text-decoration:none;
	color:#333333;
}

a#switch_s a:hover {
	font-size:10px;
	text-decoration:underline;
	color:#999999;
}

a#switch_m {
	font-size:12px;
	text-decoration:none;
	color:#333333;
}

a#switch_m a:hover {
	font-size:12px;
	text-decoration:underline;
	color:#999999;
}

a#switch_l {
	font-size:14px;
	text-decoration:none;
	color:#333333;
}

a#switch_l a:hover {
	font-size:14px;
	text-decoration:underline;
	color:#999999;
}

/*03.menu*/
#gloval_navi {
	width:800px;
	height:40px;
}

#gloval_navi ul, #gloval_navi li {
	margin:0px;
	padding:0px;
	list-style:none;
}

#gloval_navi li {
	float:left;
}

#gn_home {
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_home a:hover {
	background-image:url(../img/navi/home_over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_service {
	text-decoration:none;
	list-style-type:none;
}

#gn_service a:hover {
	background-image:url(../img/navi/service_over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_company {
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_company a:hover {
	background-image:url(../img/navi/company_over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_works {
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_works a:hover {
	background-image:url(../img/navi/works_over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_contact {
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn_contact a:hover {
	background-image:url(../img/navi/contact_over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	list-style-type:none;
	float:left;
}

#gn01 {
	width:160px;
	height:40px;
	float:left;
	margin:0px;
	background-image:url(../img/navi/home_btn.png);
	background-repeat:no-repeat;
	list-style-type:none;
	text-decoration:none;
	float:left;
	display:inline;
}

#gn01 a:hover {
	width:160px;
	height:40px;
	float:left;
	margin:0px;
	background-image:url(../img/navi/home_over.png);
	background-repeat:no-repeat;
	list-style-type:none;
	text-decoration:none;
	float:left;
	display:inline;
}

#gn02 {
	width:160px;
	height:40px;
	float:left;
	margin:0px;
	background-image:url(../img/navi/service_btn.png);
	background-repeat:no-repeat;
	list-style-type:none;
	text-decoration:none;
	float:left;
}

#gn03 {
	width:160px;
	height:40px;
	float:left;
	margin:0px;
	background-image:url(../img/navi/company_btn.png);
	background-repeat:no-repeat;
	list-style-type:none;
	text-decoration:none;
	float:left;
}

#gn04 {
	width:160px;
	height:40px;
	float:left;
	margin:0px;
	background-image:url(../img/navi/works_btn.png);
	background-repeat:no-repeat;
	list-style-type:none;
	text-decoration:none;
	float:left;
}

#gn05 {
	width:160px;
	height:40px;
	float:left;
	margin:0px;
	background-image:url(../img/navi/contact_btn.png);
	background-repeat:no-repeat;
	list-style-type:none;
	text-decoration:none;
	float:left;
}


.gn {
	visibility:hidden;
	text-decoration:none;
}

#local_navi {
	list-style:url(../img/contents/cap02.png) inside;
	margin-left:10px;
	margin-top:10px;
}

#local_navi a {
	color:#333333;
	font-size:14px;
	text-decoration:none;
}

#local_navi a:hover {
	color:#999999;
	font-size:14px;
	text-decoration:none;
}

#pan {
	color:#999999;
	font-size:small;
	padding:0px 10px;
}


#pan a {
	font-size:small;
	color:#999999;
	text-decoration:none;
}

#pan a:hover {
	font-size:small;
	color:#009900;
	text-decoration:none;
}
/*04.conteiner*/
#conteiner {
	width:800px;
	height:auto;
	margin-top:20px;
}

#conteiner_foot {
	clear:both;
}

/*05.contents*/
#main01 {
	width:610px;
	height:auto;
	float:left;
	margin-top:20px;
}

#main02 {
	width:590px;
	height:auto;
	float:right;
	margin-top:20px;
}

#main_foot {
	clear:both;
}

#side01 {
	width:170px;
	height:auto;
	padding-left:5px;
	border-left:5px solid #CCCCCC;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
}

#side02 {
	width:190px;
	height:auto;
	padding-left:5px;
	border-left:5px solid #CCCCCC;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

#side_foot {
	clear:both;
}

#contents01 {
	width:300px;
	height:auto;
	float:left;
	margin-bottom:15px;
}

#contents02 {
	width:300px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-bottom:15px;
}

#contents03 {
	width:590px;
	height:auto;
	margin-bottom:15px;
}

#contents04 {
	width:570px;
	padding:10px;
	margin-bottom:15px;
	border-bottom:#CCCCCC dashed 1px;
}

#contents05 {
	width:290px;
	margin-bottom:10px;
	float:left;
}

#contents06 {
	width:290px;
	margin-bottom:10px;
	float:left;
	margin-left:10px;
}

#contents07 {
	width:290px;
	margin-bottom:10px;
	float:right;
}

#contents08 {
	width:590px;
	height:auto;
	margin-left:10px;
	float:left;
}

#contents09 {
	width:600px;
	height:auto;
	margin-left:-10px;
	margin-bottom:15px;
}

#contents10 {
	width:570px;
	padding:0px 10px;
	height:auto;
	margin-bottom:20px;
	border-bottom:#CCCCCC dashed 1px;
}

#contents11 {
	width:550px;
	padding:0px 10px;
	height:auto;
}

#contents12 {
	width:220px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	padding:10px;
	background-color:#E8FFDC;
	float:left;
}

#contents13 {
	width:190px;
	margin-bottom:10px;
	float:left;
	margin-left:10px;
}

#sub_contents {
	margin-bottom:20px;
}

#contents_caption {
	width:570px;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;
	background-image:url(../img/bg/bg_cap04.png);
	background-repeat:no-repeat;
}

#caption01 {
	width:280px;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/bg/bg_cap01.png);
	background-repeat:no-repeat;
}

#caption02 {
	width:570px;
	height:25px;
	padding:0 10px;
	background-image:url(../img/bg/bg_cap02.png);
	background-repeat:no-repeat;
}

#caption03 {
	width:570px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/bg/bg_cap05.png);
	background-repeat:no-repeat;
}

#caption04 {
	width:270px;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/bg/bg_cap06.png);
	background-repeat:no-repeat;
}

#caption05 {
	width:570px;
	height:100px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/bg/bg_hosho_cap.png);
	background-repeat:no-repeat;
}

#caption06 {
	width:570px;
	height:190px;
	padding:10px;
	background-image:url(../img/bg/bg_statment.png);
	background-repeat:no-repeat;
}

#caption07 {
	width:170px;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/bg/bg_cap07.png);
	background-repeat:no-repeat;
}


#body01 {
	width:280px;
	height:auto;
	padding:10px;
	background-image:url(../img/bg/bg_body01.png);
	background-repeat:repeat-y;
}

#body02 {
	width:570px;
	height:auto;
	padding:10px;
	background-image:url(../img/bg/bg_body02.png);
	background-repeat:repeat-y;
}

#body03 {
	width:270px;
	height:auto;
	padding:10px;
	background-image:url(../img/bg/bg_body04.png);
	background-repeat:repeat-y;
}

#body04 {
	width:550px;
	height:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg/bg_body02.png);
	background-repeat:repeat-y;
}

#body05 {
	width:280px;
	height:150px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg/bg_untiku.png);
	background-repeat:no-repeat;
}

#body06 {
	width:280px;
	height:150px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg/bg_faq.png);
	background-repeat:no-repeat;
}

#body07 {
	width:570px;
	height:180px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg/bg_solar.png);
	background-repeat:no-repeat;
}


#body08 {
	width:270px;
	height:150px;
	clear:both;
	padding:10px;
	background-image:url(../img/bg/bg_work_solar.png);
	background-repeat:no-repeat;
}

#body09 {
	width:270px;
	height:150px;
	clear:both;
	padding:10px;
	background-image:url(../img/bg/bg_work_roof.png);
	background-repeat:no-repeat;
}

#body10 {
	width:270px;
	height:150px;
	clear:both;
	padding:10px;
	background-image:url(../img/bg/bg_work_wall.png);
	background-repeat:no-repeat;
}

#body11 {
	width:270px;
	height:150px;
	clear:both;
	padding:10px;
	background-image:url(../img/bg/bg_work_toi.png);
	background-repeat:no-repeat;
}

#body12 {
	width:570px;
	height:180px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg/bg_toi.png);
	background-repeat:no-repeat;
}

#body13 {
	width:570px;
	height:180px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg/bg_roof.png);
	background-repeat:no-repeat;
}

#body14 {
	width:570px;
	height:180px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg/bg_wall.png);
	background-repeat:no-repeat;
}

#body15 {
	width:170px;
	height:220px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/bg/bg_body05.png);
	background-repeat:repeat-y;
}

#foot01 {
	width:300px;
	height:20px;
	background-image:url(../img/bg/bg_btm01.png);
	background-repeat:no-repeat;
}

#foot02 {
	width:590px;
	height:20px;
	background-image:url(../img/bg/bg_btm02.png);
	background-repeat:no-repeat;
}

#foot03 {
	width:290px;
	height:20px;
	background-image:url(../img/bg/bg_btm04.png);
	background-repeat:no-repeat;
}

#foot04 {
	width:190px;
	height:20px;
	clear:both;
	background-image:url(../img/bg/bg_btm05.png);
	background-repeat:no-repeat;
}

p#cap01 {
	color:#FFFFFF;
	font:Helvetica, sans-serif;
	padding-top:2px;
	font-size:14px;
}

a#cap01 {
	color:#FFFFFF;
	font:Helvetica, sans-serif;
	padding-top:2px;
	font-size:14px;
	text-decoration:none;
}

p#cap01 a:hover {
	color:#66FF00;
	font:Helvetica, sans-serif;
	padding-top:2px;
	font-size:14px;
}

p#cap02 {
	color:#666666;
	font:Helvetica, sans-serif;
	padding-top:2px;
	font-size:14px;
}

p#cap03 {
	color:#666666;
	font:Helvetica, sans-serif;
	padding-top:2px;
	font-size:14px;
	font-weight:bolder;
	float:left;
}

p#cap04 {
	color:#666666;
	font:Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	padding-top:6px;
	font-weight:lighter;
	float:right;
}

p.cap05 {
	color:#009900;
	font-size:12px;
	font-weight:bolder;
}

P.cap06 {
	color:#009900;
	font-size:larger;
	margin-top:15px;
	margin-bottom:7px;
}

p.cap07 {
	color:#666666;
	font-weight:bolder;
	margin-bottom:5px;
}

#piece {
	width:570px;
	height:auto;
	margin-bottom:5px;
	padding-bottom:15px;
	border-bottom:#CCCCCC dashed 1px;
}


#piece h3, #piece p {
	clear:right;
}

#piece_foot {
	clear:both;
	margin:10px 0px;
}

p.small {
	width:170px;
	font-size:small;
}

.frm {
	margin-top:10px;
}

.success {
	text-indent:1em;
	margin-top:50px;
	margin-bottom:50px;
}

#set {
	margin-top:10px;
	padding:10px;
	border:none;
}

#gazou01 {
	width:150px;
	float:left;
	margin-right:20px;
}

#gazou01 img {
	width:150px;
	height:120px;
}

#gazou02 {
	width:150px;
	float:right;
	margin-right:15px;
}

#gazou02 img {
	width:150px;
	height:120px;
}

#hoshohso {
	width:200px;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.sentence {
	text-indent:1em;
}

#flow_left {
	width:250px;
	margin-left:10px;
	float:left;
}

.solar {
	text-align:center;
}

.center {
	text-align:center;
	width:auto;
	float:left;
}

.clear {
	clear:both;
	width:auto;
}

p.bold {
	text-align:left;
	font-size:120%;
	font-weight:bolder;
	margin-top:20px;
	margin-bottom:10px;
}

p.solar_sentens {
	text-align:left;
	text-indent:1em;
	margin-bottom:10px;
	margin-top: 10px;
}

p.sign {
	text-align:right;
	margin:20px 0px;
	font-size:larger;
	color:#666666;
}

.kugiri {
	margin-top:20px;
}

#sitemap1 {
	width:220px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	padding:10px;
	background-color:#F5F5F5;
	float:left;
}

#sitemap2 {
	width:220px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	padding:10px;
	background-color:#F5F5F5;
	float:right;
}

a#sm {
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

a#sm a:hover {
	font-size:14px;
	color:#666666;
	text-decoration:underline;
}

a#s_m {
	border-left:#006633 solid 3px;
	padding-left:3px;
	color:#000000;
	text-decoration:none;
}

a#s_m1 {
	padding-left:6px;
	color:#000000;
	text-decoration:none;
}

a#s_m2 {
	padding-left:12px;
	color:#333333;
	text-decoration:none;
}

.midashi {
	border-left:#006633 solid 5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:large;
	color:#666666;
	padding-left:3px;
}

P.question {
	font-weight:bolder;
	color:#009933;
	margin-top:10px;
	margin-bottom:10px;
}

p.answer {
	text-indent:1em;
}

a.entry {
	margin-top:20px;
	margin-left:20px;
	font-size:24px;
	color:#333333;
	text-decoration:none;
}

p.entry a:hover {
	margin-top:20px;
	margin-left:20px;
	font-size:24px;
	color:#999999;
	text-decoration:none;
}

a.enter01 {
	font-size:14px;
	color:#333333;
	text-decoration:none;
}

p.enter01 a:hover {
	font-size:14px;
	color:#999999;
	text-decoration:underline;
}

a.enter02 {
	font-size:18px;
	color:#000000;
	text-decoration:none;
}

p.enter02 a:hover {
	font-size:18px;
	color:#009900;
	text-decoration:none;
}

img#detail {
	float:right;
	margin-top:100px;
}

img#detail01 {
	float:right;
	margin-top:50px;
}

img#detail02 {
	text-align:left;
	top:30px;
}

img#detail03 {
	text-align:left;
	margin-top:60px;
}

.setsumei {
	font-size:12px;
	text-indent:0.8em;
	background-image:url(../img/bg/bg_white.png);
	background-repeat:repeat;
	padding:5px;
	text-shadow:#FFFFFF 0px 120% ;
	width:310px;
	margin:20px 0px;
}

a.setsumei {
	font-size:12px;
	text-indent:0.8em;
	color:#333333;
	text-decoration:none;
	background-image:url(../img/bg/bg_white.png);
	background-repeat:repeat;
	padding:5px;
	text-shadow:#FFFFFF 0px 120% ;
	width:310px;
	margin:20px 0px;
}

.setsumei a:hover {
	font-size:12px;
	text-indent:0.8em;
	color:#009900;
	text-decoration:none;
	background-image:url(../img/bg/bg_white.png);
	background-repeat:repeat;
	padding:5px;
	text-shadow:#FFFFFF 0px 120% ;
	width:310px;
	margin:20px 0px;
}

#service_info {
	width:400px;
	float:left;
}

.example {
	width:400px;
}

#check {
	width:400px;
	float:right;
}

img#untiku {
	width:300px;
	float:right;
	margin-left:20px;
	margin-top:10px;
}

img#untiku01 {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px;
}

img#untiku02 {
	width:200px;
	float:right;
	margin-left:20px;
	margin-top:10px;
}

img#sort_work {
	width:170px;
	margin-bottom:5px;
}

.centering {
	text-align:center;
	margin-bottom:20px;
}

#works_left {
	width:300px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:20px;
	float:left;
}

div#works_left img {
	width:300px;
	height:auto;
}

#works_right {
	width:250px;
	float:right;
	margin-top: 10px;
}

div#works_right img {
	width:200px;
	height:auto;
	margin-bottom:20px;
}

.customer {
	width:100px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.supply {
	font-size:small;
}
/*05-1.list*/


#check dl {
	margin-bottom:20px;
}

#check dt {
	margin-top:10px;
}

ul.flow {
	margin-top:10px;
	margin-bottom:10px;
}

li.flow {
	margin-left:10px;
	list-style-position:inside;
}

li.p_p {
	margin-left:25px;
	margin-top:5px;
	font-size:smaller;
	list-style-position:inside;
}

#ln {
	font-size:larger;
	color:#666666;
	text-decoration:none;
}

dl.kugiri dt {
	color:#006633;
	margin-top: 5px;
}

dt#site_list {
	padding-bottom:5px;
	border-bottom:#333333 dashed 1px;
}

dt.about {
	margin-top:20px;
}

dd.tansho {
	clear:left;
	line-height:2em;
}

dd.taisaku {
	float:right;
	line-height:2em;
}
/*05-2.table*/
#diagram01 {
	width:570px;
	height:auto;
	margin-top:10px;
}

#diagram02 {
	width:570px;
	height:auto;
	margin-top:10px;
}

#diagram03 {
	width:570px;
	height:auto;
	margin-top:10px;
	text-align:center;
	border-collapse:collapse;
	border:1px solid #009900;
}

#diagram03 td {
	border-collapse:collapse;
	border:#009900 1px solid;
}

#cell01 {
	clear:both;
}

#cell02 {
	width:170px;
	font-size:10px;
}

tr#t_cap {
	text-align:center;
	font-weight:bolder;
	font-size:larger;
	background-color:#CCCCCC;
}

td#center01 {
	padding:0px;
}

#left01 {
	width:150px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:larger;
	color:#333333;
	background-color:#E1E1E1;
	border:#FFFFFF solid 1px;
}

#left02 {
	width:50px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:medium;
	color:#666666;
	background-color:#E8FFDC;
	border:#FFFFFF solid 1px;
}

#left03 {
	padding-bottom:5px;
	font-size:12px;
}

#left04 {
	padding-bottom:2px;
	width:50px;
}

#right01 {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#right02 {
	font-size:smaller;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#right03 {
	padding-left:10px;
	padding-bottom:5px;
}

#right04 {
	padding-left:2px;
	padding-bottom:2px;
}

tr.caption {
	font-size:12px;
	background-color:#FFFCA9;
}

.data {
	font-size:10px;
}
/*05-3.font-style*/
.red {
	color:red;
}

.green {
	color:#009933;
	font-size:large;
	margin-top:10px;
}
/*06.footer*/
#footer {
	width:800px;
	height:30px;
	clear:both;
	margin-top:20px;
	border-top:#CCCCCC solid 1px;
}

#footer_menu {
	margin-top:5px;
	float:left;
	font-size:12px;
}

#footer_menu a {
	color:#333333;
	text-decoration:none;
	font-size:12px;
}

#footer_menu a:hover {
	color:#666666;
	text-decoration:none;
	font-size:12px;
}

#copy {
	font-size:10px;
	margin-top:5px;
	float:right;
	text-align:right;
}


/*other*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/js/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/js/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/js/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

