/*SHOWCASE CSS with the dropdown and also the mouseover images and text appear*/

#showcase {
	background-color:#fff;
	width:56em;
	height:4.06em;
	border:.13em solid #000;
	margin:.94em 1.25em .94em 1.25em;
}
#text {
	background-color:#d1d5d8;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:.75em;
	padding:1em;
	margin:.8em .0em;
	float:left;
}
#img_gallery {
	margin:.31em auto;
	width:53.75em;
}
#img_gallery a {
	outline:none;
	border:none;
}
#img_gallery a img {
	border:none;
}
/* --- SLIDER --- */
#img_gallery #wrapper {
	overflow:hidden;
	padding:.69em .1em;
	width:41em;
	float:right;
	height:1.88em;
	background-color:#ffff;
	position: relative;
}
#items {
	margin:0 0;
	padding:0;
	list-style:none;
	width:312.5em;
	position: relative;
}
#items li {
	float:left;
	list-style:none;
	margin:0 .19em;
	padding:0;
}
/*#items .thumb {
	width:7em;
	height:3.1em;
	cursor:pointer;
	margin:0;
	padding:0;
}
#items .large {
	display:none;
	position:absolute;
}
#items .item p, #items .item span {
	display:none;
}*/
#moveleft, #moveright {
	margin:0;
	padding:0;
	height:3.63em;
	color:#fff;
	width:1em;
	z-index: 1000;
	cursor: pointer;
	float:right;
}
#moveleft {
	background: url('../images/left.gif');
}
#moveright {
	background: url('../images/right.gif');
}
#moveleft:hover, #moveright:hover {
	background-position:bottom;
}


