﻿
#slider {
    width: 648px; /* important to be same as image width */
    height: 380px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px 10px 5px 5px;
}
#sliderContent {
    width: 654px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	left:0;
	background:#111;
	border: 1px solid #555;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;

}
.sliderImage span {
    position: absolute;
    padding: 5px 10px;
    width: 634px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;

}
.clear {
	clear: both;
}
.sliderImage span strong a:link, .sliderImage span strong  a:visited{
   font: 13px Georgia,Tahoma, Arial, Helvetica, sans-serif;
   line-height:18px;
   font-weight:bold;
   color:#fff;
   margin:0px 0px;
   padding:5px 0px;
}
.sliderImage span p{
   font: 11px Tahoma, Arial, Helvetica, sans-serif;
   line-height:14px;
   color:#fff;
   margin:5px 0px;
   padding:0px 0px;

}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	padding:0px 0px;
}


ul { 
list-style-type: none;
margin:0px 0px;
padding:0px 0px;
}



	/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:648px;
		height:280px;
		overflow:hidden; 
		font:80% Helvetica, sans-serif;
		}
	span#prevBtn {}
	span#nextBtn {}

	/* numeric controls */	

	ol#controls{
		margin:3px 0;
		margin-left:5px;
		margin-bottom:5px;
		padding:0;
		height:15px;	
		}

	ol#controls li{
		margin:0 6px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}

	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}

	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */