/*
	Theme Name: gerenuk
	Theme URI: http://gerenuk.crazyphoto.org/
	Description: theme for gerenuk
	Version: 5.5
	Author: gerenuk.crazyphoto.org/

	This theme uses Silk Icon Set by Mark James:
	http://www.famfamfam.com/
*/

/*-------------------------------------------------
	General layout
-------------------------------------------------*/

body {
	font:normal small Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	background-color:#121414;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}

a:link {
	color:#143FAF;
	text-decoration:none;
}

a:visited {
	color:#2080FF;
	text-decoration:none;
}

a:hover {
	color: #CC0000;
	text-decoration:underline;
}

img {
	border:none;
}

.bnone {
	border:none!important;
}

abbr {
	border-bottom:1px dotted #cccccc;
	cursor: help;
}

.hidden {
	display:none;
}

.clear {
	clear:both;
}

.sup {
	font-size:xx-small;
	vertical-align:super;
}

.sub {
	font-size:xx-small;
	vertical-align:sub;
}

.justify {
	text-align: justify;
}

/*-------------------------------------------------
	container
-------------------------------------------------*/

#container {
	background:#FFFFFF;
	text-align:left;
}

.inner {
	width:820px;
	margin:0px auto;
}

/*-------------------------------------------------
	header
-------------------------------------------------*/

#header {
	background:#D7D5CD url(images/background_header.gif) repeat-x center top;
	margin:0px;
	padding:10px 0px;
	float:left;
	width:100%;
	border-bottom:1px solid #AAAAAA;
}

#header a {
	outline:none;
}

#header #banner {
	margin:0px;
	padding:0px;
	height:60px;
	float:left;
}

#header #banner h1 a {
	background:url(images/banner_logo.gif) no-repeat left top;
	display:block;
	margin:0px;
	padding:0px;
	width:200px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}

#header #search_form {
	background:url(images/background_search_form.gif) no-repeat center top;
	margin:0px;
	padding:0px;
	float:right;
	width:200px;
	height:40px;
}

#header #contents {
	height:20px;
	overflow:hidden;
	clear:both;
}

#header #contents ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header #contents ul li {
	background:#143FAF url(images/background_header_li.gif) repeat-x left top;
	float:left;
	width:100px;
	text-align:center;
	border-right:1px solid #006BC0;
}

#header #contents ul li a {
	font:bold 12px/1.8em 'trebuchet ms', Verdana, helvetica, Arial, sans-serif;
	color:#FFFFFF;
	height:20px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}

#header #contents ul li a:hover, #header #contents ul li a:active {
	color:#FFFFFF;
	background-color:#75A6C8;
	text-decoration:none;
}

#header #contents ul li.current_page_item a {
	color:#333333;
	background:#E2E1D8 url(images/background_header_li_c.gif) repeat-x left top;
	text-decoration:none;
}

#header #shelf {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:10px 0px 0px 0px;
	padding:0px;
	clear:both;
}

#header #news_ticker {
	background:#FFFFFF url(images/background_news_ticker.gif) no-repeat left 4px;
	border:1px solid #CCCCCC;
	margin:10px 0px 0px 0px;
	padding:5px;
	height:1em;
	clear:both;
	overflow:hidden;
}

#header #news_ticker ul {
	margin:0px;
	padding:0px 0px 0px 90px;
	list-style-type:none;
	line-height:1.0;
}

#header #ad {
	margin-top:10px;
}

#header #ad ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:1.0;
}

#header #ad ul li {
	margin-right:5px;
	float:left;
	text-align:center;
}

#header #ad img {
	background:#FFFFFF url(images/link_amazon.gif) no-repeat left bottom;
	border:1px solid #CCCCCC;
	padding:4px 4px 24px 4px;
	float:left;
}

#header #panel {
	background-color:#51473D;
	margin:0px;
	padding:10px;
	clear:both;
	display:none;
}

#header #eyecatch {
	background:#FFFFFF url(images/catch_01.jpg) no-repeat center center;
	border:4px solid #FFFFFF;
	width:810px;
	height:110px;
	margin:0px;
	padding:0px;
}

/*-------------------------------------------------
	substance
-------------------------------------------------*/

#substance {
	background:#FFFFFF url(images/background_substance.gif) repeat-x center top;
	padding:20px 0px;
	float:left;
	clear:both;
	width:100%;
}

/*-------------------------------------------------
	sidebar
-------------------------------------------------*/

