#box_jquery_carousel{
display:block;
width:900px;
height:480px;
background-color:#000;
overflow:hidden !important;
clear:both;
position:relative; 
}
#myjquery_carousel {
width: 900px;
height: 480px;
overflow:hidden;
background-color: transparent;
padding:0px;
}
#myjquery_carousel img.first{
display: block;
}
#myjquery_carousel .slide{
width:900px;
height:480px;
display:inline-block;
float:left;
vertical-align:middle;
overflow:hidden;
margin:0px;
border:0px;
padding:0px;
position:relative;
z-Index:900;
}
#myjquery_carousel .slide .img{
display:inline-block;
}
#myjquery_carousel .slide img{
margin:0px;
border:0px;
min-width:900px;
min-height:480px;
}

.nav_myjquery_carousel {
width:700px;
height: 40px;
margin:375px 0px 0px 95px;
padding:10px 10px 10px 10px;
text-indent:10px;
text-align:left;
background:url(../../jQuery/jquery_carousel/images/slider_nav_bg.png) repeat 0% 0% transparent;
position:absolute;
z-Index:9000;
}
.nav_myjquery_carousel #prev, .nav_myjquery_carousel #next{
display:none}

#nav_myjquery_carousel{
width:700px;
height: 40px;
display:inline-block;
overflow:hidden;
}

.nav_label{
text-decoration: none;
color:#777;
font-size:16px;
top:480px;
display: block;
width:auto;
padding-left:10px;
height:40px;
text-align:center;
line-height:40px;
float:left;
margin-left:-20px;
margin-right:10px;
overflow:hidden;
}

#nav_myjquery_carousel a{
text-decoration: none;
color:#777;
font-size:12px;
letter-spacing:-1px;
top:480px;
background:url(../../jQuery/jquery_carousel/images/slider_bullet_off.png) no-repeat 0% 50% transparent;
display: block;
width:40px;
padding-left:0px;
height:40px;
text-align:center;
line-height:40px;
float:left;
/*text-indent: -9999px;*/
margin-left:8px;
overflow:hidden;
}
#nav_myjquery_carousel a.activeSlide, #nav_myjquery_carousel a:hover{
color: #FFF;
background:url(../../jQuery/jquery_carousel/images/slider_bullet_on.png) no-repeat 0% 50% transparent;
}

#myjquery_carousel .slide_text{
position:absolute;
width:auto;
height:auto;
background:url(../../jQuery/jquery_carousel/images/slide_text_bg.png) repeat 0% 0% transparent;
display:none; /*inline-block;*/
overflow:hidden;
margin-top:0px;
margin-left:10px;
padding:10px;
padding-top:0px;
padding-bottom:0px;
z-Index:905;
color:#000000;
font-size:18px;
font-weight:bold;
}
#myjquery_carousel .slide_text a.title{
color:#000055;
font-size:13px;
font-weight:bold;
}

#over_carousel_label{background-color:transparent; width:340px; margin-top:120px; height:210px; position:absolute; z-Index:200}