#slide_container
{
	position:relative;
	overflow:hidden;
	height: 434px;
}

#slider 
{
	margin-left: 24px;
}

#slider img
{
	border: none;
	}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:715px;
	height:434px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;		
	width:24px;
	height:434px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:700;
	}	
#nextBtn, #nextBtn2{ 
	left:739px;
	z-index:700;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:24px;
	height:434px;
	background:url(../images/btn_prev.gif) no-repeat 0 0 #000;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0 #000;	
}

#prevBtn a:hover, #nextBtn a:hover, #prevBtn2 a:hover, #nextBtn2 a:hover
{
	background-color: #ec008c;
}

div.slide_caption_old
{
	z-index:600;
	background-color:#000;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	color:#fff;
	line-height: 40px;
	height:40px;
	width:701px;
	position:absolute;
	bottom: 0;
}

div.slide_caption
{
	z-index:600;
	background-color:#000;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	color:#fff;
	line-height: 40px;
	height:40px;
	width:701px;
	position: relative;
	top: -40px;
	opacity: .5;
    filter:alpha(opacity=50);
}

div.slide_caption a, div.slide_caption span
{
	color:#fff;
	text-decoration: none;
}
