@charset "utf-8";
/* CSS Document */

/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider {
	height:400px;
	overflow:hidden;
	padding:5px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#slider li {
	width:200px;
	height:400px;
	margin-left:15px;
	margin-right:8px;
	background-image:url(../images/sliderbg.jpg);
	background-repeat:no-repeat;
	color:#000;
}
/* SLIDER NEXT AND PREVOIUS BUTTONS -------------------*/
#prevBtn {
	width:30px;
	height:50px;
	float:left;
	margin-top:-370px;
	margin-left:-10px;
	display:none;
}
#nextBtn {
	width:30px;
	height:50px;
	float:right;
	margin-top:-370px;
	margin-right:-20px;
	display:none;
}
#prevBtn a {
	display:block;
	width:30px;
	height:50px;
	background-image:url(../images/btn_prev.png);
	background-repeat:no-repeat;
}
#nextBtn a {
	display:block;
	width:30px;
	height:50px;
	background-image:url(../images/btn_next.png);
	background-repeat:no-repeat;
}			

/* INSIDE THE SLIDER -------------------*/
#slider-wrapper {
	max-width:200px;
	height:370px;
}
#slider-img {
	width:200px;
	height:100px;
	background-color:#006fba;
}
#slider-img img{
	border:none;
}

#slider-title {
	width:200px;
	height:27px;
	color:#FFF;
	background-image:url(../images/slider-title.png);
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	text-align:left;
	text-align:center;
}
#slider-title a{
	color:#FFF;
	text-decoration:none;
}
#slider-title a:hover{
}
#slider-content {
	width:190px;
	height:220px;
	padding:5px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#slider-content a{
	color:#005fc6;
	text-decoration:none;
}
#slider-content a:hover{
	text-decoration:underline;
}
#slider-content table{
	color:#005fc6;
}
span#slider-moreinfo a{
	color:#005fc6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
}
