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

/*** Homepage ***/


#homeFeature #gallery {
	position:relative;
	display:block;
	width:959px;
	height:392px;
	overflow:hidden;
}

#slide_holder {
	display:block;
	width:99999px;
	height:392px;
	margin:0 auto;
}

#homeFeature #slide_buttons {
	display:block;
	height:12px;
	padding:2px 8px 2px 6px;
	position:relative;
	background-color:rgba(0,0,0,0.5) !important;
	background:#000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:-26px auto 0 auto;
	width:75px;
}

/*** Communities ***/

#commFeature #gallery {
	position:relative;
	display:block;
	width:713px;
	height:259px;
	overflow:hidden;
}

#commFeature #slide_holder {
	display:block;
	width:9999px;
	height:259px;
}

#commFeature #slide_buttons {
	display:block;
	height:12px;
	padding:2px;
	position:relative;
	margin:-24px 8px 0 667px;
	background-color:rgba(0,0,0,0.5) !important;	
	background:#000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

a.btn_slide {
	background:url(/images/btn_slide.png) top left no-repeat;
	display:block;
	width:12px;
	height:12px;
	text-indent:-9999px;
	float:right;
	margin-right:3px;
}

a.btn_slide:hover {
background-position:top right;
}




#slideshow div {
margin: 3px 0 0 3px;
display: block;
position: absolute;
top: 0;
left: 0;
z-index:2;
display: none;
background: #fff;
width: 585px;
height: 391px;
}

#slideshow div img {
display: none;	
}

a.ss_left{
position: absolute;
top: 180px;
left: 3px;
width:23px;
height:44px;
text-indent:-9999px;
background:url(/images/ss_left.gif) no-repeat top left;
z-index: 99;
display: none;
alpha: 0;
}

a.ss_right{
position: absolute;
top: 180px;
right: 9px;
width:23px;
height:44px;
text-indent:-9999px;
background:url(/images/ss_right.gif) no-repeat top left;
z-index: 99;
display: none;
alpha: 0;
}

a.btn_zoom{
position: absolute;
bottom: 10px;
right: 20px;
display:block;
width:18px;
height:18px;
text-indent:-9999px;
background:url(/images/btn_zoom.png) no-repeat top left;
z-index: 99;
}



