.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
	behavior: url("../js/PIE.htc");
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 5px;
}
.jquery-slider-control-next {
    right: 5px;
    top: 5px;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #999;
	cursor: pointer;
    /*opacity: 0.33;
	-moz-opacity:0.33;
	filter: alpha(opacity=33);*/
    margin: 3px;
    /*border-radius: 6px; */
    /*box-shadow: #333 0 0 2px;*/
	behavior: url("../js/PIE.htc");
}
.jquery-slider-page:hover {
	background: #fff;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	behavior: url("../js/PIE.htc");
}
.jquery-slider-page-current {
	background: #b0c4de;
    opacity: 1;
	behavior: url("../js/PIE.htc");
}


#topslider{
	background-image:url("../images/title_1.jpg");	
	width:960px;
	height:200px;
	background-repeat:no-repeat;
}

#topslider2{
	background-image:url("../images/none.jpg");	
	width:960px;
	height:200px;
	background-repeat:no-repeat;
}



















