﻿@charset "utf-8";

/* --------------------------------------------------------------------

# Suparuberry Pictures Page CSS#

-------------------------------------------------------------------- */

#gallery_contents {
	width:510px;
	background-image:url('../pictures/whatsnew_back.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	margin-top:0;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	margin-left:19px;
	overflow:auto;
}

#gallery_logo {
	background-image:url('../pictures/gallery_subheader.png');
	background-repeat:no-repeat;
	width:550px;
	height:81px;
	text-indent:-9999px;
	margin-left:19px;
}

/*#gallery_area {
	width:520px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:10px;
}

#gallery_area img {
	padding-right:5px;
	margin-bottom:10px;
	border:0;
}

#gallery_caption {
	padding-left:25px;
	margin-top:3px;
}

#next_link {
	text-align:center;
	margin-bottom:30px;
}

#next_link a:link,
#next_link a:visited {
	color:#333333;
	text-decoration:none;
}

#next_link a:hover {
	color:#ff0000;
	text-decoration:underline;
}*/

.pic_box {
	width:110px;
	height:82px;
	padding:4px;
	background:#ffffff;
	float:left;
	border:solid 1px #959595;
	margin-right:7px;
	margin-top:7px;
}


/**/

p.content-navi span a.link_next:link,
p.content-navi span a.link_next:visited,
p.content-navi span a.link_before:link,
p.content-navi span a.link_before:visited {
	color:#333333;
	text-decoration:none;
}

p.content-navi span a.link_next:hover,
p.content-navi span a.link_before:hover {
	color:#ff0000;
	text-decoration:underline;
}