/*
----------------------------------

PIKKLES | pikkles.com

copyright 2010

----------------------------------
*/

/*
----------------------------------

CONTENT

----------------------------------
*/

#slideshow .title {
	padding: 15px 10px;
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-size: 26px;
	/*font-style: italic;*/
	text-align: center;
	line-height: 32px;
	color: #ff0000;
}

#slideshow .navigation .arrow {
	position: absolute;
	width: 18px;
	height: 15px;
	background: url(../images/top-slide-1-arrow.jpg) scroll 41px 100px no-repeat;
}

#slideshow .navigation {
	position: relative;
	width: 974px;
	height: 97px;
	line-height: 97px;
	background: url(../images/slideshow-navigation.jpg) scroll 0 55% no-repeat;
}

#slideshow .navigation a, #slideshow .navigation a:visited {
	position: absolute;
	display: block;
	height: 97px;
	width: 100px;
	text-indent: -9999px;
	overflow: hidden;
}

#slideshow .navigation a.slide-1, #slideshow .navigation a.slide-1:visited {
	left: 138px;
}

#slideshow .navigation a.slide-2, #slideshow .navigation a.slide-2:visited {
	left: 440px;
}

#slideshow .navigation a.slide-3, #slideshow .navigation a.slide-3:visited {
	left: 749px;
}

#slideshow .navigation .arrow {
	position: absolute;
	width: 18px;
	height: 15px;
	top: 97px;
	left: 41px;
}

#slideshow .slides {
	height: 348px;
}

#slideshow .description {
	padding: 10px 0;
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-size: 14px;
	line-height: 24px;
}

#slideshow .description p.btn a, #slideshow .description p.btn a:visited {
	color: #252525;
	text-decoration: underline;
}

#slideshow .description p.btn {
	padding-left: 15px;
	background: url(../images/smallRedArrow.gif) scroll 0 55% no-repeat;
}