/*
	
	This is the base CSS file that you can duplicate and modify for each application
	
	Note that changing the ID of the slide gallery requires that you update the CSS
	
*/
#slider_container {
	 position: relative; 
	
	height: 175px;
}

#slider {
	position: absolute;
	/*top: -1em;*/
	top: 2px;
	left: 0px;
	width: 600px;
	height: 150px;
	 overflow: hidden; 
}

#slider .slide {
	position: absolute;
	top: 0px;
	width: 420px;
	height: 150px;
	 background: #FFF; 
	overflow: hidden;
	/*border-left: #000000 solid 1px;*/
	cursor: default;
}
#slider H3 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin-right: 4px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	display: inline;
}

#slider P {
	display: inline;
	padding: 4px;
	margin-bottom:10px;
}
/*
#slider .backgroundText {
	position: absolute;
	width: 335px;
	height: 100%;
	top: 100%;
	left:30px;
	background: #FFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
		
} */

#slider .text {
	position: absolute;
	top: 4px;
	top: 100%;
	color: #333;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 300px;
	left: 40px;
	
} 

#slider .item {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

#slider a {
	color: #660000;
}

#slider a:hover {
	color: #666666;
}