/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
BODY {
	FONT-FAMILY:  Georgia;
	LETTER-SPACING: 0px;
	COLOR: #000000;
	FONT-SIZE: 18px;
	WORD-SPACING: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
}
A {
	COLOR: #1154D0;
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}

.CategoryTitle { font: bold 34px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#555555;}

.Title { font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#404040; padding:10px 0; margin:0 0 10px 0; border-bottom:1px solid #cdcdcd;}
.footnote { font: normal 12px Arial, Helvetica, sans-serif; }

.imageBorder { padding:10px; border:1px solid #e9e9e9; background:#ffffff;}
.tableBorder { border:1px  dotted  #c9c9c9; background:#ffffff;}
.headline { font:  bold 38px Georgia, "Times New Roman", Times, serif }
.review { font:  normal  18px Georgia, "Times New Roman", Times, serif }
.bottom{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	COLOR: #ffffff;
	FONT-SIZE: 18px;
}
.bottom A{
	COLOR: #ccccff;
}
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:700px;
    height:385px;
    margin:0 auto;
    padding-top: 17px;
    margin-top:0px;
}

#slider {
	position:relative;
    width:500px;
    height:200px;
    margin-left:41px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:1;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}