﻿/* Gallery */
	#thumbs { padding-top:3px; padding-left:34px; padding-right:34px; overflow:hidden; }
	#thumbscontainer { height:48px; margin-right:-100%; }
	#thumbscontainer p { float:left; margin:0!important; padding:0!important; text-align:center; }
	#thumbscontainer p a { float:left; border-top:#FFF 3px solid; margin-left:0px; text-align:center; text-decoration:none; font-size:0.7em; color:#776341 }
	
	#photos { width:400px; overflow:hidden; padding-bottom:10px; margin:0 -9px; }
	#photo_container { width:400px; height:210px; }
	
	#mainImage { position:absolute; z-index:1; }
	#imageFader { position:absolute; display:none; z-index:2; }
	#leftButton { position:absolute; cursor:pointer; }
	#teaser_container { z-index:6; }
	#teaser_title { margin:0; padding:4px 4px 0 4px; font-size:1em; }
	#teaser_text { margin:0; padding:4px; font-size:0.8em; }
	
	#rightButton { position:absolute; margin-left:366px; cursor:pointer; }
	.active { border-top:#FFF 3px solid!important; }
	.visited { border-top:#FFF 3px solid!important; }
	.close_link { color:#FFFFFF; font-size:0.7em; float:right; padding-right:4px; padding-top:4px; }
	.close_link a { color:#FFFFFF; text-decoration:none; }
	.playLinks { font-size:0.8em; margin:0; padding:10px 0; }
	#leftButton span { display:block; background:url("../images/leftButton.gif") top left no-repeat; width:34px; height:69px; }
	#rightButton span { display:block; background:url("../images/rightButton.gif") top left no-repeat; width:34px; height:69px; }
	#play_link span { display:block; background:url("../images/but_playslideshow.gif") top left no-repeat; width:144px; height:19px; cursor:pointer; }
	.stop_link span { background:url("../images/but_playslideshow.gif") left -19px no-repeat!important; }
	
	.galleryselect { position:absolute; margin-left:405px; margin-top:77px; font-size:0.9em; z-index:150; }
	.galleryselect div { width:156px; height:19px; background:url("../images/but_galleryselection.gif") top left no-repeat; }
	.galleryselect div p { display:none; }
	.galleryselect div ul { list-style:none; display:none; width:156px; padding:0; margin:0; }
	.galleryselect div ul li { background:#b2a085; padding:5px; }
	.galleryselect div ul li a { color:#fff; text-decoration:none; }
	.galleryselect div:hover, .galleryselect div.over { height:auto; }
	.galleryselect div:hover ul, .galleryselect div.over ul { display:block; }
	.playLinks small, #leftButton small, #rightButton small { display:none; }
