﻿@charset "UTF-8";
/* CSS Document */


#showcase {
	width: 866px;
}
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}
body{
	background-color: transparent;
}
#gallery{
    width: 866px;
	height: 704px;
    overflow:hidden;
}
#slides{
	/* This is the slide area */
	height: 704px;
	width: 866px;
}
.slide{
	float:left;
	height: 704px;
	width: 866px;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	/* Every thumbnail is a li element */
	width:17px;
	display:inline-block;
	list-style:none;
	height:17px;
	overflow:hidden;
}
li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(images/showcase/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(images/showcase/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}
li a{
	display:block;
	height:17px;
	padding-top: 3px;
}
a img{
	border:none;
}
#main{
	/* The main container */
    text-align:center;
    width:866px;
    height:704px;
    position:relative;
}