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

.right_box{
/* background: #002139 url(../images/dark_blue_box.gif) no-repeat;*/
height:78px;
width:375px;
padding:0px 0px 0px 10px;
float:left;
margin:-20px 13px 10px 0px;
* margin:10px 0px 0px 0px;
text-align:left;}

.rightbox_text{
padding:20px 10px 0px 0px
}
.rightbox_text a:link{
	text-decoration:none;
	color:#fff;
}

.rightbox_text a:visited{
	text-decoration:none;
	color:#fff;
}
.rightbox_text a:hover{
	text-decoration:underline;
	color:#fff;
}

#slider1 {
    width: 395px; /* important to be same as image width */
	* width: 365px; /* important to be same as image width */
    height: 80px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:right;
	margin:10px 15px 0px 0px;
	*margin:10px 10px 0px 0px;
	text-align:left;
}

#slider1Content {
    width: 365px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: right;
    position: relative;
	display: none;
	list-style-type: none;
}
.slider1Image span {
    position: absolute;
	font-family: Calibri, Tahoma, san-serif;
    padding: 0px ;
    width: 320px;
 /*   background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;*/
    color: #000;
    display: none;
	margin:0px 30px 0px 0px;
	* margin:0px 25px 0px 0px;
	* padding:0px 10px 0px 0px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 11px;
	line-height: 1.5em;
	text-align:right;
}
.left {
	top: 0;
    right: 0;
	width: 340px !important;
	height: 80px;
	text-align:left;
	margin:0px 0px 20px 0px;

}



#slider1Content ul { list-style-type: none;}

#slider1Content li {}

#slider1 a:link{text-decoration:none; color:#000;}

#slider1 a:visited{text-decoration:none; color:#000;}

#slider1 a:active{text-decoration:none; color:#000;}

#slider1 a:hover{text-decoration:underline; color:#000;}