/* Detailansicht */
/*****************/
.tgm_gallery_torso {
	float: left;
	margin-top: 7px;
	width: 565px;
	text-align: center;
}

.tgm_gallery_photowithtitle {
	float: left;
	overflow: hidden;
	position: relative;
	display: inline;
	text-align: center;
	width: 402px;
}

.tgm_gallery_photowithtitle a {
	display: block;
	width: 400px;
	height: 300px;
	border: 1px solid #002B71;
}

#tgm_gallery_desc {
	display: block;
	width: 400px;
	min-height: 33px;
	margin: 0 auto;
}

#prevArrow,
#nextArrow {
	float: left;
	display: block;
	width: 81px;
	height: 300px;
}

#prevArrow {
	background: url(../pictures/tgm_gallery/arrow_previous.png) left top no-repeat;
}

#nextArrow {
	background: url(../pictures/tgm_gallery/arrow_next.png) right top no-repeat;
}

.show_photo {
	position: relative;
	left: 0;
	top: 0;
}

.hide_photo {
	position: absolute;
	top: 0;
	left: -9999em;
}

#tgm_gallery_number {
	background-color: #FFFFFF;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	padding: 1px 3px;
	position: absolute;
	right: -1px;
	top: 1px;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Mozilla */
	opacity: 0.70; /* Opera */
}

/* Thumblist */
.thumb_area {
	display: block;
	margin-bottom: 5px;
}

#tgm_gallery_thumbs_outer {
	display: block;
	margin-bottom: 3px;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #002B71;
}

#tgm_gallery_thumbs_inner {
	display: block;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}

#tgm_gallery_thumbs_inner a { 
	float: left;
}

#slidebar {
	margin-left: 1px;
}

/* Listenansicht */
/*****************/
.tgm_gallery_listview_item_odd,
.tgm_gallery_listview_item_even {
	clear: both;
	float: left;
	display: block;
	margin: 0 0 0.6em;
	padding: 0.5em;
	width: 45.25em;
	
	background-color: #F9E59B;
	border: 1px dotted #002B71;
}

.tgm_gallery_listview_item_title {
	font-weight: bold;
	font-size: 1.1em;
}

.tgm_gallery_listview_item_head {
	display: block;
	margin-bottom: 9px;
	position: relative;
}

.tgm_gallery_listview_item_photocount {
	font-weight: bold;
	position: absolute;
	right: 0;
}

.tgm_gallery_listview_item_thumbs img {
	margin-left: 8px;
	border: 1px solid #AE0000;
}

.tgm_gallery_listview_item_thumbs img.first {
	margin-left: 0;
}

.tgm_gallery_listview_item_text {
	display: block;
	margin-bottom: 9px;
}

.tgm_gallery_listview_item_thumbs {
	display: block;
}

/* allgemein */
/*************/
#middle .tx-tgmgallery-pi1 a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* Pagebrowser */
/***************/
.pagebrowser {
	line-height: 100%;
	font-size: 10pt;
}

.pagebrowser a,
.pagebrowser span.active {
	float: left;
	margin: 0 2px !important;
}

.pagebrowser_first {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../pictures/pagebrowser/pagebrowser-first.png);
}

.pagebrowser_previous {
	display: block;
	width: 7px;
	height: 14px;
	background: url(../pictures/pagebrowser/pagebrowser-previous.png);
}

.pagebrowser_next {
	display: block;
	width: 7px;
	height: 14px;
	background: url(../pictures/pagebrowser/pagebrowser-next.png);
}

.pagebrowser_last {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../pictures/pagebrowser/pagebrowser-last.png);
}






.tgm_gallery_albums {
	font-size: 1.3em;
	font-weight: bold;
}

.tgm_gallery_main_part{
	position: relative;
}

.tgm_gallery_polaroid {
	float: left;
	padding: 15px;
	background: url(images/loading_icon.gif) center center no-repeat;
}

.tgm_gallery_polaroid a {
	float: none !important;
	border: none !important;
}
