/* gallery.php, gallery-view.php */
#gallerymain_content {width:100%;
max-width:610px;
}
.gallerybtn_1 {
font-size:1em;
font-weight:bold;
text-align:center;
float: left;
width:203px;
margin-bottom:15px;
}
.gallerybtn_2 {
font-size:1em;
font-weight:bold;
text-align:center;
float: left;
width:199px;
margin-bottom:5px;
}
.gallerybtn_3 {
font-size:1em;
font-weight:bold;
text-align:center;
float: left;
width:208px;
margin-bottom:15px;
}
#gallerylist_content {
float:left;
text-align:left;
width:610px;
}
.gallery_thumb {
float: left;
width: 82px;
height:125px;
margin: 10px 15px 0px 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:0.9em;
line-height:100%;
}
.gallery_thumb img{
border:#000 1px solid;
margin-bottom:5px;
}
.gallery_more {
float:left;
width:82px;
margin: 80px 10px 0px 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:0.9em;
line-height:100%;
}

/* image-view.php, collection-view.php */
.gallery {
margin:0px;
padding:10px 20px 20px 20px;
width:760px;
text-align:center;
}
.gallery_title {
float:left;
margin-bottom:10px;
background-color:#FFFFFF;
text-align:left;
width:691px;
}

.gallery_subtitle {
float:left;
background-color:#000000;
padding: 3px 10px 3px 10px;
width:740px;
text-align:left;
margin-top:10px;
color:#FFFFFF;
font-weight:bold;
font-size:1.1em;
vertical-align:baseline;
}
.gallery_subtitle img{
float:right;
border:none;
}
.gallery_coname {
width:auto;
float:left;
}
#gallery_cat
{
	text-transform:uppercase;
	float:right;
}
/*
.gallery_close {
text-align:right;
float:left;
width:69px;
margin-bottom:10px;
}
.gallery_close img {
border:none;
}
*/
/* collection-view.php */
.collection-view
{
	float:none;
	width:723px;
	height:500px;
	margin:0;
	border:1px solid #999;
	overflow:hidden;
}
.collection-view .item
{
	float:left;
	width:232px;
	height:auto;
	background:#fff;
	margin-top:515px;
	padding:10px 0;
}
.collection-view .item img
{
	float:left;
	margin:0 0 10px 0;
}
.collection-view .item h2
{
	text-transform:uppercase;
	font-weight:normal;
}

/* mouseover image preview for image-view.php */
#tiptip_holder
{
	position:absolute;
	top:-70px;
	z-index:900;
}
#tiptip_content img
{
	width:100px;
	height:70px;
	border:solid 2px #fff;
}