@charset "iso-8859-1";
/*
-----------------------------------------------
ir-gallery.css : bepress IR gallery styles.
Author:   Samira Vijghen
Version:  15 September 2010
PLEASE DO NOT CHANGE THIS FILE 
----------------------------------------------- */

/* = Gallery Toggle
----------------------------------------------- */
.container {
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:100px;
	width:666px; }

.gallery-tools {
	display:block;
	height:24px;
	margin:0 auto;
	width:650px; }

#content ul.display,#content ul.thumb_view {
	float:right;
	list-style:none;
	margin:5px 0 0;
	padding:0;
	width:666px; }

#content ul.display li {
	background-color:#fff;
	background-image:none;
	float:left;
	list-style-type:none;
	margin:5px 0;
	padding:0 0 24px;
	width:644px; }

ul.display li .content_block {
	display:block;
	padding:0; }

#content ul.display li .content_block h2 {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin:0;
	padding:0;
	text-transform:none; }

ul.display li .content_block p {
	margin:0;
	padding:5px 5px 5px 175px; }

ul.display li .content_block a.cover {
	display:block;
	float:left;
	height:160px;
	margin-right:16px;
	text-align:center;
	width:160px; }

ul.display li .content_block a:focus,ul.thumb_view li .content_block a:focus {
	background-color:#fff; }

#content ul.display li .content_block a img {
	border:1px solid #ddd;
	margin:0;
	padding:1px; }

ul.display li .content_block a:hover img {
	border:1px solid #bbb; }

#content ul.thumb_view li {
	background-image:none;
	float:left;
	height:160px;
	list-style-type:none;
	margin:0 4px 8px 0;
	padding:0;
	text-align:center;
	width:160px; }

ul.thumb_view li h2,ul.thumb_view li p {
	display:none; }

ul.thumb_view li p {
	display:none; }

ul.thumb_view li .content_block a img {
	background:#fff;
	border:1px solid #ccc;
	margin:0;
	padding:3px; }

a.switch_thumb {
	background:url(images/icon-viewlist.gif) left no-repeat;
	line-height:24px;
	margin-right:10px;
	padding:0 0 0 20px;
	cursor: pointer;
	text-align:left;
	text-decoration:none; }

a.swap {
	background:url(images/icon-grid.gif) left no-repeat;
	line-height:24px; }

ul#slide {
	display:none; }

a#slide-button {
	background:url(images/icon-slideshow.gif) bottom left no-repeat;
	height:24px;
	line-height:20px;
	padding:4px 0 0 20px;
	text-align:left;
	text-decoration: none; }