#sidebar {
	background:#FFFFFF url(images/background_sidebar.gif) no-repeat right top;
	width:200px;
	float:right;
	margin:0px;
	padding:0px 0px 0px 10px;
	overflow:hidden;
	line-height:1.8;
}

#sidebar h2 {
	background:#51473D url(images/background_h2.gif) no-repeat right top;
	border-top:2px solid #143FAF;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	height:18px;
	padding-left:10px;
	clear:both;
	line-height:1.8;
}

#sidebar .content, #sidebar .widget {
	font-size:x-small;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#sidebar p, #sidebar select {
	margin:10px;
	padding:0px;
}

#sidebar p img, #bodytext .entry_footer img {
	border:none;
	vertical-align:middle;
}

#sidebar p img.about_icon {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-right:3px;
	padding:2px;
	float:left;
	clear:both;
}

#sidebar ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#sidebar ul ul {
	margin-left:10px;
	padding:0px;
	list-style-type:none;
}

#sidebar ul li {
	font-size:10px;
	padding:0px;
}

#sidebar ul ul li {
	border-left:2px solid #cccccc;
}

#sidebar ul li a {
	height:20px;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	overflow:hidden;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
	color:#FFFFFF;
	background-color:#CC0000;
	text-decoration:none;
}

#sidebar ul li.current_page_item > a, #sidebar ul li.current-cat > a {
	color:#FFFFFF;
	background-color:#CC0000;
	text-decoration:none;
}

#sidebar #feeds p {
	line-height:1.0;
}

/*-------------------------------------------------
	bodytext
-------------------------------------------------*/

#bodytext {
	width:600px;
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#bodytext a:active {
	color: #CC0000;
	background-color:#FFF0F0;
	text-decoration:underline;
}

#bodytext .content {
	margin:0px 0px 10px 0px;
	padding:0px;
}

#entries_list .content, #comments_list .content {
	border-bottom:1px dotted #51473D;
}

#bodytext h2 {
	border-top:2px solid #51473D;
	color:#51473D;
	font-size:10px;
	font-weight:bold;
	height:18px;
	padding-left:10px;
	clear:both;
	line-height:1.8;
}

#bodytext h3 {
    font-size:1.4em;
    font-family:'trebuchet ms', Verdana, helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:1.2;
}

#bodytext h4 {
	border-left:2px solid #999999;
	border-bottom:1px solid #999999;
	font-size:1.2em;
	font-weight:normal;
	margin:30px 0px 20px 0px;
	padding-left:8px;
	clear:both;
}

#bodytext h5 {
	color:#EC008C;
	border-left:2px solid #EC008C;
	font-size:1.0em;
	font-weight:normal;
	margin:20px 0px 10px 0px;
	padding-left:8px;
	clear:both;
}

#bodytext a.totop {
	float:right;
	font-weight:normal;
	font-size:x-small;
	margin-right:10px;
}

#bodytext .entry_header {
	border-left:2px solid #CC0000;
	font-size:x-small;
	padding-left:8px;
}

#bodytext .entry_header p {
	border-left:2px solid #cccccc;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 8px;
	line-height:1.8;
}

#bodytext .entry_body, #bodytext .form_body {
	margin:10px;
	padding:0px;
}

#bodytext .entry_body p, #bodytext .form_body p {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:20px 10px;
	padding:0px;
	line-height:1.6;
}

#bodytext .entry_body .more-link {
	font-size:x-small;
}

#bodytext .entry_body .bookmarklet {
	color:#FFFFFF;
	border:1px solid #143FAF;
	background-color:#6A99CA;
	padding:3px;
}

#bodytext .entry_body ul, #bodytext .entry_body ol {
	margin:10px 10px 10px 30px;
	padding:0px;
	line-height:1.6;
}

#bodytext .entry_body ul ul, #bodytext .entry_body ol ol {
	margin:0px 0px 0px 20px;
}

#bodytext .entry_body blockquote {
	border-left:2px solid #ffc018;
	margin:10px;
	padding:0px 0px 0px 8px;
}

#bodytext .entry_body blockquote p {
	font-size:x-small;
	margin:10px 0px;
	padding:0px;
}

#bodytext .entry_body cite {
	font-style:normal;
}

#bodytext .entry_body .footnotes, #bodytext .entry_body .toc {
	background-color:#ecece9;
	border:1px solid #cccccc;
	font-size:x-small;
	margin:10px;
	padding:0px;
	line-height:1.2;
}

