/* visit this change font FontSquirell: http://www.fontsquirrel.com/fontface */
@font-face {
	font-family: 'YanoneKaffeesatzRegular';
	src: url('../data/fonts/YanoneKaffeesatz-Regular-webfont.eot');
	src: url('../data/fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../data/fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../data/fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('../splashpage/data/fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin:0;
	padding:0;
	color: #fff;

}
ul {
	list-style: none;
}
body {
	background: #d7d7d7;
}

#slideHolder {
	position:relative;
	clear:both;
	overflow:hidden;
	width:969px;
	height:597px;
	margin:auto;
	border: 1px solid #212121;
	padding: 10px 10px 0 10px;
}
/* header which holds menu, navigation, music icon */

#autoSlideHeader {
	width:991px;
	background:#212121;
	position:relative;
	margin:10px auto;
	letter-spacing: 1px;
	font-family: "YanoneKaffeesatzRegular", Geneva, sans-serif;
	font-size:20px;
}
#autoSlideWrapper {
	width:969px;
	height:587px;
	overflow:hidden;
	position:absolute;
	/* position it below autoSlideHeader above */
	top:10px;
}
#autoSlideWrapper #categoryList {
	display: none;
}
#autoSlideHolder {
	position:relative;
}
/* backward, forward, pause/play, direction */
#autoSlideNavigation {
	width:75px;
	height:20px;
	position:absolute;
	top: 5px;
	right: 27px;
}
#autoSlideNavigation ul li {
	float:left;
	margin-left:10px;
}
/* music icon */
#autoSlideMusic {
	width:15px;
	height:20px;
	position:absolute;
	top: 5px;
	right: 10px;
}
#autoSlideMusic ul li {
}
/* padding for (horizontal) captions here (if you use 'background' in style in index.html) */
.caption {
	position: absolute;
	font-family: "YanoneKaffeesatzRegular", Geneva, sans-serif;
	font-size:25px;
	padding: 10px 10px 15px 20px;
}
.caption a {
	color:fff;
	text-decoration:underline;
}
.caption a:hover, a:active {
	text-decoration:underline;
}
/* font calculations */
#fontMeasure {
	visibility:hidden;
}
