@CHARSET "UTF-8";

.antimatter_home_slideshow{
	width: 582px;
	margin: 0 auto;
}

.antimatter_home_slideshow .image_list,
.antimatter_home_slideshow .image_cache{	
	display: none;
}

.antimatter_home_slideshow .image_display{
	position: relative;
	margin: 0 auto;	
	width: 582px;
	height: 460px;
	overflow: hidden;
}

.antimatter_home_slideshow .image_display .left_fade{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.antimatter_home_slideshow .image_display .right_fade{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.antimatter_home_slideshow .image_display .slide_image{
	position: absolute;
	top: 0;	
	width: 552px;
}

.antimatter_home_slideshow .image_display .slide_image img{
	position: relative;
	display: inline-block;
	margin: 10px;
}

.antimatter_home_slideshow .image_display .slide_image a{
	color: #CC0000;
	text-decoration: none;
}

.antimatter_home_slideshow .image_display .slide_image a:hover{
	text-decoration: underline;
}

.antimatter_home_slideshow .image_display .slide_image .shadow{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
}

.antimatter_home_slideshow .image_display .slide_image .description{
	text-align: center;
}

.antimatter_home_slideshow .image_display .left_image{		left: -597px;	}
.antimatter_home_slideshow .image_display .center_image{	left: 15px;		}
.antimatter_home_slideshow .image_display .right_image{		left: 597px;	}