#bodytext .entry_body .notice, #bodytext .form_body .notice {
	background:url(images/icon_exclamation.png) no-repeat left top;
	color:#cc0000;
	font-size:x-small;
	margin:10px;
	padding:0px 0px 0px 20px;
}

#bodytext .entry_body img {
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #cccccc;
}

#bodytext .entry_body a:hover img, #bodytext .entry_body a:active img {
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #6a99ca;
}

#bodytext .entry_body .flt_l, #bodytext .entry_body .alignleft {
	margin:0px 10px 10px 0px;
	float:left;
}

#bodytext .entry_body .flt_r, #bodytext .entry_body .alignright {
	margin:0px 0px 10px 10px;
	float:right;
}

#bodytext .entry_body table {
	border-collapse:collapse;
	margin:10px;
	padding:0px;
	border:1px solid #cccccc;
}

#bodytext .entry_body tr {
	margin:0px;
	padding:0px;
}

#bodytext .entry_body tr.alt {
	background-color:#ecece9;
}

#bodytext .entry_body td, #bodytext .entry_body th {
	font-weight:normal;
	font-size:x-small;
	text-align:left;
	padding:3px;
	border-bottom:1px solid #cccccc;
}

#bodytext .entry_body dl {
	margin:10px;
	padding:0px;
}

#bodytext .entry_body dt {
	font-weight:bold;
}

#bodytext .entry_body dd {
	border-left:2px solid #FF8C00;
	margin:0px 0px 10px 0px;
	padding-left:8px;
	line-height:1.4;
}

#bodytext .entry_body .aa {
	font:x-small 'ＭＳ Ｐゴシック';
	background-color:#ecece9;
	border:1px solid #cccccc;
	font-size:x-small;
	margin:5px;
	padding:5px;
	line-height:1.0;
}

#bodytext .entry_footer {
	border-left:2px solid #CC0000;
	font-size:x-small;
	margin-bottom:10px;
	padding-left:8px;
	clear:both;
}

#bodytext .entry_footer p {
	border-left:2px solid #cccccc;
	margin:0px;
	padding-left:8px;
	line-height:1.8;
}

#bodytext #comments_list {
	clear:both;
}

#bodytext #comments_list .avatar {
	float:right;
	margin:0px 0px 10px 10px;
}

#bodytext .trackback .entry_header, #bodytext .trackback .entry_footer {
	border-left:2px solid #143FAF;
}

#bodytext .comment .entry_header, #bodytext .comment .entry_footer {
	border-left:2px solid #99cc00;
}

#bodytext .pingback .entry_header, #bodytext .pingback .entry_footer {
	border-left:2px solid #243a71;
}

/*-------------------------------------------------
	iconset
-------------------------------------------------*/

.entry_permalink {
	background:url(images/icon_page_white.png) left center no-repeat;
	padding:4px 0px 4px 20px;
}

