/**
 * EZ Gallery
 * Frontend
 *
 * (c) Timo Besenreuther
 *     EZdesign.de
 *
 * Created:  2008-01-31
 * Modified: 2008-01-31
 */


/**
 * general
 */

div#ezgallery {
	min-height: 500px;
	margin-top: 23px;
}
* html div#ezgallery {
	height: 500px;
}


/**
 * controls
 */

div#ezgallerycontrols {
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

a#ezgalleryprev,
a#ezgallerynext {
	text-decoration: none;
	font-weight: bold;
}

a#ezgalleryprev {
	float: left;
	margin-left: 5px;
	width: 80px;
	text-align: left;
}

a#ezgallerynext {
	float: right;
	margin-right: 5px;
	width: 80px;
	text-align: right;
}

div#ezgallerystatus {
	text-align: center;
	margin: 0 90px;
}

a.ezgalleryback {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}


/**
 * thumbs
 */

div.ezgallerythumb.loading {
	background: url(../images/loading.gif) no-repeat center;
}

div.ezgallerythumb img {
	cursor: pointer;
}


/**
 * detail view
 */

div.ezgallerydetail {
	min-height: 300px;
}
* html div.ezgallerydetail {
	height: 300px;
}

div.ezgallerydetail.loading {
	background: url(../images/loading_big.gif) no-repeat center 30px;
}

div.ezgallerydetailitem {
	text-align: center;
}
