#showcase{
	/* The width of the gallery */
	width:849px;
	overflow:hidden;
	margin-left: 80px;
}

#showcase #slides{

	height:358px;


	

	width:849px;
	overflow:hidden;
}

#showcase .slide{
	float:left;
}

#showcase #middleBar{
	height:32px;
	background:url(../images/showcase/middle-bar-bg.gif) top left repeat-x;
}
	

#showcase #menu{
	height:189px;
	text-align:center;
	background-image: url(../images/showcase/inactive-bg.gif);
	width: 849px;
	background-repeat: no-repeat;
}

#showcase ul{
	margin:0px;
	padding:0px;
}

#showcase li{

	width:120px;
	display:inline-block;
	list-style:none;
	height:155px;
	overflow:hidden;
	border:0px solid red;
	zoom:1; /* bug ie7*/
	*display:inline; /* bug ie7*/
}

#showcase li img{
	position:relative;
	top: 15px;
}
	

#showcase li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background:url(../images/showcase/active-bg.gif) top center no-repeat;*/
}



#showcase li.act a{
	cursor:default;
}

#showcase .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	/*background:url(../images/showcase/divider.png) no-repeat right;*/
}

#showcase li a{
	display:block;
	/*background:url(../images/showcase/divider.png) no-repeat right;*/
	height:150px;
	padding-top:2px;
}

#showcase a img{
	border:none;
}

