

/* default link style - needed to make the :active work correctly in IE */

a, a:visited, a:hover, a:active

{

  color: #000;

}



#gallery

{
	z-index:0;
	position: relative;

	overflow: hidden;

	width: 615px;

	height: 360px;

	float:right;

	margin-right: 40px;

	margin-left: -5px;

}



#gallery li

{

  display: none;

}



#gallery li.current

{

  display: block;

}