.entry_commentlink {
	background:url(images/icon_comments.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_editlink {
	background:url(images/icon_page_white_edit.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_author {
	background:url(images/icon_user.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_time {
	background:url(images/icon_time.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_time_add {
	background:url(images/icon_time_add.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_tag {
	background:url(images/icon_tag_blue.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_category {
	background:url(images/icon_folder_page.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_tb_url {
	background:url(images/icon_link_go.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_email {
	background:url(images/icon_email.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_url {
	background:url(images/icon_world_link.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.entry_comment {
	background:url(images/icon_comment_edit.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.more-link {
	background:url(images/icon_newspaper_go.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.share_hatena {
	background:url(images/icon_share_hatena.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}

.share_twitter {
	background:url(images/icon_share_twitter.png) left center no-repeat;
	padding:2px 0px 2px 20px;
}


/*-------------------------------------------------
	link indication
-------------------------------------------------*/

#bodytext .entry_body .imagelink img, #bodytext .entry_body a[rel*="lightbox"] img {
	background:#FFFFFF url(images/link_imagelink.gif) no-repeat left bottom;
	padding:4px 4px 24px 4px;
}

#bodytext .entry_body a[href*="amazon.co.jp"] img {
	background:#FFFFFF url(images/link_amazon.gif) no-repeat left bottom;
	padding:4px 4px 24px 4px;
}

#bodytext .entry_body a[href*="flickr.com"] img {
	background:#FFFFFF url(images/link_flickr.gif) no-repeat left bottom;
	padding:4px 4px 24px 4px;
}

#sidebar a[href*="b.hatena.ne.jp"] {
	background: url(images/favicon_hatena.png) no-repeat 174px center;
}

#sidebar a[href*="mixi.jp"] {
	background: url(images/favicon_mixi.png) no-repeat 174px center;
}

#sidebar a[href*="pixiv.net"] {
	background: url(images/favicon_pixiv.png) no-repeat 174px center;
}

#sidebar a[href*="steamcommunity.com"] {
	background: url(images/favicon_steam.png) no-repeat 174px center;
}

#sidebar a[href*="twitter.com"] {
	background: url(images/favicon_twitter.png) no-repeat 174px center;
}

#sidebar a[href*="feedburner.com"] {
	background: url(images/favicon_feed.png) no-repeat 174px center;
}

/*-------------------------------------------------
	form
-------------------------------------------------*/

form {
	margin:0px;
	padding:0px;
}

input, label {
	vertical-align:middle;
}

#searchform {
	background-color:#FFFFFF;
	border:1px solid #51473D;
	margin:0px 15px;
	padding:0px;
	line-height:1.0;
}

#s {
	border:none;
	background-color:#ffffff;
	color:#505050;
	font-size:12px;
	width:140px;
	height:16px;
	margin:0px;
	padding:2px;
}

#searchsubmit {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}

#tb_url {
	font:normal x-small Verdana;
	border:1px solid #cccccc;
	background-color:#ecece9;
	color:#505050;
	width:360px;
	padding:2px;
}

#post {
	cursor:pointer;
}

#post_form {
	display:none;
}

#bodytext label {
	font-size:x-small;
}

/*-------------------------------------------------
	calendar
-------------------------------------------------*/

#wp-calendar {
	margin:0px 0px 0px 8px;
	border:none;
	border-collapse:collapse;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-weight:normal;
	text-transform:capitalize;
	text-align:center;
	width:24px;
}

#wp-calendar td {
	padding:0px;
	text-align: center;
}

#wp-calendar #today {
	font-weight:bold;
}

#wp-calendar #next a {
	text-align: right;
}

#wp-calendar #prev a {
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar tbody a {
	color:#FFFFFF;
	background-color:#6a99ca;
}

/*-------------------------------------------------
	navi
-------------------------------------------------*/

#navi ul {
	font-size:x-small;
	margin:10px 20px 10px 40px;
	padding:0px;
	line-height:1.6;
	clear:both;
}

#navi #nav-below {
	font-size:x-small;
	margin:0px 20px;
	line-height:1.6;
}

#navi .wp-pagenavi {
	font-size:x-small;
	margin:0px;
}

#navi .wp-pagenavi a {
	color:#FFFFFF;
	background-color:#6A99CA;
	border:1px solid #6A99CA;
	line-height:2.0;
	margin:0px 1px 0px 0px;
	padding:0px 5px;
	float:left;
}

#navi .wp-pagenavi a:hover {
	color:#6A99CA;
	background-color:#FFFFFF;
	border:1px solid #6A99CA;
	text-decoration:none;
}

#navi .wp-pagenavi .pages, #navi .wp-pagenavi .extend, #navi .wp-pagenavi .dots {
	border:1px solid #999999;
	color:#999999;
	line-height:2.0;
	margin:0px 1px 0px 0px;
	padding:0px 5px;
	float:left;
}

#navi .wp-pagenavi .current {
	color:#6A99CA;
	background-color:#FFFFFF;
	border:1px solid #6A99CA;
	line-height:2.0;
	font-weight:bold;
	margin:0px 1px 0px 0px;
	padding:0px 5px;
	float:left;
}

.entry_nav_link {
	font-weight:normal;
	float:right;
	margin-right:10px;
}


/*-------------------------------------------------
	page_index
-------------------------------------------------*/

#navi>#page_index {
	position:fixed;
}

#page_index {
	position:absolute;
	bottom:0px;
	right:0px;
	width:120px;
	z-index:100;
/*	display:none;*/
}

#page_index #page_index_button {
	background:url(images/background_page_index_d.gif) no-repeat right top;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	opacity:0.8;
	filter: alpha(opacity=80);
	margin:0px;
	padding:0px;
	cursor:pointer;
	float:right;
}

#page_index #page_index_button.active {
	background:url(images/background_page_index_u.gif) no-repeat right top;
}

