/* gallery.php, gallery-view.php */
#gallerylist_content {
float:left;
text-align:left;
width:610px;
}
.gallery_thumb {
float: left;
width: 82px;
height:125px;
margin: 10px 15px 10px 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:10px;
}
.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;
}

/* collection-view.php */
.collection-view
{
	float:none;
	/*width:723px;*/
	width:710px;
	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;
}