﻿@charset "utf-8";

#slideshow {
	margin: 0 auto;
	width: 670px;
	text-align: left;
}
#slideshow ul {
	list-style: none;
	float: left;
}
#slideshow div {
	width: 420px;
	height: 300px;
	overflow: hidden;
	position: relative;
	float: right;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	width: 250px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#slideshow ul li {
	width: 250px;
	height: 60px;
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}