#page_index ul {
	clear:both;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#page_index ul li {
}

#page_index ul li a {
	background:#FFFFFF url(images/background_page_index_li.gif) no-repeat left top;
	height:20px;
	display:block;
	text-decoration:none;
	overflow:hidden;
	text-indent:-9999px;
	opacity:0.8;
	filter: alpha(opacity=80);
	outline:none;
}

#page_index ul li.i1 a {
	background-position:0px 0px;
}

#page_index ul li.i2 a {
	background-position:0px -20px;
}

#page_index ul li.i3 a {
	background-position:0px -40px;
}

#page_index ul li.i4 a {
	background-position:0px -60px;
}

#page_index ul li.i5 a {
	background-position:0px -80px;
}

#page_index ul li.i6 a {
	background-position:0px -100px;
}

#page_index ul li a:hover, #page_index #page_index_button:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
}



/*-------------------------------------------------
	code
-------------------------------------------------*/

pre{
	overflow:auto;
	border:1px solid #505050;
	background-color:#000000;
	margin:10px;
	padding:10px;
}

code {
	color:#ffffff;
	font-family:"bitstream vera sans mono",monaco,"lucida console","courier new",courier,serif;
	font-weight:normal;
	background-color:#000000;
}



/*-------------------------------------------------
	footer
-------------------------------------------------*/

#footer {
	color:#FFFFFF;
	font-size:10px;
	background:#51473D url(images/background_footer.gif) repeat-x center bottom;
	border-top:2px solid #6A99CA;
	width:780px;
	margin:0px;
	padding:0px;
	width:100%;
	clear:both;
}

#footer .widget {
	float:left;
	width:250px;
	margin:0px 20px 10px 0px;
	overflow:hidden;
}

#footer h2 {
	font-size:1.4em;
	font-family:'trebuchet ms', Verdana, helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	line-height:1.2;
}

#footer .content {
	margin:5px 0px;
}

#footer ul {
	margin:0px;
	padding:0px;
	line-height:1.6;
}

#footer li {
	margin:0px;
	padding:0px 0px 0px 10px;
	background:url(images/background_footer_li.gif) no-repeat left top;
	list-style-type:none;
}

#footer a {
	color:#6A99CA;
}

#footer a:active {
	background-color:transparent;
}

#footer #copyright {
	clear:both;
	margin-:0px;
	padding:12px 0px;
	height:16px;
}



/*-------------------------------------------------
	web service
-------------------------------------------------*/

.hatena_users {
	font-weight:normal;
	float:right;
	margin-right:10px;
}

.meta_count {

}

.meta_count a.hatena_link {
	font:x-small Verdana;
	color:#000;
	text-decoration:none;
	border:0px;
	line-height:1.4;
	margin-left:5px;
}

.meta_count .hatena_count{
	font-weight:bold;
	background-color:#FFEEEE;
	color:#FF0000;
	text-decoration:underline;
}

.meta_count a.hatena_link .hatena_append {
	color: #FFF;
	background: #6293CE;
	margin-left: 2px;
	border: 1px solid #2969B5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 3px;
}
.meta_count a.hatena_link:hover .hatena_append {
	background: #2969B5;
}

#hatena_bookmark_anywhere {
	font-size:x-small;
	margin:10px;
	line-height:1.8;
}

#hatena_bookmark_anywhere a.hatena_bookmark_anywhere_go {
	background-color:#FFCCCC;
	color:#FF0000;
	text-decoration:underline;
}

#hatena_bookmark_anywhere ul#bookmarked_user, #hatena_bookmark_anywhere .hatena_bookmark_anywhere_zero {
	background-color:#EDF1FD;
	border-top:1px solid #5279E7;
	margin:0px;
	padding:10px;
}

#hatena_bookmark_anywhere ul#bookmarked_user li {
	list-style-type:none;
}

#hatena_bookmark_anywhere  .__hatena_bookmark_anywhere_timestamp {
	color:#808080;
}

#hatena_bookmark_anywhere img {
	margin-left:5px;
	vertical-align:middle;
}

#hatena_bookmark_anywhere .hatena_bookmark_anywhere_tags {
	display:none;
}

#hatena_bookmark_anywhere .hatena_bookmark_anywhere_user {
	margin-right:5px;
}



/*-------------------------------------------------
	SLIMBOX
-------------------------------------------------*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
