﻿.demo
{
	height:393px;
	margin:50px 0 80px 0;	
}

#carousel 
{ 
	position: relative; height: 200px; margin: 0; margin-bottom:150px;
}

#carousel li
{ 
	float: left; cursor: pointer; cursor: hand; list-style: none; margin: 0; margin:10px  0; text-align:center;
}

#carousel li img 
{ 
	
}

#carousel a
{ 
	color:#000;
}

#bgblack
{
	position:absolute;
	width:1200px;
	height:350px;
	background:black;
	opacity:0.7;
	filter:alpha(opacity=70);
}

a.button
{
	display:block;
	width:400px;
	margin:0 auto;
	padding:5px 10px;
	border-radius:5px;	
	font-family:AntiqueModerne;
	font-size:1.2em;
	color:#fff;
	background-color:#000;
	text-align:center;
}

a.button:hover
{	
	background-color:#444;
	text-decoration:none;	
}