/*
gallerystrip	*/


div#gallerystrip	{
	clear:	both;
	position:	relative;
	height:	408px;
	overflow:	hidden;
	top:	18px;
	left:	0px;
	width:	700px;
	}
div#gallerystrip a:visited,
div#gallerystrip a:link:visited
	{
	text-decoration:	none;
	border:	0;
	}

div#controls	{
	position:	relative;
	height:	48px;
	visibility:	hidden;
	font-size:	12px;
	line-height:	24px;
	}
div#controls *	{
	color:	#888;
	}
div#controls img 	{
	cursor:	pointer;
	}

div#controls div.rhs {
	text-align:	right;
	}
div#gallerystrip:hover div#controls {
	visibility:	visible;
	}

div#view	{
	clear:	both;
	position:	relative;
	width:	24000px;
	display:	block;
	left:	0;
	height:	128px;
	}

div#view img	{
	margin-right:	12px;
	opacity:	0.8;
	border:	1px solid #888;
	}
div#view img:hover	{
	opacity:	1;
	cursor:	pointer;
	}
div.imglet	{
	display:	inline;
	float:	left;
	height:	408px;
	}
div.imglet img {
	height: 300px;
	}
div.imglet a:hover {
	background: transparent;
}

div.imglet div 	{
	width:	140px;
	font-size:	11px;
	padding:	10px 0 0 12px;
	border-left:	1px solid #888;
	visibility:	hidden;
	color:	#000;
	margin-top:	-4px;
	}
div.imglet:hover div	{
	visibility:	visible;
	}

div#throbber {
	background: url( ../m/throbber.gif ) no-repeat 50% 80%;
	height: 48px;
	text-align: center;
	margin-top: 14px;
	color: #888;
}
