/* The styles for the jscImageRotator background div */
.jscir 
{
    position:relative;
	width:300px;
	height:200px;
	display:block;
	background-color:#999;
	overflow:hidden;
}

/* The styles for the jscImageRotator image elements */
.jscir_img {
	z-index:1;
	position:absolute;
	left:0px;
	top:10px;
	width:298px;
	height:198px;
	opacity:1;
	filter:alpha(opacity=100);
}

/* The style for the jscImageRotator
overlay title/description text bar */
.jscir_textbg {
	position:absolute;
	width:300px;
	height:20px;
	left:0;
	top:0;
	overflow:hidden;
	background-color:#CCC;
	border:solid #000;
	border-width:1px 0 1px 0;
	opacity:0.9;
	filter:alpha(opacity=90);
	text-align:left;
	text-indent:15px;
	vertical-align:middle;
	color:#000;
	z-index:2;
}

/* The styles for the jscImageRotator navbar that contains
each of the buttons/links for navigating through the images */
.jscir_nav {
	position:absolute;
	/* top:130px; */
	/* top: 220px; */
	top: 225px;
	left:10px;
	width:220px;
	z-index:2;
}

/* The styles for the jscImageRotator navbar links */
.jscir_nav a,.jscir_nav a:link,.jscir_nav a:visited {
	margin:0 3px 0 0;
	padding:2px 3px 2px 3px;
	border:1px solid #FFF;
	background-color:#999;
	color:#FFF;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:8pt;
	text-decoration:none;
	font-weight:bold;
	float:left;
	z-index:3;
}
.jscir_nav a:hover,.jscir_nav a:active {
	background-color:#AAA;
}
/* ...the currently displayed image */
.jscir_nav .current_link, .jscir_nav .current_link:link, .jscir_nav .current_link:visited {
	color:#F00;
}
/* ...the play/pause button */
.jscir_nav .jscir_play, .jscir_nav .jscir_play:link, .jscir_nav .jscir_play:visited {

}