#slides_outer_shell {
	width:380px;
	height:660px;
	padding:0px;
	/* margin:0 auto; */
	position:relative;
	background: #231f20 url('../img/souvenir-edition-title.gif') no-repeat 0 610px; /* almost black */
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}

div.floatleft.fair-teasers a:link, div.floatleft.fair-teasers a:visited { text-decoration:none; color:#09334B; }
div.floatleft.fair-teasers a:hover, div.floatleft.fair-teasers a:active { text-decoration:underline; color:#09334B; }
/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:27px;
	z-index:100;
	background:#fff;
	height:505px;
	width:324px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:324px;
	min-height:575px;
	overflow:hidden;
	position:relative;
	display:none;
	
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for any padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	/* padding:20px; */
	width:324px;
	height:585px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:230px;
	left:-24px;
	width:20px;
	height:35px;
	display:block;
	z-index:101;
}

#slides .next {
	/* left:582px; */
	left:328px;
}

/*
	Pagination
*/

.pagination {
	margin:6px 0;
	width:100%;
	position:absolute;
	bottom:-22px;
	left:0;
	z-index:150;
}

.pagination li {
	height:6px;
	overflow:hidden;
	float:left;
	margin:0 5px 0 0;
	list-style:none;
}

.pagination li a {
	display:block;
	width:8px;
	height:0;
	padding-top:8px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -8px;
}

/*
	Type and anchors
*/

#slides_outer_shell a:link,#slides_outer_shell a:visited {
	font-size:.68em;
	/* letter-spacing:-.5px; */
	color:#fff;
	text-decoration:none;
	
}

#slides_outer_shell a:hover,#slides_outer_shell a:active {
	
	text-decoration:underline;
}

#slides_outer_shell .slide_text {
	margin-top:40px;
}
#slides_outer_shell p {
	font-size:1.3em;
	line-height: 1.3em;
	margin:0;
	font-family:Georgia, serif;
	color:#fff;
}
.slide_text { text-align:center; }

#sharing a { margin-left:4px;  }
#sharing a:hover, #sharing a:link, #sharing a:active, #sharing a:visited { text-decoration:none; }
#sharing ul, #sharing ul li { list-style-type:none; margin:0; padding:0; }
#sharing .addthis_share span { margin-left:0; }

#slideshow { font-size:73%; color:#fff; position:absolute; bottom:-18px; right:0; z-index:151; }
#slideshow a, #slideshow a:link, #slideshow a:visited{ color:#fff; text-decoration:none; }
#slideshow a:hover, #slideshow a:active { cursor:pointer; text-decoration:underline; }