﻿
/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active
{
  color: #000;
}

#gallery
{
	position: relative;
	overflow: hidden;
	width: 440px;
	height: 294px;
	float:right;
	margin-right: 40px;
	margin-left: -5px;
}

#gallery li
{
  display: none;
}

#gallery li.current
{
  display: block;
}

