/*HOME SLIDESHOW*/
#slideshow_container {
	width:900px; 
	height:400px; 
	position:absolute; 
	left:20px; 
	top:20px;
	float:left; 
}

#homeslideshow {
	width:900px;
	height:400px;
	position:relative;
	left:20px;
	top:20px;
	float:left; 
	cursor:pointer;
	cursor:hand;
	border-style:solid; 
	border-color:rgb(20, 20, 20); 
	border-width:2px 1px 2px 1px;
	z-index:25;
}

#slideshow_forward {
	display:block; 
 	position:absolute;
 	top:23px;
 	right:20px;
 	z-index:50;
	height:400px;
	width:50px;
	background-image:url(../images/forward.png);
	cursor:pointer;
	cursor:hand;
	opacity: .50; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=50)”; /* ie 8 */
	filter: alpha(opacity=50); /* ie lt 7 */
	-khtml-opacity: .50; /* safari 1.x */
	-moz-opacity: .50; /* ff lt 1.5, netscape */
}

#slideshow_back {
	display:block; 
 	position:absolute;
 	top:23px;
 	left:23px;
 	z-index:50;
	height:400px;
	width:50px;
	background-image:url(../images/back.png);
	cursor:pointer;
	cursor:hand;	
	opacity: .50; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=50)”; /* ie 8 */
	filter: alpha(opacity=50); /* ie lt 7 */
	-khtml-opacity: .50; /* safari 1.x */
	-moz-opacity: .50; /* ff lt 1.5, netscape */
}

#slideshow_forward:hover {
	opacity: 1.0; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=100)”; /* ie 8 */
	filter: alpha(opacity=100); /* ie lt 7 */
	-khtml-opacity: 1.0; /* safari 1.x */
	-moz-opacity: 1.0; /* ff lt 1.5, netscape */
}

#slideshow_back:hover {
	opacity: 1.0; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=100)”; /* ie 8 */
	filter: alpha(opacity=100); /* ie lt 7 */
	-khtml-opacity: 1.0; /* safari 1.x */
	-moz-opacity: 1.0; /* ff lt 1.5, netscape */
}

#homeslideshow img {
	width:900px;
	height:400px;
}



/*HOME ICONS*/
.homeicons {
	 position:relative; 
	 float:left;
	 height:200px; 
	 width:280px; 
	 top:40px; 
	 margin-bottom:50px;
	 border-top:solid 5px rgb(20, 20, 20); 
 	 border-bottom:solid 5px rgb(20, 20, 20); 
 	 border-left:solid 1px rgb(20, 20, 20); 
 	 border-right:solid 1px rgb(20, 20, 20); 
}

.homeicons:hover {
	cursor:pointer;
	cursor:hand;
}

.homeicontitle {
	position:absolute;
	height:44px;
	width:150px;
	left:10px;
	bottom:10px;
	background-color:rgb(20, 20, 20);
	text-align:center;
 	font-size:24pt;
 	line-height:38px;
	color:white;
	text-shadow: 2px 2px #333333;
	box-shadow: 5px 5px 5px #222222;
}
