@font-face {
    font-family: 'wellagainRegular';
    src: url('fonts/wellagain-webfont.eot');
    src: local('☺'), url('fonts/wellagain-webfont.woff') format('woff'), url('fonts/wellagain-webfont.ttf') format('truetype'), url('fonts/wellagain-webfont.svg#wellagainRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;padding:0;
	background:#222 url('../img/stripes.png') repeat 0 0;
	font: 78%/110% helvetica, arial, tahoma, sans-serif;
}
#container{	
}
ul {
	display:inline-block;
	list-style:none;
	white-space:nowrap;
	margin:20px 40px;
	padding:0;
	width:auto;
	-webkit-box-shadow:  0 1px 8px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:  0 1px 8px rgba(0, 0, 0, 0.8);
	box-shadow:  0 1px 8px rgba(0, 0, 0, 0.8);
}
li {
	display:inline-block;	
	margin:0;padding:0;
}
img {
	margin:0;padding:15px 10px;
	vertical-align:middle;
	background:#fff;
	border-bottom:solid 1px #000;
	border-top:solid 1px #000;
}
ul li span {
	display:none;	
}
/* links */
a {
	 color:#408ae0;	
}
a:visited {
	color:#5677aa;	
}
a:hover {
	color:#0088ff;	
}
#desc {
	position:fixed;
	left:0;
	bottom:10px;
	background:#fff;
	border-bottom:solid 1px #ccc;
	padding:10px 20px 10px 40px;
	overflow:visible;
	opacity: .2;
	filter: alpha(opacity=20);
	height:auto;
	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;

	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#desc:hover {
	opacity:.9;
	filter: alpha(opacity=90);
}
#desc h1 {
	font-family:'wellagainRegular', georgia, sans-serif;
	font-weight:normal;
	font-size:1.5em;
	margin:0;
	padding:0;
}
#desc p {
	margin-top:5px;
	padding:0;
}
#desc .more {
	margin:1px;
	text-align:right;	
}
#navLinkPrev img, #animatePreview img, #stopPreview img, #navLinkNext img {
	padding:0; 
	margin:0;	
	background:transparent;
	border:solid 0px;
}
#navLinkPrev a:hover img, #animatePreview  a:hover img, #stopPreview a:hover img, #navLinkNext a:hover img {
	
}

#navLinkPrev {
	position:fixed;
	left:0;
	top:40%;
}
#animatePreview {
	position:fixed;
	bottom:0;
	left:48%;
}
#stopPreview {
	position:fixed;
	bottom:0;
	left:48%;	
}
#navLinkNext {
	position:fixed;
	right:0;
	top:40%;	
}
