/*Style rules within this file (c) 2009 Christopher Collins*/
/*remove margin and padding*/
#iv-full-size, #iv-full-size li, #iv-thumbnails ul, #iv-thumbnails li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*remove image border*/
#iv-container img{
	border-style: none;
	position: relative;
}
#iv-container{
	background: #999 url(background.png) 0 0 no-repeat;
	margin: 12px;
	padding: 6px;
	width: 480px;
}
#iv-full-size{
	margin-bottom: 12px;
	position: relative;
	width: 480px;
	height: 360px;
}
#iv-full-size li{
	background-color: #999;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 480px;
	height: 360px;
}
#iv-thumbnails{
	overflow: hidden;/*overflowing thumbnails hidden by default*/
	position: relative;/*prevent thumbnails overflowing in IE6*/
	width: 480px;
	height: 80px;
}
/*#iv-thumbnails ul{
	width: 960px;
}*/
#iv-thumbnails li{
	float: left;
	text-align: center;
	width: 86px;
	height: 80px;
}
