
#component_j79_slideshow {
    position:absolute;
    height:350px;
	width:1000px;
    border: 0px solid #0C5B93;
	top:156px;
	z-index: 2;
	left: 50%;
	margin-left:-500px;	
	border-radius: 7px;
	background-color: #E4E4E4;
	
	

}

.component_j79_slideshow_img  {
border: 0px solid #0C5B93;
display: relative;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft:  0px;

-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius:  0px;
-webkit-border-bottom-left-radius:  0px;
}

#component_j79_slideshow DIV {
    position:absolute;
    z-index:8;
 
    background-color: #E4E4E4;
	width: 100%; 
	height: 100%; 
	margin: 0 auto; 
	

	color: #000000;
	text-align: center;
	font-size: 1em;
}

#component_j79_slideshow p {
	color: #000000;
	text-align: center;
	font-size: 0.8em;
	

}

#component_j79_slideshow DIV IMG {
    display: relative;
	margin: 0 auto; 
	position: block;
	
	width:100%
}



.component_j79_slideshow_buttons {
    width:1000px;
	top:400px;
	
	padding-top: 350px;
	display: absolute;
	float:left;
	color: #ffffff;
	text-align: right;
	font-size: 0.2em;
	border: solid #91BDD6 0px;
	

}

.component_j79_slideshow_buttons button  {

    width: 10px;
    height: 12px;

    -webkit-border-radius:  2px;
    -moz-border-radius: 2px;
    border-radius:      2px;
	background: #000000; /* firefox */
	color: #000000;
	text-align: right;
	font-size: 0.2em;
    border: solid #91BDD6 0px;

}



.component_j79_img_alone {
    position:absolute;
	border-radius: 12px;
    height:300px;
	width: 500px;
    border: 0px solid #ffffff;
	top:120px;
	z-index: 999;
	left: 50%;
	margin-left:-530px;	

}






